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: learning: questions

Topic: Monadic adjunctions for indexed categories


view this post on Zulip Marco Paviotti (Aug 22 2025 at 07:32):

Hi there,
let N\mathbb{N} be the discrete natural numbers category and Δ:CCN\Delta : \mathcal{C} \to \mathcal{C}^\mathbb{N} be the constant functor ΔX(n)=X\Delta X (n) = X . Is the adjunction ΔΠ \Delta \dashv \Pi monadic? somehow it feels it shouldn't because that would imply that CN\mathcal{C}^\mathbb{N} is equivalent to the Eilenberg-Moore category for the countable power monad TT

CNCT\mathcal{C}^\mathbb{N} \simeq \mathcal{C}^{T}

where TX=ΠΔXXN T X = \Pi \Delta X \cong X^\mathbb{N}. However, I cannot find a Π-split coequaliser that is not created by Π, this is because this Π-split coequaliser should be computed point wise, but it seems hard to find a counter example.

Is there any other monad TT for which the above can be an equivalence?

Thanks!

view this post on Zulip fosco (Aug 22 2025 at 12:07):

Your category has to have countable products for the adjunction to exist. Let's see if something instructive comes out from doing it on C=Set{\cal C}=\bf Set. You're asking to characterize the algebras for the "reader" or "environment" monad, a notoriously not-easy problem ( https://math.stackexchange.com/questions/868262/algebras-of-the-environment-monad/ ). In particular, the category of algebras is not SetN=nSet{\bf Set}^{\mathbb N} = \prod_n {\bf Set}, but it's much more complicated.

view this post on Zulip fosco (Aug 22 2025 at 12:12):

well, on second thought I can't make the description of algebras more explicit than the MSE post. nLab mentions that in case the set to which your monad powers has 2 elements, algebras for the reader monad are idempotent semigroups https://ncatlab.org/nlab/show/rectangular+band

view this post on Zulip Kevin Carlson (Aug 22 2025 at 21:39):

Actually, as far as I can tell, ΠN\Pi_{\mathbb N} does create Π\Pi-split coequalizers. Certainly this is true for products over finite sets instead of N\mathbb N. But even in the finite case, ΔΠ\Delta \dashv \Pi is not monadic! How can that be? Well, Π\Pi is not conservative!

view this post on Zulip Kevin Carlson (Aug 22 2025 at 22:26):

Ah, hold on, ΠX\Pi_X preserves but doesn't create ΠX\Pi_X-split coequalizers, at least if XX is finite, for similar reasons to the failure of conservativity: Any cofork in SetX\mathbf{Set}^X, all of whose objects has at least one value empty, is sent to the split coequalizer 0000\rightrightarrows 0\to 0 in Set.\mathbf{Set}.

view this post on Zulip Mike Shulman (Aug 22 2025 at 23:21):

Note that the [[monadicity theorem]] can be phrased either as (having a left adjoint and)

So if it has and preserves such coequalizers, then it creates such coequalizers if and only if it is conservative.

view this post on Zulip Marco Paviotti (Aug 23 2025 at 05:01):

Mike Shulman said:

Note that the [[monadicity theorem]] can be phrased either as (having a left adjoint and)

On this note, what I find fascinating about this theorem is that is not just saying "it creates coequalisers", but it creates coequalisers only of those pairs which have already a split coequaliser under Π\Pi. Is there any intuition for why this condition is necessary?

view this post on Zulip Mike Shulman (Aug 23 2025 at 05:13):

Well, there's a general fact that the category of algebras for a monad TT inherits all colimits that are preserved by TT and T2T^2, and split coequalizers are preserved by all functors. Is that the sort of thing you mean?

view this post on Zulip Marco Paviotti (Aug 23 2025 at 05:43):

Mike Shulman said:

and split coequalizers are preserved by all functors

interesting, I've never thought of that. but yeah, I guess in the end this theorem is really saying, a functor is monadic if it behaves the in same way as the forgetful functor for EM-algebras.

view this post on Zulip Mike Shulman (Aug 23 2025 at 05:55):

There's another version of the theorem that refers to [[absolute coequalizers]] rather than split ones.