Theorems · Theorem · order theory
PredOrder.colimitRecOn_pred_of_not_isMin
∀ {α : Type u_1} {b : α} {motive : α → Sort u_2} [inst : LinearOrder α] [inst_1 : PredOrder α]
[inst_2 : WellFoundedGT α] (isMax : (a : α) → IsMax a → motive a)
(pred : (a : α) → ¬IsMin a → motive a → motive (Order.pred a))
(isPredLimit : (a : α) → Order.IsPredLimit a → ((b : α) → a < b → motive b) → motive a) (hb : ¬IsMin b),
PredOrder.colimitRecOn (Order.pred b) isMax pred isPredLimit =
pred b hb (PredOrder.colimitRecOn b isMax pred isPredLimit)- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- IsMaxstatement and proof · cited by 372
- 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.IsPredPrelimitproof · cited by 93
- Order.IsPredLimitstatement and proof · cited by 60
- PredOrder.prelimitRecOnproof · cited by 5
- PredOrder.colimitRecOnstatement and proof · cited by 4
- PredOrder.prelimitRecOn_pred_of_not_isMinproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- PredOrder.colimitRecOn_predproof · cited by 0