Theorems · Theorem · order theory
Order.pred_le_pred_iff_of_not_isMin
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : PredOrder α] {a b : α},
¬IsMin b → ¬IsMin a → (Order.pred b ≤ Order.pred a ↔ b ≤ a)- Defined in
- Mathlib.Order.SuccPred.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 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.
Cites6
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 · cited by 273
- Order.le_pred_iff_of_not_isMinproof · cited by 14
- Order.pred_lt_iff_of_not_isMinproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- Order.pred_eq_pred_iff_of_not_isMinproof · cited by 3