Theorems · Theorem · logic and foundations
Ordinal.limitRecOn_limit
∀ {motive : Ordinal.{u_4} → Sort u_5} (o : Ordinal.{u_4}) (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)
(h : Order.IsSuccLimit o), Ordinal.limitRecOn o H₁ H₂ H₃ = H₃ o h fun x _h => Ordinal.limitRecOn x 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.
Cites6
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
- SuccOrder.limitRecOn_of_isSuccLimitproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Ordinal.derivFamily_limitproof · cited by 5
- Ordinal.opow_limitproof · cited by 1