Theorems · Definition · logic and foundations
Ordinal.limitRecOn
{motive : Ordinal.{u_5} → Sort u_4} →
(o : Ordinal.{u_5}) →
motive 0 →
((o : Ordinal.{u_5}) → motive o → motive (o + 1)) →
((o : Ordinal.{u_5}) → Order.IsSuccLimit o → ((o' : Ordinal.{u_5}) → o' < o → motive o') → motive o) → motive oLimit induction on ordinals: if one can prove a property by induction at successor ordinals and
at limit ordinals, then it holds for all ordinals.
Note that this is just a special (though sometimes convenient) case of the more general
well-founded recursion WellFoundedLT.fix.
- Defined in
- Mathlib.SetTheory.Ordinal.Arithmetic
- Cited by
- 20 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- IsMaxproof · cited by 372
- IsMinproof · cited by 277
- Order.IsSuccLimitstatement and proof · cited by 255
- SuccOrder.limitRecOnproof · cited by 14
Cited by21
Results whose statement or proof uses this declaration.
- Ordinal.opow_posproof · cited by 22
- Ordinal.derivFamilyproof · cited by 18
- Ordinal.one_opowproof · cited by 9
- Ordinal.opow_addproof · cited by 9
- Ordinal.opow_add_oneproof · cited by 9
- Ordinal.opow_mulproof · cited by 4
- Ordinal.opow_le_opow_leftproof · cited by 4
- Ordinal.card_opow_le_of_omega0_le_leftproof · cited by 3
- Ordinal.limitRecOn_add_onestatement · cited by 3
- Ordinal.derivFamily_fpproof · cited by 3
- Ordinal.le_iff_derivFamilyproof · cited by 2
- Ordinal.limitRecOn_limitstatement · cited by 2