Mathlib Map

Theorems · Definition · logic and foundations

Ordinal.CNF.rec

(b : Ordinal.{u_2}) →
  {C : Ordinal.{u_2} → Sort u_1} →
    C 0 → ((o : Ordinal.{u_2}) → o ≠ 0 → C (o % b ^ Ordinal.log b o) → C o) → (o : Ordinal.{u_2}) → C o

Inducts on the base b expansion of an ordinal.

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

Around this declaration

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

Cites2

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

Cited by8

Results whose statement or proof uses this declaration.