Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-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.

Solving ω+γ=ω2\omega + \gamma = \omega\cdot 2 and dividing ω2+ω+3\omega^{2} + \omega + 3 by ω\omega

Example

Two computations with the two "inverse" operations of this page.

Left subtraction. The equation ω+γ=ω2\omega + \gamma = \omega \cdot 2 has exactly one solution, and it is γ=ω\gamma = \omega. Existence and uniqueness are For αβ\alpha \le \beta there is exactly one ordinal γ\gamma with α+γ=β\alpha + \gamma = \beta, applicable because ωω2\omega \le \omega \cdot 2; finding the solution is the computation ω2=ω+ω\omega \cdot 2 = \omega + \omega.

Division with remainder. Dividing ω2+ω+3\omega^{2} + \omega + 3 by ω\omega gives

ω2+ω+3  =  ω(ω+1)+3,3<ω,\omega^{2} + \omega + 3 \;=\; \omega \cdot (\omega + 1) + 3, \qquad 3 < \omega,

so the quotient is ω+1\omega + 1 and the remainder is 33, and by the uniqueness in For α>0\alpha > 0 every ordinal β\beta is αξ+ρ\alpha \cdot \xi + \rho with ρ<α\rho < \alpha, in exactly one way there is no other answer. The step that does the work is ω2+ω=ω(ω+1)\omega^{2} + \omega = \omega \cdot (\omega + 1), which is left distributivity.

Facts & Assumptions

[L1]

μδ+=μδ+μ\mu \cdot \delta^{+} = \mu \cdot \delta + \mu and μ0=0\mu \cdot 0 = 0 (Ordinal multiplication αβ\alpha \cdot \beta); μ+1=μ+\mu + 1 = \mu^{+} and μ+0=μ\mu + 0 = \mu (Ordinal addition α+β\alpha + \beta); μδ+=μδμ\mu^{\delta^{+}} = \mu^{\delta} \cdot \mu and μ0=1\mu^{0} = 1 (Ordinal exponentiation αβ\alpha^{\beta}, with the conventions α0=1\alpha^{0} = 1 and 00=10^{0} = 1).

[L2]

From Monotonicity of ordinal ++ and \cdot: strictly increasing and continuous in the right argument, weakly increasing in the left, with left cancellation, and the identities 0+β=β0 + \beta = \beta and 1β=β1 \cdot \beta = \beta: 1μ=μ1=μ1 \cdot \mu = \mu \cdot 1 = \mu (claim (a)); ν<θ\nu < \theta implies μ+ν<μ+θ\mu + \nu < \mu + \theta, and μμ+ν\mu \le \mu + \nu (claim (b)).

[L5]

For μν\mu \le \nu there is exactly one γ\gamma with μ+γ=ν\mu + \gamma = \nu (For αβ\alpha \le \beta there is exactly one ordinal γ\gamma with α+γ=β\alpha + \gamma = \beta).

[L6]

For μ>0\mu > 0 every ν\nu is μξ+ρ\mu \cdot \xi + \rho with ρ<μ\rho < \mu, in exactly one way (For α>0\alpha > 0 every ordinal β\beta is αξ+ρ\alpha \cdot \xi + \rho with ρ<α\rho < \alpha, in exactly one way).

[L7]

ω\omega is a limit ordinal, so ω0\omega \ne 0 (ω\omega is the least limit ordinal, Successor and limit ordinals); trichotomy and the elementary ordinal facts (Ordinal (von Neumann), Basic closure properties of ordinals, Trichotomy and well-ordering of the ordinals).

Verification

technique · direct
1.1

ω2=ω1+=ω1+ω=ω+ω\omega \cdot 2 = \omega \cdot 1^{+} = \omega \cdot 1 + \omega = \omega + \omega by [L1] and [L2], and ωω+ω\omega \le \omega + \omega by [L2].

L1L2
1.2

ω2=ω1+=ω1ω=ωω\omega^{2} = \omega^{1^{+}} = \omega^{1} \cdot \omega = \omega \cdot \omega by [L1] and [L4].

L1L4
2.1

Left subtraction: ωω2\omega \le \omega \cdot 2 by step 1.1, so [L5] gives exactly one γ\gamma with ω+γ=ω2\omega + \gamma = \omega \cdot 2; and γ=ω\gamma = \omega works, since ω+ω=ω2\omega + \omega = \omega \cdot 2 by step 1.1, so γ=ω\gamma = \omega is the solution.

step 1.1L5
2.2

ω2+ω=ωω+ω1=ω(ω+1)\omega^{2} + \omega = \omega \cdot \omega + \omega \cdot 1 = \omega \cdot (\omega + 1) by step 1.2, [L2] and left distributivity [L3].

step 1.2L2L3
3.1

Division: ω>0\omega > 0 by [L7], and ω2+ω+3=ω(ω+1)+3\omega^{2} + \omega + 3 = \omega \cdot (\omega + 1) + 3 by step 2.2, with 3<ω3 < \omega; so by the uniqueness in [L6] the quotient of ω2+ω+3\omega^{2} + \omega + 3 by ω\omega is ω+1\omega + 1 and the remainder is 33.

step 2.2L6L7
4.1

The unique solution of ω+γ=ω2\omega + \gamma = \omega \cdot 2 is γ=ω\gamma = \omega, and dividing ω2+ω+3\omega^{2} + \omega + 3 by ω\omega gives quotient ω+1\omega + 1 and remainder 33.

step 3.1step 2.1

Remarks

Uniqueness is what makes "the answer" meaningful. Both computations exhibit a solution and then quote a uniqueness theorem. Without For αβ\alpha \le \beta there is exactly one ordinal γ\gamma with α+γ=β\alpha + \gamma = \beta the equation ω+γ=ω2\omega + \gamma = \omega \cdot 2 would only be known to have a solution; without For α>0\alpha > 0 every ordinal β\beta is αξ+ρ\alpha \cdot \xi + \rho with ρ<α\rho < \alpha, in exactly one way the pair (ω+1,3)(\omega + 1, 3) would be an answer among possibly many. Both theorems are proved from left cancellation, which is the one cancellation law ordinal addition has.

The equation on the other side has no solution at all. There is no γ\gamma with γ+ω=ω+1\gamma + \omega = \omega + 1, because γ+ω\gamma + \omega is a limit ordinal for every γ\gamma (claim (g) of Monotonicity of ordinal ++ and \cdot: strictly increasing and continuous in the right argument, weakly increasing in the left, with left cancellation, and the identities 0+β=β0 + \beta = \beta and 1β=β1 \cdot \beta = \beta) while ω+1=ω+\omega + 1 = \omega^{+} is a successor. So ordinal subtraction genuinely exists only on the left, and the same asymmetry is what forces the quotient in For α>0\alpha > 0 every ordinal β\beta is αξ+ρ\alpha \cdot \xi + \rho with ρ<α\rho < \alpha, in exactly one way to be written on the right of α\alpha.

Reading the division off the Cantor normal form. ω2+ω+3\omega^{2} + \omega + 3 has normal form with exponents 2>1>02 > 1 > 0 and coefficients 1,1,31, 1, 3 (Cantor normal form: every nonzero ordinal is ωβ0c0++ωβk1ck1\omega^{\beta_0}\cdot c_0 + \cdots + \omega^{\beta_{k-1}}\cdot c_{k-1} with β0>>βk1\beta_0 > \cdots > \beta_{k-1} and each cic_i a nonzero natural number, in exactly one way). In this instance, dividing by ω=ω1\omega = \omega^{1} has put the term of exponent 00 into the remainder and lowered each of the two remaining exponents by one: ω2\omega^{2} became ω\omega and ω\omega became 11, which is exactly the quotient ω+1\omega + 1, while 33 is the constant term. That pattern is what the general division algorithm is doing, but no general statement of it is claimed here.

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: 57 results over 24 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