Theorems · Theorem · order theory
Order.isPredPrelimitRecOn_pred_of_not_isMin
∀ {α : Type u_1} {b : α} {motive : α → Sort u_2} [inst : LinearOrder α] [inst_1 : PredOrder α]
(pred : (a : α) → ¬IsMin a → motive (Order.pred a)) (isPredPrelimit : (a : α) → Order.IsPredPrelimit a → motive a)
(hb : ¬IsMin b), Order.isPredPrelimitRecOn (Order.pred b) pred isPredPrelimit = pred b hb- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderPredOrder
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.
- LinearOrderstatement and proof · cited by 8,572
- PredOrderstatement and proof · cited by 334
- IsMinstatement and proof · cited by 277
- Order.predstatement and proof · cited by 273
- Order.IsPredPrelimitstatement and proof · cited by 93
- Order.IsPredPrelimit.isMinproof · cited by 7
- Order.not_isPredPrelimit_iff_pred_eqproof · cited by 3
- Order.pred_eq_pred_iff_of_not_isMinproof · cited by 3
- Order.isPredPrelimitRecOnstatement · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Order.isPredLimitRecOn_pred_of_not_isMinproof · cited by 1
- Order.isPredPrelimitRecOn_predproof · cited by 0