Theorems · Theorem · order theory
right_iff_left_not_left_of
∀ {α : Type u} (r s : α → α → Prop) [IsNonstrictStrictOrder α r s] {a b : α}, s a b ↔ r a b ∧ ¬r b aA version of right_iff_left_not_left with explicit r and s.
- Defined in
- Mathlib.Order.RelClasses
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- IsNonstrictStrictOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- IsNonstrictStrictOrderstatement and proof · cited by 3
- right_iff_left_not_leftproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.