Theorems · Theorem · logic and foundations
Ordinal.limitRecOn_zero
∀ {motive : Ordinal.{u_4} → Sort u_5} (H₁ : motive 0) (H₂ : (o : Ordinal.{u_4}) → motive o → motive (o + 1))
(H₃ : (o : Ordinal.{u_4}) → Order.IsSuccLimit o → ((o' : Ordinal.{u_4}) → o' < o → motive o') → motive o),
Ordinal.limitRecOn 0 H₁ H₂ H₃ = H₁- Defined in
- Mathlib.SetTheory.Ordinal.Arithmetic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Ordinal.limitRecOnstatement · cited by 20
- isMin_botproof · cited by 15
- SuccOrder.limitRecOn_isMinproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Ordinal.opow_zeroproof · cited by 38
- Ordinal.derivFamily_zeroproof · cited by 5