Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck 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.

The well-ordering theorem

Statement

Assume the Axiom of Choice (The Axiom of Choice). Then every set X can be well ordered: there is a relation on X making it a well-ordered set (Well-order and well-ordered set).

The Axiom of Choice is used only inside Zorn's lemma, and nowhere else in the argument below.

Facts & Assumptions

Given: A set X, the axioms of ZF, and the Axiom of Choice. Write (B,R)⪯(B′,R′) for end extension: B⊆B′, the relation R′ restricted to B is R, and B is an initial segment of (B′,R′).

[A1]

Every family of nonempty sets has a choice function (The Axiom of Choice).

[L1]

Zorn's lemma: a nonempty poset in which every chain has an upper bound has a maximal element (Zorn's lemma).

[L2]

A partial order is reflexive, antisymmetric and transitive, and its strict part is x<y meaning x≤y with x≠y (Partial order and partially ordered set).

[L3]

A chain is a subset any two of whose elements are comparable, and the empty set is a chain (Chain in a poset).

[L4]

An upper bound of a subset is an element weakly above every member of it (Upper bound, least upper bound, and strict upper bound).

[L5]

A maximal element has nothing strictly above it (Maximal element and greatest element).

[L6]

A well-order is given in two interchangeable presentations, and the two determine each other (Well-order and well-ordered set): weakly, as a total order ≤ in which every nonempty subset has a least element; strictly, as a relation < that is irreflexive, transitive and trichotomous and in which every nonempty subset S has an element ℓ with no s∈S satisfying s<ℓ. This proof uses the strict presentation throughout, as does Initial segment of a well-order; the end-extension order ⪯ on P below is a separate relation and is weak, since Zorn's lemma is about partial orders.

[L7]

An initial segment is a downward closed subset (Initial segment of a well-order).

Proof

technique · direct
1.1

Let P be the collection of pairs (B,R) with B⊆X and R⊆B×B a strict well-order of B; this is a set by Power Set and Separation applied to P(X)×P(X×X), and it is nonempty because (∅,∅)∈P.

L6construct
2.1

Order P by end extension; this relation is reflexive, transitive, and antisymmetric, since mutual end extension forces the underlying sets and relations to coincide, so (P,⪯) is a poset.

step 1.1L2L7construct
3.1

The empty chain has an upper bound in P, namely (∅,∅), so the hypothesis of Zorn's lemma is not vacuous at the bottom.

step 1.1step 2.1L3L4
3.2

Let C⊆P be a nonempty chain and put B∗=⋃{B:(B,R)∈C} and R∗=⋃{R:(B,R)∈C}.

step 2.1L3construct
4.1

R∗ is a strict total order on B∗: any two elements of B∗ lie in members of C one of which end extends the other, hence lie together in the larger member and are comparable there, and the comparisons made in different members agree, because along the chain each relation is the restriction of every larger one.

step 3.2step 2.1L2L3
5.1

R∗ well-orders B∗: given ∅≠S⊆B∗, choose a member (B,R) of C meeting S and let ℓ be the R-least element of S∩B; if some t∈S satisfied tR∗ℓ then t and ℓ would lie in a common member (B′,R′) of C, and either (B′,R′)⪯(B,R), giving t∈B′⊆B, or (B,R)⪯(B′,R′), in which case B is an initial segment of (B′,R′) and tR′ℓ∈B again gives t∈B; either way t∈S∩B with tRℓ, contradicting minimality of ℓ.

step 4.1step 3.2step 2.1L6L7
6.1

Hence (B∗,R∗)∈P, and it end extends every member of C: the inclusions and restrictions are immediate, and B is an initial segment of (B∗,R∗) by the case analysis of step 5.1; so every nonempty chain has an upper bound.

step 5.1step 4.1step 2.1L4L7
7.1

Zorn's lemma applies to the nonempty poset (P,⪯), in which every chain has an upper bound, and yields a maximal element (M,RM); this is the one and only place the Axiom of Choice is spent, and it is spent inside Zorn's lemma.

step 6.1step 3.1step 1.1L1L5A1
8.1

M=X: otherwise there is x∈X∖M, and putting M′=M∪{x} with R′=RM∪{(m,x):m∈M} gives a well-order of M′, because a nonempty S⊆M′ has as least element the RM-least element of S∩M when that is nonempty and x otherwise, while (M,RM)⪯(M′,R′) with M≠M′ contradicts the maximality of (M,RM).

step 7.1L5L6L7
9.1

Therefore RM is a well-order of M=X, and X can be well ordered.

step 8.1step 7.1∎

Remarks

Where the Axiom of Choice is. Only in step 7.1, and only through Zorn's lemma, whose proof spends it exactly once. Everything else here is plain ZF: forming P is Power Set and Separation, and the chain bound is a union. The word "choose" in step 5.1 names one object whose existence has just been asserted, which is ordinary existential instantiation and not a choice principle; a choice principle is needed only when infinitely many such namings must be made at once. This bookkeeping is the reason Zorn is proved as a separate item rather than inlined.

End extension is doing real work. Ordering P merely by "R is the restriction of R′" is not enough. Without the requirement that B be an initial segment of B′, a union of a chain of well-orders can fail to be a well-order, because a set S could keep acquiring smaller elements as one moves up the chain and end with no least element. Step 5.1 is exactly the point where initial segments rule that out.

Maximal, not greatest. Zorn's lemma concludes that a maximal element exists, never that a greatest one does, and maximal does not imply greatest (FALSE: every maximal element is a greatest element). The argument is arranged so that maximality suffices: step 8.1 shows a maximal well-ordered piece cannot omit a point, because a point could always be appended on top.

The converse holds. Every set being well orderable implies the Axiom of Choice (The well-ordering theorem implies the Axiom of Choice), so the two are equivalent over ZF, as is Zorn's lemma (Choice, Zorn and well-ordering are equivalent). This equivalence is all that the present proof uses; independence from ZF is a later theorem requiring additional machinery.

Zermelo 1904. The original proof does not go through Zorn's lemma; it uses a choice function on P(X)∖{∅} directly and builds the well-order by transfinite recursion (Transfinite recursion), taking at each stage the chosen element of the set of points not yet used. That route is available here too, and it makes the use of choice even more visible: one choice function, consulted at every stage.

Depends on

Used by

…and 7 more results.

Dependency tree · two levels

12 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