Theorems · Definition · order theory
Function.Injective.lattice
{α : Type u} →
{β : Type v} →
[inst : Max α] →
[inst_1 : Min α] →
[inst_2 : LE α] →
[inst_3 : LT α] →
[inst_4 : Lattice β] →
(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) → Lattice αA type endowed with ⊔ and ⊓ is a Lattice, if it admits an injective map that
preserves ⊔ and ⊓ to a Lattice.
See note [reducible non-instances].
- Defined in
- Mathlib.Order.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Latticestatement and proof · cited by 916
- SemilatticeSupproof · cited by 785
- SemilatticeInfproof · cited by 634
- SemilatticeInf.infproof · cited by 3
- SemilatticeInf.inf_le_leftproof · cited by 2
- SemilatticeInf.inf_le_rightproof · cited by 2
- SemilatticeInf.le_infproof · cited by 1
- Function.Injective.semilatticeInfproof · cited by 0
- Function.Injective.semilatticeSupproof · cited by 0
Cited by5
Results whose statement or proof uses this declaration.
- Function.Injective.generalizedHeytingAlgebraproof · cited by 0
- Function.Injective.distribLatticeproof · cited by 0
- Equiv.latticeproof · cited by 0
- Function.Injective.completeLatticeproof · cited by 0
- Function.Injective.generalizedCoheytingAlgebraproof · cited by 0