Theorems · Theorem · order theory
IsNonstrictStrictOrder.right_iff_left_not_left
∀ {α : Type u_1} {r : semiOutParam (α → α → Prop)} {s : α → α → Prop} [self : IsNonstrictStrictOrder α r s] (a b : α),
s a b ↔ r a b ∧ ¬r b aThe relation r is the nonstrict relation corresponding to the strict relation s.
- Defined in
- Mathlib.Order.RelClasses
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
- Assumes
- IsNonstrictStrictOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsNonstrictStrictOrderstatement and proof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- right_iff_left_not_leftproof · cited by 2