Mathlib Map

Theorems · Definition · order theory

Function.Injective.distribLattice

{α : Type u} →
  {β : Type v} →
    [inst : Max α] →
      [inst_1 : Min α] →
        [inst_2 : LE α] →
          [inst_3 : LT α] →
            [inst_4 : DistribLattice β] →
              (f : α → β) →
                Function.Injective f →
                  (∀ {x y : α}, f x ≤ f y ↔ x ≤ y) →
                    (∀ {x y : α}, f x < f y ↔ x < y) →
                      (∀ (a b : α), f (a ⊔ b) = f a ⊔ f b) → (∀ (a b : α), f (a ⊓ b) = f a ⊓ f b) → DistribLattice α

A type endowed with and is a DistribLattice, if it admits an injective map that preserves and to a DistribLattice. See note [reducible non-instances].

Defined in
Mathlib.Order.Lattice
Cited by
0 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
MaxMinLELTDistribLattice

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.