Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)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.

Cantor's theorem: A≺P(A)

Statement

Let A be a set and P(A) its power set. Then there is no surjection A→P(A) (Injection, surjection, bijection).

Consequently A≉P(A) while A⪯P(A), that is, A≺P(A) (Equinumerous sets, A≈B and A⪯B): the power set is strictly larger, for every set whatsoever.

This is Cantor's diagonal argument in its non-circular form. It uses nothing about R, nothing about decimal or binary expansions, and no choice principle: only the Power Set axiom, to form P(A), and Separation, to form the diagonal set.

Facts & Assumptions

Given: A set A, its power set P(A)={ X:X⊆A }, which is a set by the Power Set axiom, and the Separation axiom scheme, which turns any property of elements of A into a subset of A.

[L1]

Injection, surjection and bijection; a bijection is in particular a surjection (Injection, surjection, bijection).

[L2]

A≈B means a bijection A→B exists, A⪯B means an injection A→B exists, and A≺B means A⪯B and A≉B (Equinumerous sets, A≈B and A⪯B).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that some function f:A→P(A) is surjective.

assume-contra
1.2

The map x↦{x} is a function A→P(A) and is injective, since {x}={y} forces x=y; hence A⪯P(A), independently of the assumption.

L1L2
2.1

By Separation the diagonal set D={ x∈A:x∉f(x) } is a subset of A, hence an element of P(A).

step 1.1givenconstruct
3.1

By surjectivity there is d∈A with f(d)=D.

step 1.1step 2.1
4.1

Then d∈D if and only if d∉f(d)=D, by the definition of D and f(d)=D; a statement equivalent to its own negation is impossible, so no surjection A→P(A) exists. In particular no bijection does, so A≉P(A), and with step 1.2, A≺P(A).

step 1.2step 2.1step 3.1L1L2discharge-contradiction∎

Remarks

  • Where the "diagonal" is. Reading f as a table whose row x lists which elements belong to f(x), the set D flips the diagonal entries: x∈D exactly when the entry at position (x,x) says "no". The resulting subset differs from every row in at least one place, namely on the diagonal, so it is no row at all.

  • Why this is the diagonal argument that survives in this library. The familiar diagonal proof that R is uncountable alters the digits of a decimal expansion. Decimal expansions are infinite series, which this library has not built, so that proof would rest on machinery that is not yet available. Applied to power sets the argument needs nothing but Separation, and R is instead proved uncountable by Cantor's earlier nested-interval argument (R is uncountable (Cantor's nested intervals, 1874)).

  • Taking A=N gives N≺P(N). It also gives that P(N) is uncountable, and by the shortest possible route: P(N) is nonempty, so if it were at most countable there would be a surjection N→P(N) (A nonempty set is at most countable iff it is a surjective image of N), which is exactly what the theorem forbids. No fact about finite sets is needed for this. Iterating gives N≺P(N)≺P(P(N))≺⋯, so there is no largest set and no "set of all sets": such a set would have its own power set as a subset, contradicting the theorem.

  • The proof is the same argument as Russell's paradox, in a form where nothing goes wrong: the assumption refuted is not the existence of a set but the surjectivity of a function. See The continuum hypothesis, and what this page does not prove for what is, and is not, known about the gap between N and P(N).

Depends on

Used by

Dependency tree · two levels

4 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