Loogle!
Result
Found 239 declarations mentioning DistribLattice. Of these, only the first 200 are shown.
- DistribLattice 📋 Mathlib.Order.Lattice
(α : Type u_1) : Type u_1 - instDistribLatticeNat 📋 Mathlib.Order.Lattice
: DistribLattice ℕ - Bool.instDistribLattice 📋 Mathlib.Order.Lattice
: DistribLattice Bool - instDistribLatticeOfLinearOrder 📋 Mathlib.Order.Lattice
{α : Type u} [LinearOrder α] : DistribLattice α - DistribLattice.toLattice 📋 Mathlib.Order.Lattice
{α : Type u_1} [self : DistribLattice α] : Lattice α - OrderDual.instDistribLattice 📋 Mathlib.Order.Lattice
(α : Type u_1) [DistribLattice α] : DistribLattice αᵒᵈ - ULift.instDistribLattice 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] : DistribLattice (ULift.{v, u} α) - Equiv.distribLattice 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} (e : α ≃ β) [DistribLattice β] : DistribLattice α - Prod.instDistribLattice 📋 Mathlib.Order.Lattice
(α : Type u) (β : Type v) [DistribLattice α] [DistribLattice β] : DistribLattice (α × β) - Pi.instDistribLattice 📋 Mathlib.Order.Lattice
{ι : Type u_1} {α' : ι → Type u_2} [(i : ι) → DistribLattice (α' i)] : DistribLattice ((i : ι) → α' i) - Subtype.distribLattice 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] {P : α → Prop} (Psup : ∀ ⦃s t : α⦄, P s → P t → P (s ⊔ t)) (Pinf : ∀ ⦃s t : α⦄, P s → P t → P (s ⊓ t)) : DistribLattice (Subtype P) - eq_of_inf_eq_sup_eq 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] {a b c : α} (h₁ : b ⊓ a = c ⊓ a) (h₂ : b ⊔ a = c ⊔ a) : b = c - inf_sup_left 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] (a b c : α) : a ⊓ (b ⊔ c) = a ⊓ b ⊔ a ⊓ c - inf_sup_right 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] (a b c : α) : (a ⊔ b) ⊓ c = a ⊓ c ⊔ b ⊓ c - sup_inf_left 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] (a b c : α) : a ⊔ b ⊓ c = (a ⊔ b) ⊓ (a ⊔ c) - sup_inf_right 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] (a b c : α) : a ⊓ b ⊔ c = (a ⊔ c) ⊓ (b ⊔ c) - DistribLattice.ofInfSupLe 📋 Mathlib.Order.Lattice
{α : Type u} [Lattice α] (inf_sup_le : ∀ (a b c : α), a ⊓ (b ⊔ c) ≤ a ⊓ b ⊔ a ⊓ c) : DistribLattice α - inf_sup_le 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] {x y z : α} : x ⊓ (y ⊔ z) ≤ x ⊓ y ⊔ x ⊓ z - le_sup_inf 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] {x y z : α} : (x ⊔ y) ⊓ (x ⊔ z) ≤ x ⊔ y ⊓ z - le_of_inf_le_sup_le 📋 Mathlib.Order.Lattice
{α : Type u} [DistribLattice α] {x y z : α} (h₁ : x ⊓ z ≤ y ⊓ z) (h₂ : x ⊔ z ≤ y ⊔ z) : x ≤ y - DistribLattice.mk 📋 Mathlib.Order.Lattice
{α : Type u_1} [toLattice : Lattice α] (le_sup_inf : ∀ (x y z : α), (x ⊔ y) ⊓ (x ⊔ z) ≤ x ⊔ y ⊓ z) : DistribLattice α - Function.Injective.distribLattice 📋 Mathlib.Order.Lattice
{α : Type u} {β : Type v} [Max α] [Min α] [LE α] [LT α] [DistribLattice β] (f : α → β) (hf_inj : Function.Injective f) (le : ∀ {x y : α}, f x ≤ f y ↔ x ≤ y) (lt : ∀ {x y : α}, f x < f y ↔ x < y) (map_sup : ∀ (a b : α), f (a ⊔ b) = f a ⊔ f b) (map_inf : ∀ (a b : α), f (a ⊓ b) = f a ⊓ f b) : DistribLattice α - DistribLattice.le_sup_inf 📋 Mathlib.Order.Lattice
{α : Type u_1} [self : DistribLattice α] (x y z : α) : (x ⊔ y) ⊓ (x ⊔ z) ≤ x ⊔ y ⊓ z - Complementeds.instDistribLattice 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] : DistribLattice (Complementeds α) - Complementeds.instMax 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] : Max (Complementeds α) - Complementeds.instMin 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] : Min (Complementeds α) - Complementeds.instComplementedLattice 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] : ComplementedLattice (Complementeds α) - IsCompl.left_unique 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (hxz : IsCompl x z) (hyz : IsCompl y z) : x = y - IsCompl.right_unique 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (hxy : IsCompl x y) (hxz : IsCompl x z) : y = z - IsComplemented.inf 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : α} : IsComplemented a → IsComplemented b → IsComplemented (a ⊓ b) - IsComplemented.sup 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : α} : IsComplemented a → IsComplemented b → IsComplemented (a ⊔ b) - Codisjoint.inf_left 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderTop α] {a b c : α} (ha : Codisjoint a c) (hb : Codisjoint b c) : Codisjoint (a ⊓ b) c - Codisjoint.inf_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderTop α] {a b c : α} (hb : Codisjoint a b) (hc : Codisjoint a c) : Codisjoint a (b ⊓ c) - Disjoint.sup_left 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderBot α] {a b c : α} (ha : Disjoint a c) (hb : Disjoint b c) : Disjoint (a ⊔ b) c - Disjoint.sup_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderBot α] {a b c : α} (hb : Disjoint a b) (hc : Disjoint a c) : Disjoint a (b ⊔ c) - codisjoint_inf_left 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderTop α] {a b c : α} : Codisjoint (a ⊓ b) c ↔ Codisjoint a c ∧ Codisjoint b c - codisjoint_inf_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderTop α] {a b c : α} : Codisjoint a (b ⊓ c) ↔ Codisjoint a b ∧ Codisjoint a c - disjoint_sup_left 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderBot α] {a b c : α} : Disjoint (a ⊔ b) c ↔ Disjoint a c ∧ Disjoint b c - disjoint_sup_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderBot α] {a b c : α} : Disjoint a (b ⊔ c) ↔ Disjoint a b ∧ Disjoint a c - Codisjoint.left_le_of_le_inf_left 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderTop α] {a b c : α} (h : b ⊓ a ≤ c) (hd : Codisjoint b c) : a ≤ c - Codisjoint.left_le_of_le_inf_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderTop α] {a b c : α} (h : a ⊓ b ≤ c) (hd : Codisjoint b c) : a ≤ c - Disjoint.left_le_of_le_sup_left 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderBot α] {a b c : α} (h : a ≤ c ⊔ b) (hd : Disjoint a c) : a ≤ b - Disjoint.left_le_of_le_sup_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [OrderBot α] {a b c : α} (h : a ≤ b ⊔ c) (hd : Disjoint a c) : a ≤ b - IsCompl.disjoint_left_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl y z) : Disjoint x y ↔ x ≤ z - IsCompl.disjoint_right_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl y z) : Disjoint x z ↔ x ≤ y - IsCompl.le_left_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl x y) : z ≤ x ↔ Disjoint z y - IsCompl.le_right_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl x y) : z ≤ y ↔ Disjoint z x - IsCompl.left_le_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl x y) : x ≤ z ↔ Codisjoint z y - IsCompl.right_le_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl x y) : y ≤ z ↔ Codisjoint z x - IsCompl.Antitone 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y x' y' : α} (h : IsCompl x y) (h' : IsCompl x' y') (hx : x ≤ x') : y' ≤ y - IsCompl.inf_sup 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y x' y' : α} (h : IsCompl x y) (h' : IsCompl x' y') : IsCompl (x ⊓ x') (y ⊔ y') - IsCompl.sup_inf 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y x' y' : α} (h : IsCompl x y) (h' : IsCompl x' y') : IsCompl (x ⊔ x') (y ⊓ y') - IsCompl.inf_left_le_of_le_sup_right 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b x y : α} (h : IsCompl x y) (hle : a ≤ b ⊔ y) : a ⊓ x ≤ b - IsCompl.le_sup_right_iff_inf_left_le 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y a b : α} (h : IsCompl x y) : a ≤ b ⊔ y ↔ a ⊓ x ≤ b - Codisjoint.le_of_disjoint 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b c : α} (hab : Codisjoint a b) (hbc : Disjoint b c) : c ≤ a - Complementeds.coe_inf 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] (a b : Complementeds α) : ↑(a ⊓ b) = ↑a ⊓ ↑b - Complementeds.coe_sup 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] (a b : Complementeds α) : ↑(a ⊔ b) = ↑a ⊔ ↑b - Disjoint.le_of_codisjoint 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b c : α} (hab : Disjoint a b) (hbc : Codisjoint b c) : a ≤ c - IsCompl.inf_left_eq_bot_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl y z) : x ⊓ y = ⊥ ↔ x ≤ z - IsCompl.inf_right_eq_bot_iff 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {x y z : α} (h : IsCompl y z) : x ⊓ z = ⊥ ↔ x ≤ y - Complementeds.isCompl_coe 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : Complementeds α} : IsCompl ↑a ↑b ↔ IsCompl a b - Complementeds.mk_inf_mk 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : α} (ha : IsComplemented a) (hb : IsComplemented b) : ⟨a, ha⟩ ⊓ ⟨b, hb⟩ = ⟨a ⊓ b, ⋯⟩ - Complementeds.mk_sup_mk 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : α} (ha : IsComplemented a) (hb : IsComplemented b) : ⟨a, ha⟩ ⊔ ⟨b, hb⟩ = ⟨a ⊔ b, ⋯⟩ - Complementeds.codisjoint_coe 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : Complementeds α} : Codisjoint ↑a ↑b ↔ Codisjoint a b - Complementeds.disjoint_coe 📋 Mathlib.Order.Disjoint
{α : Type u_1} [DistribLattice α] [BoundedOrder α] {a b : Complementeds α} : Disjoint ↑a ↑b ↔ Disjoint a b - Prop.instDistribLattice 📋 Mathlib.Order.PropInstances
: DistribLattice Prop - Set.instDistribLattice 📋 Mathlib.Data.Set.Basic
{α : Type u} : DistribLattice (Set α) - GeneralizedCoheytingAlgebra.toDistribLattice 📋 Mathlib.Order.Heyting.Basic
{α : Type u_2} [GeneralizedCoheytingAlgebra α] : DistribLattice α - GeneralizedHeytingAlgebra.toDistribLattice 📋 Mathlib.Order.Heyting.Basic
{α : Type u_2} [GeneralizedHeytingAlgebra α] : DistribLattice α - CoheytingAlgebra.ofSDiff 📋 Mathlib.Order.Heyting.Basic
{α : Type u_2} [DistribLattice α] [BoundedOrder α] (sdiff : α → α → α) (sdiff_le_iff : ∀ (a b c : α), sdiff a b ≤ c ↔ a ≤ b ⊔ c) : CoheytingAlgebra α - HeytingAlgebra.ofHImp 📋 Mathlib.Order.Heyting.Basic
{α : Type u_2} [DistribLattice α] [BoundedOrder α] (himp : α → α → α) (le_himp_iff : ∀ (a b c : α), a ≤ himp b c ↔ a ⊓ b ≤ c) : HeytingAlgebra α - CoheytingAlgebra.ofHNot 📋 Mathlib.Order.Heyting.Basic
{α : Type u_2} [DistribLattice α] [BoundedOrder α] (hnot : α → α) (sdiff_le_iff : ∀ (a b c : α), a ⊓ hnot b ≤ c ↔ a ≤ b ⊔ c) : CoheytingAlgebra α - HeytingAlgebra.ofCompl 📋 Mathlib.Order.Heyting.Basic
{α : Type u_2} [DistribLattice α] [BoundedOrder α] (compl : α → α) (le_himp_iff : ∀ (a b c : α), a ≤ compl b ⊔ c ↔ a ⊓ b ≤ c) : HeytingAlgebra α - BooleanAlgebra.toDistribLattice 📋 Mathlib.Order.BooleanAlgebra.Defs
{α : Type u} [self : BooleanAlgebra α] : DistribLattice α - GeneralizedBooleanAlgebra.toDistribLattice 📋 Mathlib.Order.BooleanAlgebra.Defs
{α : Type u} [self : GeneralizedBooleanAlgebra α] : DistribLattice α - DistribLattice.booleanAlgebraOfComplemented 📋 Mathlib.Order.BooleanAlgebra.Defs
(α : Type u) [DistribLattice α] [BoundedOrder α] [ComplementedLattice α] : BooleanAlgebra α - GeneralizedBooleanAlgebra.mk 📋 Mathlib.Order.BooleanAlgebra.Defs
{α : Type u} [toDistribLattice : DistribLattice α] [toSDiff : SDiff α] [toBot : Bot α] (sup_inf_sdiff : ∀ (a b : α), a ⊓ b ⊔ a \ b = a) (inf_inf_sdiff : ∀ (a b : α), a ⊓ b ⊓ a \ b = ⊥) : GeneralizedBooleanAlgebra α - BooleanAlgebra.mk 📋 Mathlib.Order.BooleanAlgebra.Defs
{α : Type u} [toDistribLattice : DistribLattice α] [toCompl : Compl α] [toSDiff : SDiff α] [toHImp : HImp α] [toTop : Top α] [toBot : Bot α] (inf_compl_le_bot : ∀ (x : α), x ⊓ xᶜ ≤ ⊥) (top_le_sup_compl : ∀ (x : α), ⊤ ≤ x ⊔ xᶜ) (le_top : ∀ (a : α), a ≤ ⊤) (bot_le : ∀ (a : α), ⊥ ≤ a) (sdiff_eq : ∀ (x y : α), x \ y = x ⊓ yᶜ := by aesop) (himp_eq : ∀ (x y : α), x ⇨ y = y ⊔ xᶜ := by aesop) : BooleanAlgebra α - AddCommGroup.toDistribLattice 📋 Mathlib.Algebra.Order.Group.Lattice
(α : Type u_2) [Lattice α] [AddCommGroup α] [AddLeftMono α] : DistribLattice α - CommGroup.toDistribLattice 📋 Mathlib.Algebra.Order.Group.Lattice
(α : Type u_2) [Lattice α] [CommGroup α] [MulLeftMono α] : DistribLattice α - WithBot.distribLattice 📋 Mathlib.Order.WithBot
{α : Type u_1} [DistribLattice α] : DistribLattice (WithBot α) - WithTop.distribLattice 📋 Mathlib.Order.WithBot
{α : Type u_1} [DistribLattice α] : DistribLattice (WithTop α) - Rat.instDistribLattice 📋 Mathlib.Algebra.Order.Ring.Unbundled.Rat
: DistribLattice ℚ - Order.Coframe.toDistribLattice 📋 Mathlib.Order.CompleteBooleanAlgebra
{α : Type u} [Order.Coframe α] : DistribLattice α - Order.Frame.toDistribLattice 📋 Mathlib.Order.CompleteBooleanAlgebra
{α : Type u} [Order.Frame α] : DistribLattice α - Set.Ici.instDistribLatticeElem 📋 Mathlib.Order.LatticeIntervals
{α : Type u_1} {a : α} [DistribLattice α] : DistribLattice ↑(Set.Ici a) - Set.Iic.instDistribLatticeElem 📋 Mathlib.Order.LatticeIntervals
{α : Type u_1} {a : α} [DistribLattice α] : DistribLattice ↑(Set.Iic a) - Set.uIcc_injective_left 📋 Mathlib.Order.Interval.Set.UnorderedInterval
{α : Type u_1} [DistribLattice α] (a : α) : Function.Injective (Set.uIcc a) - Set.uIcc_injective_right 📋 Mathlib.Order.Interval.Set.UnorderedInterval
{α : Type u_1} [DistribLattice α] (a : α) : Function.Injective fun b => Set.uIcc b a - Set.eq_of_mem_uIcc_of_mem_uIcc 📋 Mathlib.Order.Interval.Set.UnorderedInterval
{α : Type u_1} [DistribLattice α] {a b c : α} (ha : a ∈ Set.uIcc b c) (hb : b ∈ Set.uIcc a c) : a = b - Set.eq_of_mem_uIcc_of_mem_uIcc' 📋 Mathlib.Order.Interval.Set.UnorderedInterval
{α : Type u_1} [DistribLattice α] {a b c : α} : b ∈ Set.uIcc a c → c ∈ Set.uIcc a b → b = c - Nonneg.distribLattice 📋 Mathlib.Algebra.Order.Nonneg.Lattice
{α : Type u_1} [DistribLattice α] {a : α} : DistribLattice { x // a ≤ x } - oneLePart_min 📋 Mathlib.Algebra.Order.Group.PosPart
{α : Type u_1} [DistribLattice α] [Group α] (a b : α) : (a ⊓ b)⁺ᵐ = a⁺ᵐ ⊓ b⁺ᵐ - posPart_min 📋 Mathlib.Algebra.Order.Group.PosPart
{α : Type u_1} [DistribLattice α] [AddGroup α] (a b : α) : (a ⊓ b)⁺ = a⁺ ⊓ b⁺ - leOnePart_max 📋 Mathlib.Algebra.Order.Group.PosPart
{α : Type u_1} [DistribLattice α] [Group α] [MulLeftMono α] [MulRightMono α] (a b : α) : (a ⊔ b)⁻ᵐ = a⁻ᵐ ⊓ b⁻ᵐ - negPart_max 📋 Mathlib.Algebra.Order.Group.PosPart
{α : Type u_1} [DistribLattice α] [AddGroup α] [AddLeftMono α] [AddRightMono α] (a b : α) : (a ⊔ b)⁻ = a⁻ ⊓ b⁻ - Multiset.instDistribLattice 📋 Mathlib.Data.Multiset.UnionInter
{α : Type u_1} [DecidableEq α] : DistribLattice (Multiset α) - Finset.instDistribLattice 📋 Mathlib.Data.Finset.Lattice.Basic
{α : Type u_1} [DecidableEq α] : DistribLattice (Finset α) - BotHom.instDistribLattice 📋 Mathlib.Order.Hom.Bounded
{α : Type u_2} {β : Type u_3} [Bot α] [DistribLattice β] [OrderBot β] : DistribLattice (BotHom α β) - TopHom.instDistribLattice 📋 Mathlib.Order.Hom.Bounded
{α : Type u_2} {β : Type u_3} [Top α] [DistribLattice β] [OrderTop β] : DistribLattice (TopHom α β) - Finset.inf'_sup_distrib_left 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] {s : Finset ι} (hs : s.Nonempty) (f : ι → α) (a : α) : a ⊔ s.inf' hs f = s.inf' hs fun i => a ⊔ f i - Finset.inf'_sup_distrib_right 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] {s : Finset ι} (hs : s.Nonempty) (f : ι → α) (a : α) : s.inf' hs f ⊔ a = s.inf' hs fun i => f i ⊔ a - Finset.sup'_inf_distrib_left 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] {s : Finset ι} (hs : s.Nonempty) (f : ι → α) (a : α) : a ⊓ s.sup' hs f = s.sup' hs fun i => a ⊓ f i - Finset.sup'_inf_distrib_right 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] {s : Finset ι} (hs : s.Nonempty) (f : ι → α) (a : α) : s.sup' hs f ⊓ a = s.sup' hs fun i => f i ⊓ a - Finset.inf_sup_distrib_left 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderTop α] (s : Finset ι) (f : ι → α) (a : α) : a ⊔ s.inf f = s.inf fun i => a ⊔ f i - Finset.inf_sup_distrib_right 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderTop α] (s : Finset ι) (f : ι → α) (a : α) : s.inf f ⊔ a = s.inf fun i => f i ⊔ a - Finset.sup_inf_distrib_left 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderBot α] (s : Finset ι) (f : ι → α) (a : α) : a ⊓ s.sup f = s.sup fun i => a ⊓ f i - Finset.sup_inf_distrib_right 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderBot α] (s : Finset ι) (f : ι → α) (a : α) : s.sup f ⊓ a = s.sup fun i => f i ⊓ a - Finset.codisjoint_inf_left 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderTop α] {s : Finset ι} {f : ι → α} {a : α} : Codisjoint (s.inf f) a ↔ ∀ ⦃i : ι⦄, i ∈ s → Codisjoint (f i) a - Finset.codisjoint_inf_right 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderTop α] {s : Finset ι} {f : ι → α} {a : α} : Codisjoint a (s.inf f) ↔ ∀ ⦃i : ι⦄, i ∈ s → Codisjoint a (f i) - Finset.disjoint_sup_left 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderBot α] {s : Finset ι} {f : ι → α} {a : α} : Disjoint (s.sup f) a ↔ ∀ ⦃i : ι⦄, i ∈ s → Disjoint (f i) a - Finset.disjoint_sup_right 📋 Mathlib.Data.Finset.Lattice.Fold
{α : Type u_2} {ι : Type u_5} [DistribLattice α] [OrderBot α] {s : Finset ι} {f : ι → α} {a : α} : Disjoint a (s.sup f) ↔ ∀ ⦃i : ι⦄, i ∈ s → Disjoint a (f i) - Finset.uIcc_injective_left 📋 Mathlib.Order.Interval.Finset.Basic
{α : Type u_2} [DistribLattice α] [LocallyFiniteOrder α] (a : α) : Function.Injective (Finset.uIcc a) - Finset.uIcc_injective_right 📋 Mathlib.Order.Interval.Finset.Basic
{α : Type u_2} [DistribLattice α] [LocallyFiniteOrder α] (a : α) : Function.Injective fun b => Finset.uIcc b a - Finset.eq_of_mem_uIcc_of_mem_uIcc 📋 Mathlib.Order.Interval.Finset.Basic
{α : Type u_2} [DistribLattice α] [LocallyFiniteOrder α] {a b c : α} : a ∈ Finset.uIcc b c → b ∈ Finset.uIcc a c → a = b - Finset.eq_of_mem_uIcc_of_mem_uIcc' 📋 Mathlib.Order.Interval.Finset.Basic
{α : Type u_2} [DistribLattice α] [LocallyFiniteOrder α] {a b c : α} : b ∈ Finset.uIcc a c → c ∈ Finset.uIcc a b → b = c - Cardinal.instDistribLattice 📋 Mathlib.SetTheory.Cardinal.Order
: DistribLattice Cardinal.{u} - DistribLattice.instIsModularLattice 📋 Mathlib.Order.ModularLattice
{α : Type u_1} [DistribLattice α] : IsModularLattice α - IsSimpleOrder.distribLattice 📋 Mathlib.Order.Atoms
{α : Type u_2} [Lattice α] [BoundedOrder α] [IsSimpleOrder α] : DistribLattice α - Finset.inf'_sup_inf' 📋 Mathlib.Data.Finset.Lattice.Prod
{α : Type u_1} {ι : Type u_4} {κ : Type u_5} [DistribLattice α] {s : Finset ι} {t : Finset κ} (hs : s.Nonempty) (ht : t.Nonempty) (f : ι → α) (g : κ → α) : s.inf' hs f ⊔ t.inf' ht g = (s ×ˢ t).inf' ⋯ fun i => f i.1 ⊔ g i.2 - Finset.sup'_inf_sup' 📋 Mathlib.Data.Finset.Lattice.Prod
{α : Type u_1} {ι : Type u_4} {κ : Type u_5} [DistribLattice α] {s : Finset ι} {t : Finset κ} (hs : s.Nonempty) (ht : t.Nonempty) (f : ι → α) (g : κ → α) : s.sup' hs f ⊓ t.sup' ht g = (s ×ˢ t).sup' ⋯ fun i => f i.1 ⊓ g i.2 - Finset.inf_sup_inf 📋 Mathlib.Data.Finset.Lattice.Prod
{α : Type u_1} {ι : Type u_4} {κ : Type u_5} [DistribLattice α] [OrderTop α] (s : Finset ι) (t : Finset κ) (f : ι → α) (g : κ → α) : s.inf f ⊔ t.inf g = (s ×ˢ t).inf fun i => f i.1 ⊔ g i.2 - Finset.sup_inf_sup 📋 Mathlib.Data.Finset.Lattice.Prod
{α : Type u_1} {ι : Type u_4} {κ : Type u_5} [DistribLattice α] [OrderBot α] (s : Finset ι) (t : Finset κ) (f : ι → α) (g : κ → α) : s.sup f ⊓ t.sup g = (s ×ˢ t).sup fun i => f i.1 ⊓ g i.2 - Set.Finite.latticeClosure 📋 Mathlib.Order.SupClosed
{α : Type u_3} [DistribLattice α] {s : Set α} (hs : s.Finite) : (latticeClosure s).Finite - InfClosed.supClosure 📋 Mathlib.Order.SupClosed
{α : Type u_3} [DistribLattice α] {s : Set α} (hs : InfClosed s) : InfClosed (supClosure s) - SupClosed.infClosure 📋 Mathlib.Order.SupClosed
{α : Type u_3} [DistribLattice α] {s : Set α} (hs : SupClosed s) : SupClosed (infClosure s) - infClosure_supClosure 📋 Mathlib.Order.SupClosed
{α : Type u_3} [DistribLattice α] (s : Set α) : infClosure (supClosure s) = latticeClosure s - supClosure_infClosure 📋 Mathlib.Order.SupClosed
{α : Type u_3} [DistribLattice α] (s : Set α) : supClosure (infClosure s) = latticeClosure s - latticeClosure_prod 📋 Mathlib.Order.SupClosed
{α : Type u_3} {β : Type u_4} [DistribLattice α] [DistribLattice β] (s : Set α) (t : Set β) : latticeClosure (s ×ˢ t) = latticeClosure s ×ˢ latticeClosure t - Set.PairwiseDisjoint.supIndep 📋 Mathlib.Order.SupIndep
{α : Type u_1} {ι : Type u_3} [DistribLattice α] [OrderBot α] {s : Finset ι} {f : ι → α} : (↑s).PairwiseDisjoint f → s.SupIndep f - Finset.supIndep_iff_pairwiseDisjoint 📋 Mathlib.Order.SupIndep
{α : Type u_1} {ι : Type u_3} [DistribLattice α] [OrderBot α] {s : Finset ι} {f : ι → α} : s.SupIndep f ↔ (↑s).PairwiseDisjoint f - Fintype.toCompleteDistribLattice 📋 Mathlib.Data.Fintype.Order
(α : Type u_1) [Fintype α] [DistribLattice α] [BoundedOrder α] : CompleteDistribLattice α - Fintype.toCompleteDistribLatticeMinimalAxioms 📋 Mathlib.Data.Fintype.Order
(α : Type u_1) [Fintype α] [DistribLattice α] [BoundedOrder α] : CompleteDistribLattice.MinimalAxioms α - disjoint_partialSups_left 📋 Mathlib.Order.PartialSups
{α : Type u_1} {ι : Type u_3} [Preorder ι] [LocallyFiniteOrderBot ι] [DistribLattice α] [OrderBot α] {f : ι → α} {i : ι} {x : α} : Disjoint ((partialSups f) i) x ↔ ∀ j ≤ i, Disjoint (f j) x - disjoint_partialSups_right 📋 Mathlib.Order.PartialSups
{α : Type u_1} {ι : Type u_3} [Preorder ι] [LocallyFiniteOrderBot ι] [DistribLattice α] [OrderBot α] {f : ι → α} {i : ι} {x : α} : Disjoint x ((partialSups f) i) ↔ ∀ j ≤ i, Disjoint x (f j) - partialSups_disjoint_of_disjoint 📋 Mathlib.Order.PartialSups
{α : Type u_1} {ι : Type u_3} [Preorder ι] [LocallyFiniteOrderBot ι] [DistribLattice α] [OrderBot α] (f : ι → α) (h : Pairwise (Function.onFun Disjoint f)) {i j : ι} (hij : i < j) : Disjoint ((partialSups f) i) (f j) - Sublattice.instDistribLatticeCoe 📋 Mathlib.Order.Sublattice
{α : Type u_5} [DistribLattice α] (L : Sublattice α) : DistribLattice ↥L - DistLat.mk 📋 Mathlib.Order.Category.DistLat
(carrier : Type u_1) [str : DistribLattice carrier] : DistLat - DistLat.of 📋 Mathlib.Order.Category.DistLat
(X : Type u_1) [DistribLattice X] : DistLat - DistLat.str 📋 Mathlib.Order.Category.DistLat
(self : DistLat) : DistribLattice ↑self - DistLat.coe_of 📋 Mathlib.Order.Category.DistLat
(X : Type u) [DistribLattice X] : ↑(DistLat.of X) = X - DistLat.ofHom 📋 Mathlib.Order.Category.DistLat
{X Y : Type u} [DistribLattice X] [DistribLattice Y] (f : LatticeHom X Y) : DistLat.of X ⟶ DistLat.of Y - DistLat.ofHom_id 📋 Mathlib.Order.Category.DistLat
{X : Type u} [DistribLattice X] : DistLat.ofHom (LatticeHom.id X) = CategoryTheory.CategoryStruct.id (DistLat.of X) - DistLat.hom_ofHom 📋 Mathlib.Order.Category.DistLat
{X Y : Type u} [DistribLattice X] [DistribLattice Y] (f : LatticeHom X Y) : DistLat.Hom.hom (DistLat.ofHom f) = f - DistLat.ofHom_comp 📋 Mathlib.Order.Category.DistLat
{X Y Z : Type u} [DistribLattice X] [DistribLattice Y] [DistribLattice Z] (f : LatticeHom X Y) (g : LatticeHom Y Z) : DistLat.ofHom (g.comp f) = CategoryTheory.CategoryStruct.comp (DistLat.ofHom f) (DistLat.ofHom g) - DistLat.ofHom_apply 📋 Mathlib.Order.Category.DistLat
{X Y : Type u} [DistribLattice X] [DistribLattice Y] (f : LatticeHom X Y) (x : X) : (CategoryTheory.ConcreteCategory.hom (DistLat.ofHom f)) x = f x - BddDistLat.instDistribLatticeCarrier 📋 Mathlib.Order.Category.BddDistLat
(X : BddDistLat) : DistribLattice ↑X.toDistLat - BddDistLat.of 📋 Mathlib.Order.Category.BddDistLat
(α : Type u_1) [DistribLattice α] [BoundedOrder α] : BddDistLat - BddDistLat.coe_of 📋 Mathlib.Order.Category.BddDistLat
(α : Type u_1) [DistribLattice α] [BoundedOrder α] : ↑(BddDistLat.of α).toDistLat = α - BddDistLat.ofHom_id 📋 Mathlib.Order.Category.BddDistLat
{X : Type u} [DistribLattice X] [BoundedOrder X] : BddDistLat.ofHom (BoundedLatticeHom.id X) = CategoryTheory.CategoryStruct.id (BddDistLat.of X) - BddDistLat.ofHom 📋 Mathlib.Order.Category.BddDistLat
{X Y : Type u} [DistribLattice X] [BoundedOrder X] [DistribLattice Y] [BoundedOrder Y] (f : BoundedLatticeHom X Y) : BddDistLat.of X ⟶ BddDistLat.of Y - BddDistLat.hom_ofHom 📋 Mathlib.Order.Category.BddDistLat
{X Y : Type u} [DistribLattice X] [BoundedOrder X] [DistribLattice Y] [BoundedOrder Y] (f : BoundedLatticeHom X Y) : BddDistLat.Hom.hom (BddDistLat.ofHom f) = f - BddDistLat.ofHom_comp 📋 Mathlib.Order.Category.BddDistLat
{X Y Z : Type u} [DistribLattice X] [BoundedOrder X] [DistribLattice Y] [BoundedOrder Y] [DistribLattice Z] [BoundedOrder Z] (f : BoundedLatticeHom X Y) (g : BoundedLatticeHom Y Z) : BddDistLat.ofHom (g.comp f) = CategoryTheory.CategoryStruct.comp (BddDistLat.ofHom f) (BddDistLat.ofHom g) - BddDistLat.ofHom_apply 📋 Mathlib.Order.Category.BddDistLat
{X Y : Type u} [DistribLattice X] [BoundedOrder X] [DistribLattice Y] [BoundedOrder Y] (f : BoundedLatticeHom X Y) (x : X) : (CategoryTheory.ConcreteCategory.hom (BddDistLat.ofHom f)) x = f x - HeytAlg.hasForgetToLat_forget₂_obj_str 📋 Mathlib.Order.Category.HeytAlg
(X : HeytAlg) : (CategoryTheory.HasForget₂.forget₂.obj X).str = GeneralizedHeytingAlgebra.toDistribLattice - WithTopology.instDistribLattice 📋 Mathlib.Topology.WithTopology
{X : Type u_1} (t : TopologicalSpace X) [DistribLattice X] : DistribLattice (WithTopology X t) - DistribLattice.copy 📋 Mathlib.Order.Copy
{α : Type u} (c : DistribLattice α) (le : α → α → Prop) (eq_le : le = LE.le) (sup : α → α → α) (eq_sup : sup = max) (inf : α → α → α) (eq_inf : inf = min) : DistribLattice α - TopologicalSpace.OpenNhdsOf.instDistribLattice 📋 Mathlib.Topology.Sets.Opens
{α : Type u_2} [TopologicalSpace α] {x : α} : DistribLattice (TopologicalSpace.OpenNhdsOf x) - Order.Ideal.coe_sup_eq 📋 Mathlib.Order.Ideal
{P : Type u_1} [DistribLattice P] {I J : Order.Ideal P} : ↑(I ⊔ J) = {x | ∃ i ∈ I, ∃ j ∈ J, x = i ⊔ j} - Order.Ideal.eq_sup_of_le_sup 📋 Mathlib.Order.Ideal
{P : Type u_1} [DistribLattice P] {I J : Order.Ideal P} {x i j : P} (hi : i ∈ I) (hj : j ∈ J) (hx : x ≤ i ⊔ j) : ∃ i' ∈ I, ∃ j' ∈ J, x = i' ⊔ j' - TopologicalSpace.Compacts.instDistribLatticeOfT2Space 📋 Mathlib.Topology.Sets.Compacts
{α : Type u_1} [TopologicalSpace α] [T2Space α] : DistribLattice (TopologicalSpace.Compacts α) - IsCompactlyGenerated.BooleanGenerators.distribLatticeOfSSupEqTop 📋 Mathlib.Order.BooleanGenerators
{α : Type u_1} [CompleteLattice α] {S : Set α} [IsCompactlyGenerated α] (hS : IsCompactlyGenerated.BooleanGenerators S) (h : sSup S = ⊤) : DistribLattice α - IsCompactlyGenerated.BooleanGenerators.distribLattice_of_sSup_eq_top 📋 Mathlib.Order.BooleanGenerators
{α : Type u_1} [CompleteLattice α] {S : Set α} [IsCompactlyGenerated α] (hS : IsCompactlyGenerated.BooleanGenerators S) (h : sSup S = ⊤) : DistribLattice α - LieAlgebra.IsSemisimple.instDistribLattice 📋 Mathlib.Algebra.Lie.Semisimple.Basic
{R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] [LieAlgebra.IsSemisimple R L] : DistribLattice (LieIdeal R L) - Real.instDistribLattice 📋 Mathlib.Basic.Real.Basic
: DistribLattice ℝ - NNReal.instDistribLattice 📋 Mathlib.Basic.NNReal.Defs
: DistribLattice NNReal - ENNReal.instDistribLattice 📋 Mathlib.Basic.ENNReal.Basic
: DistribLattice ENNReal - Filter.Germ.instDistribLattice 📋 Mathlib.Order.Filter.Germ.Basic
{α : Type u_1} {β : Type u_2} {l : Filter α} [DistribLattice β] : DistribLattice (l.Germ β) - SimpleGraph.distribLattice 📋 Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} : DistribLattice (SimpleGraph V) - IsLprojection.Subtype.distribLattice 📋 Mathlib.Analysis.Normed.Module.MStructure
{X : Type u_1} [NormedAddCommGroup X] {M : Type u_2} [Ring M] [Module M X] [FaithfulSMul M X] : DistribLattice { P // IsLprojection X P } - Finpartition.instMin 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a : α} : Min (Finpartition a) - Finpartition.instSemilatticeInf 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a : α} : SemilatticeInf (Finpartition a) - Finpartition.restrict 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a b : α} (P : Finpartition a) (hb : b ≤ a) : Finpartition b - Finpartition.ofPairwiseDisjoint 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] (parts : Finset α) (hdisjoint : (↑parts).PairwiseDisjoint id) : Finpartition (parts.sup id) - Finpartition.ofPairwiseDisjoint_parts 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] (parts : Finset α) (hdisjoint : (↑parts).PairwiseDisjoint id) : (Finpartition.ofPairwiseDisjoint parts hdisjoint).parts = parts.erase ⊥ - Finpartition.restrict_mono 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a b : α} {P Q : Finpartition a} (hb : b ≤ a) (hPQ : P ≤ Q) : P.restrict hb ≤ Q.restrict hb - Finpartition.parts_restrict 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a b : α} (P : Finpartition a) (hb : b ≤ a) : (P.restrict hb).parts = (Finset.image (fun x => x ⊓ b) P.parts).erase ⊥ - Finpartition.restrict_inf 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a b : α} (P Q : Finpartition a) (hb : b ≤ a) : (P ⊓ Q).restrict hb = P.restrict hb ⊓ Q.restrict hb - Finpartition.sum_ofPairwiseDisjoint_eq_sum 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {parts : Finset α} (hdisjoint : (↑parts).PairwiseDisjoint id) {X : Type u_2} [AddCommMonoid X] {f : α → X} (hf : f ⊥ = 0) : ∑ p ∈ (Finpartition.ofPairwiseDisjoint parts hdisjoint).parts, f p = ∑ p ∈ parts, f p - Finpartition.sum_restrict 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a b : α} (P : Finpartition a) (hb : b ≤ a) {M : Type u_2} [AddCommMonoid M] (f : α → M) (hf : f ⊥ = 0) : ∑ p ∈ (P.restrict hb).parts, f p = ∑ q ∈ P.parts, f (q ⊓ b) - Finpartition.parts_inf 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a : α} (P Q : Finpartition a) : (P ⊓ Q).parts = (Finset.image (fun bc => bc.1 ⊓ bc.2) (P.parts ×ˢ Q.parts)).erase ⊥ - Finpartition.restrict_top 📋 Mathlib.Order.Partition.Finpartition
{α : Type u_1} [DistribLattice α] [OrderBot α] [DecidableEq α] {a b : α} (hb : b ≤ a) : ⊤.restrict hb = ⊤ - SimpleGraph.Subgraph.distribLattice 📋 Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} : DistribLattice G.Subgraph - Digraph.distribLattice 📋 Mathlib.Combinatorics.Digraph.Basic
{V : Type u_2} : DistribLattice (Digraph V) - Set.infs_sups_subset_left 📋 Mathlib.Data.Set.Sups
{α : Type u_2} [DistribLattice α] (s t u : Set α) : s ⊼ (t ⊻ u) ⊆ s ⊼ t ⊻ s ⊼ u - Set.infs_sups_subset_right 📋 Mathlib.Data.Set.Sups
{α : Type u_2} [DistribLattice α] (s t u : Set α) : (t ⊻ u) ⊼ s ⊆ t ⊼ s ⊻ u ⊼ s - Set.sups_infs_subset_left 📋 Mathlib.Data.Set.Sups
{α : Type u_2} [DistribLattice α] (s t u : Set α) : s ⊻ t ⊼ u ⊆ (s ⊻ t) ⊼ (s ⊻ u) - Set.sups_infs_subset_right 📋 Mathlib.Data.Set.Sups
{α : Type u_2} [DistribLattice α] (s t u : Set α) : t ⊼ u ⊻ s ⊆ (t ⊻ s) ⊼ (u ⊻ s) - Finset.instAssociativeDisjSups 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] [OrderBot α] [DecidableRel Disjoint] : Std.Associative fun x1 x2 => x1.disjSups x2 - Finset.infs_sups_subset_left 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] (s t u : Finset α) : s ⊼ (t ⊻ u) ⊆ s ⊼ t ⊻ s ⊼ u - Finset.infs_sups_subset_right 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] (s t u : Finset α) : (t ⊻ u) ⊼ s ⊆ t ⊼ s ⊻ u ⊼ s - Finset.sups_infs_subset_left 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] (s t u : Finset α) : s ⊻ t ⊼ u ⊆ (s ⊻ t) ⊼ (s ⊻ u) - Finset.sups_infs_subset_right 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] (s t u : Finset α) : t ⊼ u ⊻ s ⊆ (t ⊻ s) ⊼ (u ⊻ s) - Finset.disjSups_assoc 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] [OrderBot α] [DecidableRel Disjoint] (s t u : Finset α) : (s.disjSups t).disjSups u = s.disjSups (t.disjSups u) - Finset.disjSups_left_comm 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] [OrderBot α] [DecidableRel Disjoint] (s t u : Finset α) : s.disjSups (t.disjSups u) = t.disjSups (s.disjSups u) - Finset.disjSups_right_comm 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] [OrderBot α] [DecidableRel Disjoint] (s t u : Finset α) : (s.disjSups t).disjSups u = (s.disjSups u).disjSups t - Finset.disjSups_disjSups_disjSups_comm 📋 Mathlib.Data.Finset.Sups
{α : Type u_2} [DecidableEq α] [DistribLattice α] [OrderBot α] [DecidableRel Disjoint] (s t u v : Finset α) : (s.disjSups t).disjSups (u.disjSups v) = (s.disjSups u).disjSups (t.disjSups v) - Finset.truncatedInf_sups_of_notMem 📋 Mathlib.Combinatorics.SetFamily.AhlswedeZhang
{α : Type u_1} [DistribLattice α] [DecidableEq α] {s t : Finset α} {a : α} [DecidableLE α] [BoundedOrder α] (ha : a ∉ upperClosure ↑s ⊔ upperClosure ↑t) : (s ⊻ t).truncatedInf a = ⊥ - Finset.truncatedSup_infs_of_notMem 📋 Mathlib.Combinatorics.SetFamily.AhlswedeZhang
{α : Type u_1} [DistribLattice α] [DecidableEq α] {s t : Finset α} {a : α} [DecidableLE α] [BoundedOrder α] (ha : a ∉ lowerClosure ↑s ⊓ lowerClosure ↑t) : (s ⊼ t).truncatedSup a = ⊤ - Finset.truncatedInf_sups 📋 Mathlib.Combinatorics.SetFamily.AhlswedeZhang
{α : Type u_1} [DistribLattice α] [DecidableEq α] {s t : Finset α} {a : α} [DecidableLE α] [BoundedOrder α] (hs : a ∈ upperClosure ↑s) (ht : a ∈ upperClosure ↑t) : (s ⊻ t).truncatedInf a = s.truncatedInf a ⊔ t.truncatedInf a
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c