module
  Cat.Functor.Monadic.Beck
  {o  o′ ℓ′} {C : Precategory o } {D : Precategory o′ ℓ′}
  {F : Functor C D} {G : Functor D C}
  (F⊣G : F  G)
  where

Beck’s coequaliser🔗

Let F:CDF : \mathcal{C} \to \mathcal{D} be a functor admitting a right adjoint U:DCU : \mathcal{D} \to \mathcal{C}. Recall that every adjunction induces a monad UFUF (which we will call TT for short) on the category C\mathcal{C}, and a “comparison” functor K:DCTK : \mathcal{D} \to \mathcal{C}^{T} into the Eilenberg-Moore category of TT. In this module we will lay out a sufficient condition for the functor KK to have a left adjoint, which we call K1K^{-1} (Comparison⁻¹). Let us first establish a result about the presentation of TT-algebras by “generators and relations”.

Suppose that we are given a TT-algebra (A,ν)(A, \nu). Note that (TA,μ)(TA, \mu) is also a TT-algebra, namely the free TT-algebra on the object AA. Let us illustrate this with a concrete example: Suppose we have the cyclic group Z/nZ\mathbb{Z}/n\mathbb{Z}, for some natural number nn, which we regard as a quotient group of Z\mathbb{Z}. The corresponding algebra (TA,μ)(TA, \mu) would be the free group on nn generators whence1 we conclude that, in general, this “free-on-underlying” (TA,μ)(TA, \mu) algebra is very far from being the (A,ν)(A, \nu) algebra we started with.

Still, motivated by our Z/nZ\mathbb{Z}/n\mathbb{Z} example, it feels like we should be able to quotient the algebra (TA,μ)(TA, \mu) by some set of relations and get back the algebra (A,ν)(A, \nu) we started with. This is absolutely true, and it’s true even when the category of TT-algebras is lacking in quotients! In particular, we have the following theorem:

Theorem. Every TT-algebra (A,ν)(A, \nu) is the coequaliser of the diagram

called the Beck coequaliser (of AA). Furthermore, this coequaliser is reflexive in CT\mathcal{C}^T, meaning that the arrows μ\mu and TνT\nu have a common right inverse. Elaborating a bit, this theorem lets us decompose any TT-algebra (A,ν)(A, \nu) into a canonical presentation of AA by generators and relations, as a quotient of a free algebra by a relation (induced by) the fold ν\nu.

Proof. The proof is by calculation, applying the monad laws where applicable, so we present it without much further commentary. Observe that ν\nu coequalises μ\mu and TνT\nu essentially by the definition of being an algebra map. Note that we do not make use of the fact that the monad TT was given by a specified adjunction FUF \dashv U in the proof, and any adjunction presenting TT will do.

  open is-coequaliser
  algebra-is-coequaliser
    : is-coequaliser C^T {A = TTA} {B = TA} {E = Aalg}
      mult fold (record { morphism = A.ν ; commutes = sym A.ν-mult })
  algebra-is-coequaliser .coequal = Algebra-hom-path C $
    A.ν C.∘ T.mult .η _ ≡˘⟨ A.ν-mult ≡˘
    A.ν C.∘ T.M₁ A.ν    

The colimiting map from (A,ν)(A, \nu) to some other algebra (F,ν)(F, \nu') which admits a map e:(TA,μ)(F,ν)e' : (TA, \mu) \to (F, \nu') is given by the composite

AηTAeF, A \xrightarrow{\eta} TA \xrightarrow{e'} F\text{,}

which is a map of algebras by a long computation, and satisfies the properties of a coequalising map by slightly shorter computations, which can be seen below. Uniqueness of this map follows almost immediately from the algebra laws.

  algebra-is-coequaliser .universal {F = F} {e'} p .morphism =
    e' .morphism C.∘ T.unit .η A
  algebra-is-coequaliser .universal {F = F} {e'} p .commutes =
    (e' .morphism C.∘ unit.η A) C.∘ A.ν                   ≡⟨ C.extendr (unit.is-natural _ _ _) 
    (e' .morphism C.∘ T.M₁ A.ν) C.∘ unit.η  (T.M₀ A)      ≡˘⟨ ap morphism p C.⟩∘⟨refl ≡˘
    (e' .morphism C.∘ T.mult .η A) C.∘ unit.η  (T.M₀ A)   ≡⟨ C.cancelr T.right-ident 
    e' .morphism                                          ≡⟨ C.intror (sym (T.M-∘ _ _)  ap T.M₁ A.ν-unit  T.M-id) 
    e' .morphism C.∘ T.M₁ A.ν C.∘ T.M₁ (unit.η A)         ≡⟨ C.pulll (sym (ap morphism p)) 
    (e' .morphism C.∘ T.mult .η A) C.∘ T.M₁ (unit.η A)    ≡⟨ C.pushl (e' .commutes) 
    F .snd .ν C.∘ T.M₁ (e' .morphism) C.∘ T.M₁ (unit.η A) ≡˘⟨ C.refl⟩∘⟨ T.M-∘ _ _ ≡˘
    F .snd .ν C.∘ T.M₁ (e' .morphism C.∘ unit.η A)        
  algebra-is-coequaliser .factors {F = F} {e'} {p} = Algebra-hom-path C $
    (e' .morphism C.∘ unit.η _) C.∘ A.ν          ≡⟨ C.extendr (unit.is-natural _ _ _) 
    (e' .morphism C.∘ T.M₁ A.ν) C.∘ unit.η  _    ≡˘⟨ ap morphism p C.⟩∘⟨refl ≡˘
    (e' .morphism C.∘ T.mult .η _) C.∘ unit.η  _ ≡⟨ C.cancelr T.right-ident 
    e' .morphism                                 
  algebra-is-coequaliser .unique {F = F} {e'} {p} {colim} q =
    Algebra-hom-path C $ sym $
      e' .morphism C.∘ unit.η A              ≡⟨ ap morphism (sym q) C.⟩∘⟨refl 
      (colim .morphism C.∘ A.ν) C.∘ unit.η A ≡⟨ C.cancelr A.ν-unit 
      colim .morphism                        

Presented algebras🔗

The lemma above says that every algebra which exists can be presented by generators and relations; The relations are encoded by the pair of maps T2ATAT^2A \rightrightarrows TA in Beck’s coequaliser, above. But what about the converse? The following lemma says that, if every algebra presented by generators-and-relations (encoded by a parallel pair T2ATAT^2A \rightrightarrows TA) has a coequaliser in D\mathcal{D}, then the comparison functor DCT\mathcal{D} \to \mathcal{C}^T has a left adjoint.

On objects, this left adjoint acts by sending each algebra MM to the coequaliser of (the diagram underlying) its Beck coequaliser. In a sense, this is “the best approximation in D\mathcal{D} of the algebra”. The action on morphisms is uniquely determined since it’s a map out of a coequaliser.

If we consider the comparison functor as being “the TT-algebra underlying an object of D\mathcal{D}”, then the functor we construct below is the “free object of D\mathcal{D} on a TT-algebra”. Why is this adjunction relevant, though? Its failure to be an equivalence measures just how far our original adjunction is from being monadic, that is, how far D\mathcal{D} is from being the category of TT-algebras.

  Comparison⁻¹ : Functor (Eilenberg-Moore C T) D
  Comparison⁻¹ .F₀ = coapex  has-coeq
  Comparison⁻¹ .F₁ {X} {Y} alg-map =
    has-coeq X .universal {e′ = e′} path where
      e′ : D.Hom (F.F₀ (X .fst)) (Comparison⁻¹ .F₀ Y)
      e′ = has-coeq Y .coeq D.∘ F.₁ (alg-map .morphism)

The adjunction unit and counit are again very simple, and it’s evident to a human looking at them that they satisfy the triangle identities (and are algebra homomorphisms). Agda is not as easy to convince, though, so we leave the computation folded up for the bravest of readers.

  Comparison⁻¹⊣Comparison : Comparison⁻¹  Comparison F⊣G
  Comparison⁻¹⊣Comparison .unit .η x .morphism =
    G.₁ (has-coeq _ .coeq) C.∘ T.unit .η _
  Comparison⁻¹⊣Comparison .counit .η x =
    has-coeq _ .universal (F⊣G .counit.is-natural _ _ _)
Nah, really, it’s quite ugly.
  Comparison⁻¹⊣Comparison .unit .η x .commutes =
      C.pullr (T.unit .is-natural _ _ _)
     G.extendl (has-coeq _ .coequal)
     C.elimr (F⊣G .zag)
     G.intror (F⊣G .zig)
     G.weave (D.pulll (sym (F⊣G .counit.is-natural _ _ _))  D.pullr (sym (F.F-∘ _ _)))
  Comparison⁻¹⊣Comparison .unit .is-natural x y f = Algebra-hom-path C $
    (G.₁ (has-coeq y .coeq) C.∘ T.unit.η _) C.∘ f .morphism                    ≡⟨ C.pullr (T.unit.is-natural _ _ _) 
    G.₁ (has-coeq y .coeq) C.∘ T.M₁ (f .morphism) C.∘ T.unit .η (x .fst)       ≡⟨ C.pulll (sym (G.F-∘ _ _)) 
    G.₁ (has-coeq y .coeq D.∘ F.₁ (f .morphism)) C.∘ T.unit .η (x .fst)        ≡⟨ ap G.₁ (sym (has-coeq _ .factors)) C.⟩∘⟨refl 
    G.₁ (has-coeq x .universal _ D.∘ has-coeq x .coeq) C.∘ T.unit .η (x .fst) ≡⟨ C.pushl (G.F-∘ _ _) 
    G.₁ (has-coeq x .universal _) C.∘ G.₁ (has-coeq x .coeq) C.∘ T.unit.η _   
  Comparison⁻¹⊣Comparison .counit .is-natural x y f =
      has-coeq (F₀ (Comparison F⊣G) x) .unique
        {p = ap₂ D._∘_ (F⊣G .counit.is-natural _ _ _) refl
          ·· D.pullr (F⊣G .counit.is-natural _ _ _)
          ·· D.pulll (sym (F⊣G .counit.is-natural _ _ _))}
        (D.pullr (has-coeq _ .factors)  D.pulll (has-coeq _ .factors))
     sym (has-coeq _ .unique (D.pullr (has-coeq _ .factors)  sym (F⊣G .counit.is-natural _ _ _)))
  Comparison⁻¹⊣Comparison .zig =
    unique₂ (has-coeq _)
      (has-coeq _ .coequal)
      (D.pullr (has-coeq _ .factors)
       D.pulll (has-coeq _ .factors)
       ap₂ D._∘_ refl (F.F-∘ _ _)
       D.pulll (F⊣G .counit.is-natural _ _ _)
       D.cancelr (F⊣G .zig))
      (D.idl _)
  Comparison⁻¹⊣Comparison .zag = Algebra-hom-path C $
    G.pulll (has-coeq _ .factors)  F⊣G .zag

  1. I was feeling pretentious when I wrote this sentence↩︎