The category of complete lattices #
This file defines CompleteLat, the category of complete lattices.
The category of complete lattices.
- of :: (
- carrier : Type u_1
The underlying lattice.
- str : CompleteLattice ↑self
- )
Instances For
@[implicit_reducible]
@[implicit_reducible]
instance
CompleteLat.instConcreteCategoryCompleteLatticeHomCarrier :
CategoryTheory.ConcreteCategory CompleteLat fun (x1 x2 : CompleteLat) => CompleteLatticeHom ↑x1 ↑x2
@[implicit_reducible]
Constructs an isomorphism of complete lattices from an order isomorphism between them.
Instances For
@[simp]
@[simp]
OrderDual as a functor.
Instances For
@[simp]
The equivalence between CompleteLat and itself induced by OrderDual both ways.