Theorems · Definition · order theory
Function.Injective.semilatticeSup
{α : Type u} →
{β : Type v} →
[inst : Max α] →
[inst_1 : LE α] →
[inst_2 : LT α] →
[inst_3 : SemilatticeSup β] →
(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) → SemilatticeSup αA type endowed with ⊔ is a SemilatticeSup, if it admits an injective map that
preserves ⊔ to a SemilatticeSup.
See note [reducible non-instances].
- Defined in
- Mathlib.Order.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
- Assumes
- MaxLELTSemilatticeSup
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.
- PartialOrderproof · cited by 6,410
- SemilatticeSupstatement and proof · cited by 785
- Function.Injective.partialOrderproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- Function.Injective.idemSemiringproof · cited by 0
- Equiv.semilatticeSupproof · cited by 0
- Function.Injective.latticeproof · cited by 0