Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

The Schröder-Bernstein theorem

Statement

Let A and B be sets with A⪯B and B⪯A (Equinumerous sets, A≈B and A⪯B). Then A≈B.

Equivalently: if there is an injection A→B and an injection B→A, then there is a bijection A→B (Injection, surjection, bijection).

The proof uses no choice principle. The bijection is written down explicitly from the two given injections, and the only "selections" it makes are of the unique preimage of a point under an injection, which is determined, not chosen. The single infinite construction is an application of the recursion theorem (The recursion theorem), whose data are a set, a starting point and one function.

Facts & Assumptions

Given: Sets A and B together with injections f:A→B and g:B→A. For S⊆A write f[S] for its image, and similarly for g.

[L1]

Injection, surjection, bijection, image and preimage, and the fact that an injective g has, for each x∈g[B], exactly one b∈B with g(b)=x (Injection, surjection, bijection).

[L2]

A≈B means precisely that some bijection A→B exists (Equinumerous sets, A≈B and A⪯B).

[L3]

Recursion theorem: for any set X, any x0∈X and any F:X→X there is a (unique) function h:N→X with h(0)=x0 and h(σ(n))=F(h(n)) for all n∈N (The recursion theorem, The natural numbers N (von Neumann)).

[L4]

Every nonzero natural number is a successor: n≠0 implies n=σ(m) for some m∈N (Every nonzero natural number is a successor).

Proof

technique · direct
1.1

Apply [L3] with X=P(A) (a set by the Power Set axiom), with x0=A∖g[B], and with F:P(A)→P(A) defined by F(S)=g[f[S]]: this yields a function n↦Cn from N to P(A) with C0=A∖g[B] and Cσ(n)=g[f[Cn]] for every n.

L3givenconstruct
2.1

Put C=⋃n∈NCn, a subset of A (a set by Replacement and Union applied to the function of step 1.1); thus x∈C if and only if x∈Cn for some n∈N, and Cσ(n)⊆C for every n.

step 1.1construct
3.1

Let x∈A∖C. Then x∉C0=A∖g[B], so x∈g[B], and since g is injective there is exactly one b∈B with g(b)=x; write b=g−1(x), a value determined by x alone.

step 2.1L1given
4.1

Define h:A→B by h(x)=f(x) for x∈C and h(x)=g−1(x) for x∈A∖C; the two clauses have disjoint domains whose union is A, and each assigns exactly one value, by step 3.1 for the second, so h is a well-defined function.

step 3.1construct
5.1

If x,y∈C and h(x)=h(y) then f(x)=f(y), so x=y because f is injective; if x,y∈A∖C and h(x)=h(y)=b then x=g(b)=y by step 3.1.

step 4.1givenL1
5.2

The remaining case cannot occur: if x∈C and y∈A∖C had h(x)=h(y), then x∈Cn for some n, and h(y)=g−1(y) gives y=g(h(y))=g(f(x))∈g[f[Cn]]=Cσ(n)⊆C, contradicting y∉C; hence h is injective.

step 1.1step 2.1step 4.1
5.3

h is surjective: let b∈B and consider g(b)∈A. If g(b)∉C then h(g(b))=g−1(g(b))=b. If g(b)∈C then g(b)∈Cn for some n; here n≠0, since g(b)∈g[B] while C0=A∖g[B], so n=σ(m) by [L4] and g(b)∈Cσ(m)=g[f[Cm]], that is, g(b)=g(f(x)) for some x∈Cm⊆C; injectivity of g gives b=f(x)=h(x). Either way b is a value of h.

step 1.1step 2.1step 4.1L1L4given
6.1

Thus h:A→B is injective and surjective, hence a bijection, and therefore A≈B.

step 5.1step 5.2step 5.3L1L2∎

Remarks

  • The set C is exactly the set of points of A reachable from the "unmatched" part A∖g[B] by applying g∘f finitely often. On C the bijection follows f forwards; off C it runs g backwards. Both halves are forced: a point outside g[B] cannot be an image of g, and once one point is handled by f its g∘f image must be handled by f too.

  • Why the choice-freeness is worth stating. Many textbook proofs phrase the construction as "follow the chain of preimages backwards until it stops", which sounds like an infinite sequence of selections. It is not: the preimage under an injection is unique when it exists, and the recursion above is a single application of The recursion theorem to one explicitly given function S↦g[f[S]]. The theorem is a theorem of ZF.

  • With this theorem, ⪯ behaves like an order on equinumerosity classes: A⪯B and B⪯A give A≈B. Comparability, that A⪯B or B⪯A holds for any two sets, is a different matter entirely: over ZF it is equivalent to the Axiom of Choice (The Axiom of Choice), a classical result quoted here and proved nowhere on this page, the harder half of it going back to Hartogs. Nothing on this page uses comparability.

Depends on

Used by

Dependency tree · two levels

13 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources