Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29
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.

1+ω=ω1 + \omega = \omega and ω+1>ω\omega + 1 > \omega, computed both from the recursion and as order types

Example

The two smallest infinite sums behave differently:

1+ω=ω,ω+1=ω+>ω.1 + \omega = \omega, \qquad \omega + 1 = \omega^{+} > \omega.

Each is computed twice below: once from the recursive clauses of Ordinal addition α+β\alpha + \beta, and once from the order-type description of α+β\alpha + \beta is the order type of α\alpha followed by β\beta, where α+β\alpha + \beta is the order type of a copy of α\alpha followed by a copy of β\beta. The two routes are independent, and agreeing is the point of the exercise.

In pictures: putting one extra point before a copy of ω\omega gives a copy of ω\omega again, since the result still looks like 0,1,2,0, 1, 2, \dots; putting one extra point after it gives something with a greatest element, which ω\omega does not have.

Facts & Assumptions

Given: The ordinals with the addition of Ordinal addition α+β\alpha + \beta, and ω\omega the least limit ordinal (ω\omega is the least limit ordinal, The natural numbers N\mathbb{N} (von Neumann)).

[L1]

α+0=α\alpha + 0 = \alpha, α+1=α+\alpha + 1 = \alpha^{+}, and α+λ={α+ξ:ξλ}\alpha + \lambda = \bigcup\{\alpha + \xi : \xi \in \lambda\} for limit λ\lambda (Ordinal addition α+β\alpha + \beta).

[L4]

ω\omega is a limit ordinal, so ω=ω\bigcup \omega = \omega and ω\omega is closed under successor; every nonzero natural number is a successor, and every ordinal in ω\omega is 00 or a successor (claims (iii) and (iv) of ω\omega is the least limit ordinal, Successor and limit ordinals).

[L5]

Every ordinal is transitive, μν\mu \subseteq \nu iff μν\mu \in \nu or μ=ν\mu = \nu, and μμ\mu \notin \mu (Ordinal (von Neumann), Basic closure properties of ordinals, Trichotomy and well-ordering of the ordinals).

[L6]

α+β=ot(αβ)\alpha + \beta = \mathrm{ot}(\alpha \oplus \beta), where αβ\alpha \oplus \beta is a copy of α\alpha with a copy of β\beta placed entirely above it (α+β\alpha + \beta is the order type of α\alpha followed by β\beta); every well-order has exactly one order type and order isomorphic well-orders have the same one (Every well-order has a unique order type); a strictly increasing bijection between total orders is an order isomorphism (Order embedding and order isomorphism).

Verification

technique · direct
1.1

From the recursion: for nωn \in \omega the ordinal 1+n1 + n lies in ω\omega by [L3], hence 1+nω1 + n \subseteq \omega by [L5]; and n1+nn \le 1 + n by [L2], hence n1+nn \subseteq 1 + n.

L2L3L5
1.2

From the recursion: ω+1=ω+=ω{ω}\omega + 1 = \omega^{+} = \omega \cup \{\omega\} by [L1], so ωω+1\omega \in \omega + 1 while ωω\omega \notin \omega by [L5], giving ω+1ω\omega + 1 \ne \omega and ω<ω+1\omega < \omega + 1.

L1L5
2.1

From the recursion: 1+ω={1+n:nω}1 + \omega = \bigcup\{1 + n : n \in \omega\} by [L1], and this equals ω\omega, since it is contained in ω\omega by step 1.1 and contains {n:nω}=ω=ω\bigcup\{n : n \in \omega\} = \bigcup \omega = \omega by step 1.1 and [L4].

step 1.1L1L4
2.2

From order types: the map u:1ωωu : 1 \oplus \omega \to \omega with u(0,0)=0u(0,0) = 0 and u(1,n)=n+u(1,n) = n^{+} is a bijection, because every nonzero natural number is a successor by [L4] and nn+n \mapsto n^{+} is injective, and it is strictly increasing, because (0,0)(0,0) is below every (1,n)(1,n) and u(0,0)=0n+u(0,0) = 0 \in n^{+}, while (1,m)<(1,n)(1,m) < (1,n) means mnm \in n and then m+n+m^{+} \in n^{+} by [L5]; so 1+ω=ot(1ω)=ot(ω)=ω1 + \omega = \mathrm{ot}(1 \oplus \omega) = \mathrm{ot}(\omega) = \omega by [L6].

step 1.2L4L5L6
2.3

From order types: ω1\omega \oplus 1 has a greatest element, namely the single point of its upper copy, whereas ω\omega has none, since ξω\xi \in \omega implies ξξ+ω\xi \in \xi^{+} \in \omega by [L4]; so the two are not order isomorphic and ω+1=ot(ω1)ot(ω)=ω\omega + 1 = \mathrm{ot}(\omega \oplus 1) \ne \mathrm{ot}(\omega) = \omega by [L6].

step 1.2L4L5L6
3.1

Both routes give 1+ω=ω1 + \omega = \omega and ω+1ω\omega + 1 \ne \omega, so 1+ωω+11 + \omega \ne \omega + 1; explicitly 1+ω=ω<ω+11 + \omega = \omega < \omega + 1.

step 2.1step 2.2step 2.3step 1.2

Remarks

What the two routes cost. The recursive computation needs the limit clause of Ordinal addition α+β\alpha + \beta together with the fact that ω\omega is closed under adding a natural number, which is On ω\omega the ordinal ++ and \cdot are the Peano operations: ω\omega is closed under ordinal ++, \cdot and exponentiation, and for naturals m,nm, n the ordinal m+nm + n and mnm \cdot n are the natural-number sum and product. The order-type computation needs only an explicit bijection and α+β\alpha + \beta is the order type of α\alpha followed by β\beta. Neither is shorter than the other; the second is the one that generalises, since it makes the answer visible before it is computed.

This is the whole of non-commutativity, in miniature. The general statement is FALSE: ordinal addition is commutative, and its proof is exactly the computation above. Everything else about the failure of commutativity is a variation on prepending versus appending.

ω+1\omega + 1 is not ω\omega even though the two sets have the same size. ω+1=ω{ω}\omega + 1 = \omega \cup \{\omega\} is countably infinite, being ω\omega with one point added, so the difference between ω\omega and ω+1\omega + 1 is entirely a difference of order type. That distinction is taken up in ω+ω\omega + \omega is at most countable although it is not order isomorphic to ω\omega: order type and cardinality are different invariants.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

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