Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck 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.

Transfinite induction

Statement

Let (W,<)(W, <) be a well-order (Well-order and well-ordered set) and let SWS \subseteq W satisfy the following: for every aWa \in W, if W<aSW_{<a} \subseteq S then aSa \in S (Initial segment of a well-order). Then S=WS = W.

In property form: if a property PP of elements of WW satisfies "whenever P(x)P(x) holds for every x<ax < a, it holds at aa", then P(a)P(a) holds for every aWa \in W.

This is a theorem of ZF. No form of the Axiom of Choice is used. Choice is perfectly available at this point in the library, since Zorn's lemma is proved from it on the previous page; the claim made here is about this proof, which never invokes it.

Facts & Assumptions

Given: A well-order (W,<)(W, <) and a subset SWS \subseteq W with the stated closure property. No base case is assumed separately: the hypothesis applied to the least element of WW, where the initial segment below it is empty, supplies it.

[A1]

For every aWa \in W: if W<aSW_{<a} \subseteq S then aSa \in S.

[L1]

Every nonempty subset of WW has a least element, and the order is total (Well-order and well-ordered set).

[L2]

W<a={xW:x<a}W_{<a} = \{x \in W : x < a\} (Initial segment of a well-order).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that SWS \ne W.

assume-contra
2.1

Since SWS \subseteq W, the set C=WSC = W \setminus S is then nonempty.

step 1.1
3.1

Let a=minCa = \min C, the least element of CC in the order of WW, which exists because CC is a nonempty subset of WW.

step 2.1L1choose
4.1

Every xWx \in W with x<ax < a satisfies xCx \notin C, by minimality of aa, hence xSx \in S; that is, W<aSW_{<a} \subseteq S.

step 3.1L2
5.1

The hypothesis on SS therefore applies at aa and gives aSa \in S.

step 4.1A1
6.1

But aC=WSa \in C = W \setminus S gives aSa \notin S, which is impossible; hence WSW \setminus S is empty and S=WS = W.

step 5.1step 3.1discharge-contradiction

Remarks

Where the well-ordering is used. Only once, to produce the least element of WSW \setminus S. Nothing else about WW enters the argument, so the same proof establishes the statement for an arbitrary well-founded relation once that notion is available.

No separate base case. Applying the hypothesis at a=minWa = \min W, when WW is nonempty, forces minWS\min W \in S, because the initial segment below minW\min W is empty and is therefore contained in SS vacuously. This is why transfinite induction is stated with a single clause where ordinary induction has two, and it is also why the statement holds vacuously for W=W = \emptyset.

Successors and limits. The scheme that looks stronger, with one clause for the least element, one for successors and one for limits, is the specialisation of this theorem to a well-order in which those three kinds of element are distinguished. Nothing is gained by assuming it separately, and the three-clause form is what gets used once ordinals are available.

Least counterexample. The dual reading is often the useful one: if SWS \ne W then the hypothesis must fail somewhere, so there is a least aa with aSa \notin S and every x<ax < a in SS. Steps 2.1 to 5.1 are precisely the construction of that least counterexample.

Depends on

Used by

Dependency tree · next 3 levels

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