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
Equations
Equations
- CompleteLat.instInhabited = { default := { carrier := PUnit.{?u.2 + 1}, str := PUnit.instCompleteBooleanAlgebra.toCompleteLattice } }
Equations
- One or more equations did not get rendered due to their size.
instance
CompleteLat.instConcreteCategoryCompleteLatticeHomCarrier :
CategoryTheory.ConcreteCategory CompleteLat fun (x1 x2 : CompleteLat) => CompleteLatticeHom ↑x1 ↑x2
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Constructs an isomorphism of complete lattices from an order isomorphism between them.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
OrderDual as a functor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
The equivalence between CompleteLat and itself induced by OrderDual both ways.
Equations
- One or more equations did not get rendered due to their size.