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 oInducts on the base b expansion of an ordinal.
- 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.
- Ordinalstatement and proof · cited by 1,688
- Ordinal.logstatement and proof · cited by 45
Cited by8
Results whose statement or proof uses this declaration.
- Ordinal.CNFproof · cited by 21
- Ordinal.CNF.fst_le_logproof · cited by 2
- Ordinal.CNF.snd_posproof · cited by 2
- Ordinal.CNF.sortedGTproof · cited by 2
- Ordinal.CNF.foldrproof · cited by 1
- Ordinal.CNF.rec_posstatement and proof · cited by 1
- Ordinal.CNF.rec_zerostatement · cited by 1
- Ordinal.CNF.snd_ltproof · cited by 0