⚠️ Archived site. This is the pre-3.0 Agda Universal Algebra Library, preserved for reference. Its current home is agda-algebras.universalalgebra.org (as of July 2026).

↑ Top


Adjunction

This is the Base.Adjunction module of the Agda Universal Algebra Library.

{-# OPTIONS --without-K --exact-split --safe #-}

module Base.Adjunction where

open import Base.Adjunction.Closure      public
open import Base.Adjunction.Galois       public
open import Base.Adjunction.Residuation  public


← Base.Structures Base.Adjunction.Closure →