Theorems · Theorem · order theory
Order.isSuccLimitRecOn_of_isMin
∀ {α : Type u_1} {b : α} {motive : α → Sort u_2} [inst : LinearOrder α] [inst_1 : SuccOrder α]
(isMin : (a : α) → IsMin a → motive a) (succ : (a : α) → ¬IsMax a → motive (Order.succ a))
(isSuccLimit : (a : α) → Order.IsSuccLimit a → motive a) (hb : IsMin b),
Order.isSuccLimitRecOn b isMin succ isSuccLimit = isMin b hb- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 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.
Cites10
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
- IsMinstatement and proof · cited by 277
- Order.IsSuccLimitstatement and proof · cited by 255
- Order.IsSuccPrelimitproof · cited by 157
- IsMin.isSuccPrelimitproof · cited by 5
- Order.isSuccLimitRecOnstatement · cited by 4
- Order.isSuccPrelimitRecOn_of_isSuccPrelimitproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.