The categories of semilattices #
This defines SemilatSupCat and SemilatInfCat, the categories of sup-semilattices with a bottom
element and inf-semilattices with a top element.
References #
The category of sup-semilattices with a bottom element.
- of :: (
- X : Type u
The underlying type of a sup-semilattice with a bottom element.
- isSemilatticeSup : SemilatticeSup self.X
- )
Instances For
The category of inf-semilattices with a top element.
- of :: (
- X : Type u
The underlying type of an inf-semilattice with a top element.
- isSemilatticeInf : SemilatticeInf self.X
- )
Instances For
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
instance
SemilatSupCat.instConcreteCategorySupBotHomX :
CategoryTheory.ConcreteCategory SemilatSupCat fun (x1 x2 : SemilatSupCat) => SupBotHom x1.X x2.X
@[implicit_reducible]
@[simp]
theorem
SemilatSupCat.coe_forget_to_partOrd
(X : SemilatSupCat)
:
↑((CategoryTheory.forget₂ SemilatSupCat PartOrd).obj X) = X.X
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
instance
SemilatInfCat.instConcreteCategoryInfTopHomX :
CategoryTheory.ConcreteCategory SemilatInfCat fun (x1 x2 : SemilatInfCat) => InfTopHom x1.X x2.X
@[implicit_reducible]
@[simp]
theorem
SemilatInfCat.coe_forget_to_partOrd
(X : SemilatInfCat)
:
↑((CategoryTheory.forget₂ SemilatInfCat PartOrd).obj X) = X.X
Order dual #
Constructs an isomorphism of lattices from an order isomorphism between them.
Instances For
@[simp]
@[simp]
OrderDual as a functor.
Instances For
@[simp]
theorem
SemilatSupCat.dual_map
{x✝ x✝¹ : SemilatSupCat}
(a : SupBotHom x✝.X x✝¹.X)
:
dual.map a = SupBotHom.dual a
Constructs an isomorphism of lattices from an order isomorphism between them.
Instances For
@[simp]
@[simp]
OrderDual as a functor.
Instances For
@[simp]
@[simp]
@[simp]
theorem
SemilatInfCat.dual_map
{x✝ x✝¹ : SemilatInfCat}
(a : InfTopHom x✝.X x✝¹.X)
:
dual.map a = InfTopHom.dual a
@[simp]
The equivalence between SemilatSupCat and SemilatInfCat induced by OrderDual both ways.