Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-04 (gpt-5.6-sol-codex-subscription)
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.

Hartogs: an ordinal that does not inject into a given set

Statement

For every set AA there is an ordinal (Ordinal (von Neumann)) that does not inject into AA, that is, admits no injective function into AA. The least such ordinal is the Hartogs number (A)\aleph(A), and it is exactly

(A)={ot(S,R):SA and R well-orders S},\aleph(A) = \{\mathrm{ot}(S, R) : S \subseteq A \text{ and } R \text{ well-orders } S\},

the set of order types (Every well-order has a unique order type) of the well-ordered subsets of AA.

The proof is choice free. That is the whole point of the theorem: in ZF alone, with no assumption that AA can be well ordered, one still gets an ordinal too long to be laid inside AA.

Facts & Assumptions

Given: A set AA and the axioms of ZF, in particular Power Set, Separation, Union and Replacement. No choice principle is assumed. "XX injects into AA" abbreviates "there is an injective function XAX \to A".

[A1]

Power Set, Separation, Union and Replacement are available.

[L1]

Every well-order is order isomorphic to a unique ordinal, its order type, and the isomorphism is unique (Every well-order has a unique order type).

[L2]

An ordinal is a transitive set on which \in is a strict well-order (Ordinal (von Neumann)).

[L3]

Every element of an ordinal is an ordinal, no ordinal is a member of itself, and αβ\alpha \subseteq \beta if and only if αβ\alpha \in \beta or α=β\alpha = \beta (Basic closure properties of ordinals).

[L4]

Any two ordinals satisfy exactly one of αβ\alpha \in \beta, α=β\alpha = \beta, βα\beta \in \alpha, and every set of ordinals is well ordered by \in (Trichotomy and well-ordering of the ordinals).

[L5]

A well-order is a total order in which every nonempty subset has a least element (Well-order and well-ordered set); an order isomorphism carries the initial segment below a point onto the initial segment below its image (Order embedding and order isomorphism, Initial segment of a well-order).

Proof

technique · contradiction
1.1

By Power Set and Separation the collection W={(S,R)P(A)×P(A×A):R well-orders S}\mathcal{W} = \{(S, R) \in \mathcal{P}(A) \times \mathcal{P}(A \times A) : R \text{ well-orders } S\} is a set, since every well-order of a subset of AA is a subset of A×AA \times A.

A1L5construct
2.1

Each (S,R)W(S, R) \in \mathcal{W} has a unique order type ot(S,R)\mathrm{ot}(S, R) by [L1], so the assignment is given by a formula and Replacement makes H={ot(S,R):(S,R)W}H = \{\mathrm{ot}(S, R) : (S, R) \in \mathcal{W}\} a set of ordinals; uniqueness is what makes this a definable function, so nothing is selected.

step 1.1L1A1construct
3.1

HH is a transitive set: let α=ot(S,R)H\alpha = \mathrm{ot}(S, R) \in H with order isomorphism gg from α\alpha onto (S,R)(S, R), and let βα\beta \in \alpha; then β\beta is an ordinal with βα\beta \subseteq \alpha, so β\beta is the initial segment of α\alpha below β\beta, and gg carries it onto an RR-initial segment SSS' \subseteq S, which R=R(S×S)R' = R \cap (S' \times S') well-orders with order type β\beta; hence (S,R)W(S', R') \in \mathcal{W} and βH\beta \in H.

step 2.1L1L3L5
3.2

Every αH\alpha \in H injects into AA: writing α=ot(S,R)\alpha = \mathrm{ot}(S, R), the order isomorphism from α\alpha onto SS is in particular an injection of α\alpha into SAS \subseteq A.

step 2.1L1
4.1

HH is an ordinal: it is transitive by step 3.1 and \in strictly well-orders it by [L4], since it is a set of ordinals.

step 3.1step 2.1L2L4
5.1

Suppose, for contradiction, that the ordinal HH of step 4.1 injects into AA, say by an injective j:HAj : H \to A.

step 4.1assume-contra
6.1

Put S=j[H]AS = j[H] \subseteq A and R={(j(ξ),j(η)):ξηH}A×AR = \{(j(\xi), j(\eta)) : \xi \in \eta \in H\} \subseteq A \times A; then jj is a bijection of HH onto SS carrying membership to RR, so RR well-orders SS and jj is an order isomorphism from (H,)(H, \in) onto (S,R)(S, R).

step 5.1step 4.1L5construct
7.1

Hence (S,R)W(S, R) \in \mathcal{W} and ot(S,R)=H\mathrm{ot}(S, R) = H by the uniqueness in [L1], so HHH \in H, which no ordinal satisfies; therefore HH does not inject into AA, and since every member of HH does inject into AA by step 3.2, trichotomy leaves HγH \le \gamma for every ordinal γ\gamma that fails to inject, so H=(A)H = \aleph(A) is the least such ordinal.

step 6.1step 1.1step 2.1step 3.2step 4.1L1L3L4discharge-contradiction

Remarks

Where choice would have crept in, and why it does not. A careless proof says "for each well-orderable subset of AA choose a well-ordering of it", which is a genuine use of choice. The construction above never chooses: it collects all pairs (S,R)(S, R), so the well-ordering is part of the datum, and it then maps each pair to its order type, which is unique by Every well-order has a unique order type. The passage from a class of well-orders to a set of ordinals is Replacement, not choice.

What the theorem does and does not say. It does not say AA can be well ordered, and it gives no injection of AA into an ordinal. It says only that the ordinals run out of room to sit inside AA. Under the Axiom of Choice, AA is well orderable (The well-ordering theorem) and (A)\aleph(A) is the least ordinal that does not inject into AA, that is the least cardinal strictly larger than the cardinality of AA -- not merely the least ordinal strictly larger than an ordinal equinumerous with AA, since for A=NA = \mathbb{N} that would be ω+1\omega + 1, which still injects into N\mathbb{N}; without choice, (A)\aleph(A) may be incomparable with AA in size, and that is still enough for the applications.

The ZF substitute for cardinal comparability. "Any two sets are comparable in size" is equivalent to the Axiom of Choice, so it is unavailable here. What survives is this theorem together with Comparability of well-orders: well-orders are always comparable, and every set has an ordinal it cannot absorb. Hartogs proved in 1915 that cardinal comparability implies the well-ordering theorem, and this construction is the engine of that proof.

A crude bound is not enough. Burali-Forti: there is no set of all ordinals already shows that the ordinals are not a set, so no set can contain them all, but that alone does not produce a single ordinal failing to inject into a given AA. The content here is that the failure happens at a definable, and indeed least, place.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 41 results over 18 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