Theorems · Theorem · order theory
Order.isSuccPrelimitRecOn_succ
∀ {α : Type u_1} {motive : α → Sort u_2} [inst : LinearOrder α] [inst_1 : SuccOrder α]
(succ : (a : α) → ¬IsMax a → motive (Order.succ a)) (isSuccPrelimit : (a : α) → Order.IsSuccPrelimit a → motive a)
[inst_2 : NoMaxOrder α] (b : α), Order.isSuccPrelimitRecOn (Order.succ b) succ isSuccPrelimit = succ b ⋯- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- IsMaxstatement and proof · cited by 372
- NoMaxOrderstatement and proof · cited by 340
- Order.IsSuccPrelimitstatement and proof · cited by 157
- not_isMaxstatement and proof · cited by 46
- Order.isSuccPrelimitRecOnstatement · cited by 3
- Order.isSuccPrelimitRecOn_succ_of_not_isMaxproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Ordinal.pred_add_oneproof · cited by 4