Theorems · Definition · order theory
SuccOrder.limitRecOn
{α : Type u_1} →
(b : α) →
{motive : α → Sort u_2} →
[inst : PartialOrder α] →
[inst_1 : SuccOrder α] →
[WellFoundedLT α] →
((a : α) → IsMin a → motive a) →
((a : α) → ¬IsMax a → motive a → motive (Order.succ a)) →
((a : α) → Order.IsSuccLimit a → ((b : α) → b < a → motive b) → motive a) → motive bRecursion principle on a well-founded partial SuccOrder, separating out the case of a
minimal element.
- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 23 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.
- PartialOrderstatement and proof · cited by 6,410
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- WellFoundedLTstatement and proof · cited by 491
- IsMaxstatement and proof · cited by 372
- IsMinstatement and proof · cited by 277
- Order.IsSuccLimitstatement and proof · cited by 255
- Order.IsSuccPrelimitproof · cited by 157
- SuccOrder.prelimitRecOnproof · cited by 7
Cited by16
Results whose statement or proof uses this declaration.
- Ordinal.limitRecOnproof · cited by 20
- transfiniteIterateproof · cited by 14
- Order.IsNormal.ext_iffproof · cited by 4
- transfiniteIterate_succproof · cited by 4
- Order.IsNormal.of_succ_ltproof · cited by 4
- transfiniteIterate_limitproof · cited by 3
- monotone_transfiniteIterateproof · cited by 3
- SuccOrder.limitRecOn_isMinstatement · cited by 2
- SuccOrder.limitRecOn_of_isSuccLimitstatement and proof · cited by 2
- SuccOrder.limitRecOn_succ_of_not_isMaxstatement and proof · cited by 2
- SuccOrder.limitRecOn_succstatement · cited by 1
- CategoryTheory.ObjectProperty.strictLimitsClosureIter_le_limitsClosureproof · cited by 1