Compatibility and incompatibility #
Equations
- Order.IsCompatiblePair a b = ∃ c ≤ a, c ≤ b
Instances For
Equations
- Order.«term_‖_» = Lean.ParserDescr.trailingNode `Order.«term_‖_» 50 51 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ‖ ") (Lean.ParserDescr.cat `term 51))
Instances For
@[simp]
theorem
Order.IsCompatiblePair.symm
{α : Type u_1}
[Preorder α]
{a b : α}
:
IsCompatiblePair a b → IsCompatiblePair b a
Alias of the forward direction of Order.IsCompatiblePair.symm_iff.
theorem
Order.IsCompatiblePair.of_le
{α : Type u_1}
[Preorder α]
{a b : α}
(h : a ≤ b)
:
IsCompatiblePair a b
Equations
Instances For
Equations
- Order.«term_⟂_» = Lean.ParserDescr.trailingNode `Order.«term_⟂_» 50 51 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ⟂ ") (Lean.ParserDescr.cat `term 51))
Instances For
@[simp]
theorem
Order.IsIncompatiblePair.symm
{α : Type u_1}
[Preorder α]
{a b : α}
:
IsIncompatiblePair a b → IsIncompatiblePair b a
Alias of the forward direction of Order.IsIncompatiblePair.symm_iff.
theorem
Order.IsIncompatiblePair.lower
{α : Type u_1}
[Preorder α]
{a a' b b' : α}
(h : IsIncompatiblePair a b)
(ha'a : a' ≤ a)
(hb'b : b' ≤ b)
:
IsIncompatiblePair a' b'
@[simp]
@[simp]
Density #
Equations
- Order.IsDense s = ∀ (p : α), ∃ q ≤ p, q ∈ s
Instances For
Equations
- Order.IsDenseBelow s a = ∀ p ≤ a, ∃ q ≤ p, q ∈ s
Instances For
@[implicit_reducible]
Equations
- Order.DenseSet.instSetLike = { coe := fun (s : Order.DenseSet α) => s.set, coe_injective := ⋯ }