Theorems · Theorem · order theory
Order.isSuccPrelimitRecOn_succ_of_not_isMax
∀ {α : Type u_1} {b : α} {motive : α → Sort u_2} [inst : LinearOrder α] [inst_1 : SuccOrder α]
(succ : (a : α) → ¬IsMax a → motive (Order.succ a)) (isSuccPrelimit : (a : α) → Order.IsSuccPrelimit a → motive a)
(hb : ¬IsMax b), Order.isSuccPrelimitRecOn (Order.succ b) succ isSuccPrelimit = succ b hb- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderSuccOrder
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
- Order.IsSuccPrelimitstatement and proof · cited by 157
- Order.IsSuccPrelimit.isMaxproof · cited by 7
- Order.isSuccPrelimitRecOnstatement · cited by 3
- Order.succ_eq_succ_iff_of_not_isMaxproof · cited by 3
- Order.not_isSuccPrelimit_iff_succ_eqproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Order.isSuccPrelimitRecOn_succproof · cited by 1
- Order.isSuccLimitRecOn_succ_of_not_isMaxproof · cited by 1