Mathlib Map

Theorems · Definition · logic and foundations

Ordinal.CNF

Ordinal.{u_1} → Ordinal.{u_1} → List (Ordinal.{u_1} × Ordinal.{u_1})

The Cantor normal form of an ordinal o is the list of coefficients and exponents in the base-b expansion of o. We special-case CNF 0 o = CNF 1 o = [(0, o)] for o ≠ 0. CNF b (b ^ u₁ * v₁ + b ^ u₂ * v₂) = [(u₁, v₁), (u₂, v₂)]

Defined in
Mathlib.SetTheory.Ordinal.CantorNormalForm
Cited by
21 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by22

Results whose statement or proof uses this declaration.