Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck 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: AP(A)A \prec \mathcal{P}(A)

Statement

Let AA be a set and P(A)\mathcal{P}(A) its power set. Then there is no surjection AP(A)A \to \mathcal{P}(A) (Injection, surjection, bijection).

Consequently A≉P(A)A \not\approx \mathcal{P}(A) while AP(A)A \preceq \mathcal{P}(A), that is, AP(A)A \prec \mathcal{P}(A) (Equinumerous sets, ABA \approx B and ABA \preceq 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\mathbb{R}, nothing about decimal or binary expansions, and no choice principle: only the Power Set axiom, to form P(A)\mathcal{P}(A), and Separation, to form the diagonal set.

Facts & Assumptions

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

[L1]

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

[L2]

ABA \approx B means a bijection ABA \to B exists, ABA \preceq B means an injection ABA \to B exists, and ABA \prec B means ABA \preceq B and A≉BA \not\approx B (Equinumerous sets, ABA \approx B and ABA \preceq B).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that some function f:AP(A)f : A \to \mathcal{P}(A) is surjective.

assume-contra
1.2

The map x{x}x \mapsto \{x\} is a function AP(A)A \to \mathcal{P}(A) and is injective, since {x}={y}\{x\} = \{y\} forces x=yx = y; hence AP(A)A \preceq \mathcal{P}(A), independently of the assumption.

L1L2
2.1

By Separation the diagonal set D={xA:xf(x)}D = \{\, x \in A : x \notin f(x) \,\} is a subset of AA, hence an element of P(A)\mathcal{P}(A).

step 1.1givenconstruct
3.1

By surjectivity there is dAd \in A with f(d)=Df(d) = D.

step 1.1step 2.1
4.1

Then dDd \in D if and only if df(d)=Dd \notin f(d) = D, by the definition of DD and f(d)=Df(d) = D; a statement equivalent to its own negation is impossible, so no surjection AP(A)A \to \mathcal{P}(A) exists. In particular no bijection does, so A≉P(A)A \not\approx \mathcal{P}(A), and with step 1.2, AP(A)A \prec \mathcal{P}(A).

step 1.2step 2.1step 3.1L1L2discharge-contradiction

Remarks

  • Where the "diagonal" is. Reading ff as a table whose row xx lists which elements belong to f(x)f(x), the set DD flips the diagonal entries: xDx \in D exactly when the entry at position (x,x)(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\mathbb{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\mathbb{R} is instead proved uncountable by Cantor's earlier nested-interval argument (R\mathbb{R} is uncountable (Cantor's nested intervals, 1874)).

  • Taking A=NA = \mathbb{N} gives NP(N)\mathbb{N} \prec \mathcal{P}(\mathbb{N}). It also gives that P(N)\mathcal{P}(\mathbb{N}) is uncountable, and by the shortest possible route: P(N)\mathcal{P}(\mathbb{N}) is nonempty, so if it were at most countable there would be a surjection NP(N)\mathbb{N} \to \mathcal{P}(\mathbb{N}) (A nonempty set is at most countable iff it is a surjective image of N\mathbb{N}), which is exactly what the theorem forbids. No fact about finite sets is needed for this. Iterating gives NP(N)P(P(N))\mathbb{N} \prec \mathcal{P}(\mathbb{N}) \prec \mathcal{P}(\mathcal{P}(\mathbb{N})) \prec \cdots, 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\mathbb{N} and P(N)\mathcal{P}(\mathbb{N}).

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 11 results over 7 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources