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: Extending a monad from a co-Kleisli category


view this post on Zulip Patrick Nicodemus (Feb 24 2023 at 04:30):

@dusko pointed out to me the other day that I have a situation where there is a monad TT and a comonad GG together with a distributive law α:GTTG\alpha :GT\to TG, and I am trying to construct a monad on the category of GG-coalgebras.

Now unfortunately this distributive law goes in the "wrong direction" for the obvious way we would try to handle this problem. But in this case, TT does act on the co-Kleisli category for GG, or GG acts on the Kleisli category for TT, and so the problem is partially solved, i.e. we know how to define the monad in the case of the free co-algebras. Then a reasonable approach is to try and extend TT from the co-Kleisli category to the whole category of coalgebras by (right?) Kan extension, and prove this forms a monad. Alternatively could construct a codensity monad using TT which is already a monad automatically.

I am curious, has anything like this been studied in the literature? Do we have conditions under which we can get a monad on a category of coalgebras given a distributive law going the "wrong way"?

Beck's theorem gives conditions to get a right adjoint going from the category of G-coalgebras to the co-Kleisli category, using this it is clear ?) how to get the monad to work. I don't think Beck's conditions are satisfied in my case though.

view this post on Zulip dusko (Feb 24 2023 at 06:05):

lifting monads to coalgebras often arises in descent theory. a distributivity law exists only when descent data are already representable, i.e. when descent can be avoided. but the no-distributivity situations are what prompted grothendieck to embark on galois descent.

erm, sorry i forget what was your monad (on simplicial sets?) but depending on what the monad is, sometimes having algebras over kleisli is enough, because any algebra over any coalgebra is isomorphic to an algebra over a cofree one.

here is a crazy fact in this that may help. suppose you have a comonad G:CCG:{\cal C}\to {\cal C} with two different resolutions LR:CDL\dashv R:{\cal C}\to {\cal D} and MS:CEM\dashv S:{\cal C}\to {\cal E} (i.e. LR=G=MSLR = G = MS). now we have monads H=RL:DDH=RL:{\cal D}\to {\cal D} and K=SM:EEK = SM:{\cal E}\to {\cal E}. then the categories of algebras DH{\cal D}^H and EK{\cal E}^K are equivalent. for instance when D=CG{\cal D} = {\cal C}_G is the kleisli and E=CG{\cal E} = {\cal C}^G is the eilenberg-moore.

i said "crazy fact" because my collaborators didn't believe it, and deriving it from the general descent was tweaky. (i noticed it when i wrote the descent paper in the Como 1990 proceedings.) but if you think about it, it just says that categorical quotients are representation-invariant. as they should be if galois descent makes sense. in the meantime, it quite simple to derive from the fact that the adjunction between algebras and coalgebras is nuclear in my nucleus paper...

(bah i hate it when people push their stuff and here i go with the nucleus for the second time in one day :rolling_eyes: which also says that i am getting addicted to zulip.)

view this post on Zulip Patrick Nicodemus (Feb 24 2023 at 22:41):

Thank you, Dusko. I think this perspective is helpful.
The monad I am studying is the cone monad, aka Day convolution with the terminal presheaf. I have a distributive law α:DTTD\alpha :DT\to TD of the comonad over the monad and i am wondering how this might come into the situation, as i said it is going the "wrong way" for the obvious approach to apply