Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: theory: category theory

Topic: can one define an adjunction starting from the co/monads?


view this post on Zulip Matteo Capucci (he/him) (Feb 11 2023 at 15:14):

It is well-known every adjunction LR:CDL \dashv R : C \leftrightarrows D induces a monad on DD and a comonad on CC. Is the opposite true?
That is, suppose I have a functors R:CDR:C \to D and L:DCL:D \to C such that L;RL;R is a comonad on CC and R;LR;L is a monad on DD. Can I deduce LRL \dashv R?

view this post on Zulip Matteo Capucci (he/him) (Feb 11 2023 at 15:16):

The two co/monads obviously give us the unit and counit. But then when it come to prove the triangle identities... I'm stuck

view this post on Zulip Jacques Carette (Feb 11 2023 at 15:44):

I think you should be stuck, as the monad and comonad may not 'belong' to the same adjunction! Granted, the exceptions would be somewhat weird, but the (seeming) failure of the triangle identity is probably a strong hint of where to look for a counter-example.

view this post on Zulip Ralph Sarkis (Feb 11 2023 at 15:45):

It feels weird that the (co)multiplications don't play a role in the adjunction. Are there two (co)monads with the same endofunctor and (co)unit but not the same (co)multiplication?

view this post on Zulip Max New (Feb 11 2023 at 18:03):

The (co)multiplication aren't used in the definition of an adjunction because they are induced by the (co)unit. For instance the multiplication GFGF -> GF is induced by the co unit epsilon : FG -> 1 as G epsilon F

view this post on Zulip Ralph Sarkis (Feb 11 2023 at 19:26):

Sure, but then you have to ensure that the mutliplication of the monad is actually related to the counit of comonad in this way. Which comes back to what Jacques said.

view this post on Zulip Matteo Capucci (he/him) (Feb 11 2023 at 19:26):

Jacques Carette said:

I think you should be stuck, as the monad and comonad may not 'belong' to the same adjunction! Granted, the exceptions would be somewhat weird, but the (seeming) failure of the triangle identity is probably a strong hint of where to look for a counter-example.

Indeed... the co/monad _structures_ are not tied to the functors in any way, whereas you'd like the co/multiplications to be related

view this post on Zulip Matteo Capucci (he/him) (Feb 11 2023 at 19:27):

Once you ask that you end up just stating the triangle laws basically, so... nothing to see here I guess

view this post on Zulip dusko (Feb 13 2023 at 11:14):

Matteo Capucci (he/him) said:

Jacques Carette said:

I think you should be stuck, as the monad and comonad may not 'belong' to the same adjunction! Granted, the exceptions would be somewhat weird, but the (seeming) failure of the triangle identity is probably a strong hint of where to look for a counter-example.

Indeed... the co/monad _structures_ are not tied to the functors in any way, whereas you'd like the co/multiplications to be related

depending on the example that led to the question, it may be useful to note that a monad and a comonad can be tied to one another by much less than by giving the adjunction that brings them both about. e.g., if we are given a monad RLRL and a comonad LRLR, and only the object parts of the functors RR and LL, then as far as i can see, the arrow parts are determined by RεR\varepsilon and LηL\eta alone, and the assumption that one is an algebra and the other a coalgebra. (i only checked half of this claim, but it looks like both halves are true, which should be easy to check if the claim is of any use.)

if "only the object part" sounds evil, we can say "only on idempotents", and extend the arrow mapings from that. in any case, a correspondence between algebras and coalgebras seems to determine a correspondence on the carriers.