Theorems · Definition · order theory
Order.isSuccLimitRecOn
{α : Type u_1} →
(b : α) →
{motive : α → Sort u_2} →
[inst : PartialOrder α] →
[inst_1 : SuccOrder α] →
((a : α) → IsMin a → motive a) →
((a : α) → ¬IsMax a → motive (Order.succ a)) → ((a : α) → Order.IsSuccLimit a → motive a) → motive bA value can be built by building it on minimal elements, successors, and successor limits.
- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PartialOrderSuccOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- 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
- Order.isSuccPrelimitRecOnproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- Order.isSuccLimitRecOn_succ_of_not_isMaxstatement · cited by 1
- Order.isSuccLimitRecOn_of_isMinstatement · cited by 0
- Order.isSuccLimitRecOn_of_isSuccLimitstatement · cited by 0
- Order.isSuccLimitRecOn_succstatement · cited by 0