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