Galois connections between preorders are adjunctions. #
GaloisConnection.adjunction
is the adjunction associated to a galois connection.
def
GaloisConnection.adjunction
{X : Type u}
{Y : Type v}
[Preorder X]
[Preorder Y]
{l : X → Y}
{u : Y → X}
(gc : GaloisConnection l u)
:
A galois connection between preorders induces an adjunction between the associated categories.
Equations
- One or more equations did not get rendered due to their size.