Theorems · Definition · order theory
PredOrder.prelimitRecOn
{α : Type u_1} →
(b : α) →
{motive : α → Sort u_2} →
[inst : PartialOrder α] →
[inst_1 : PredOrder α] →
[WellFoundedGT α] →
((a : α) → ¬IsMin a → motive a → motive (Order.pred a)) →
((a : α) → Order.IsPredPrelimit a → ((b : α) → a < b → motive b) → motive a) → motive bRecursion principle on a well-founded partial PredOrder.
- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 5 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.
Cites6
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
- PredOrderstatement and proof · cited by 334
- IsMinstatement and proof · cited by 277
- Order.predstatement and proof · cited by 273
- WellFoundedGTstatement and proof · cited by 114
- Order.IsPredPrelimitstatement and proof · cited by 93
Cited by6
Results whose statement or proof uses this declaration.
- PredOrder.colimitRecOnproof · cited by 4
- PredOrder.prelimitRecOn_of_isPredPrelimitstatement and proof · cited by 2
- PredOrder.prelimitRecOn_pred_of_not_isMinstatement and proof · cited by 2
- PredOrder.colimitRecOn_pred_of_not_isMinproof · cited by 1
- PredOrder.colimitRecOn_of_isPredLimitproof · cited by 0
- PredOrder.prelimitRecOn_predstatement · cited by 0