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: Creation of colimits by monadic functors


view this post on Zulip Aaron David Fairbanks (Jul 23 2025 at 02:14):

If TT is a monad on a category CC, then the monadic forgetful functor CTCC^T \to C creates colimits that are preserved by TT and T2T^2. This is Proposition 4.3.2 in Borceux's Handbook of Categorical Algebra 2. Is there an example that shows preservation by TT is not sufficient?

view this post on Zulip Mike Shulman (Jul 23 2025 at 03:53):

This bit me the last time someone asked about it, because my first instinct is always to say "if TT preserves some colimits, then certainly so does T2T^2"! But I gather the point is that that's true for a particular shape of colimit that if TT preserves all such colimits then so does T2T^2, but it might happen that TT preserves a particular colimit diagram but T2T^2 doesn't. (That is, if TT preserves the colimit diagram DD, then TDTD is also a colimit diagram, but TT might not preserve the colimit diagram TDTD so that T2DT^2D is not a colimit diagram.) So in order to find an example of the sort you want, you need a monad TT that preserves some particular colimit diagram but doesn't preserve all colimits of the same shape, and I would guess that's pretty tricky to come by.

view this post on Zulip John Baez (Jul 23 2025 at 08:28):

Very nice distinction! I'm sure our team here could find an example.

view this post on Zulip Mike Shulman (Jul 23 2025 at 16:35):

If I were going to try, the first place I would start looking is to take CC to be a poset, since colimits in posets and monads on posets are particularly simple to construct "by hand". Maybe there is some small concrete poset that can be drawn by hand on paper, and an idempotent inflationary endofunction (= monad) on it, such that there are two elements that have a join that's preserved by the endofunction but not by its square.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 17:21):

But if the endofunction is idempotent, it’s equal to its square so they can’t do things differently! So posets won’t work…

view this post on Zulip Mike Shulman (Jul 23 2025 at 17:32):

headdesk

view this post on Zulip Mike Shulman (Jul 23 2025 at 17:33):

Okay, the second place I would look is... um, I'm not sure.

view this post on Zulip Mike Shulman (Jul 23 2025 at 18:26):

The trouble is I can't think of any good ways to prove that a functor preserves some particular colimit that don't also prove that it preserves all colimits of the same shape.

view this post on Zulip Amar Hadzihasanovic (Jul 23 2025 at 19:29):

I tried coming up with an example of a comonoid AA in a monoidal closed category with tensor -\otimes- and internal hom [,][-,-], as well as objects XX, YY, such that [A,X]+[A,Y][A, X] + [A, Y] is isomorphic to [A,X+Y][A, X + Y] but [AA,X]+[AA,Y][A \otimes A, X] + [A \otimes A, Y] is not isomorphic to [AA,X+Y][A \otimes A, X + Y], but I did not succeed.

view this post on Zulip Amar Hadzihasanovic (Jul 23 2025 at 19:32):

The category cannot be one where the coproduct is actually a biproduct, because otherwise it would be always preserved by [A,][A, -].

view this post on Zulip Amar Hadzihasanovic (Jul 23 2025 at 19:35):

The idea is to try to categorify something like a ring with elements aa, bb and a number kk such that (a+b)k=ak+bk(a + b)^k = a^k + b^k but (a+b)k2ak2+bk2(a + b)^{k^2} \neq a^{k^2} + b^{k^2} (I haven't come up with a concrete example, sorry)...

view this post on Zulip Amar Hadzihasanovic (Jul 23 2025 at 19:40):

Of course if one could find this in a cartesian closed category it would further simplify things because then every object has a canonical comonoid structure.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 20:07):

Screenshot 2025-07-23 at 1.06.46 PM.png
OK, here's a tiny category that, I think, supports a counterexample.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 20:08):

The monad TT I have in mind is idempotent on {d,e,f,g}\{d,e,f,g\}, being the reflection onto {d,f,g}\{d,f,g\}. On {a,b,c},\{a,b,c\}, TT just "rounds up" to d,e,fd,e,f respectively. Therefore TT is not idempotent but does satisfy T3=T2.T^3=T^2.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 20:10):

With the further point that ee is meant to be a retract of g,g, I think everything is now uniquely specified. The unit points northwest at a,b,c,ea,b,c,e and is the identity at d,f,gd,f,g; the only nontrivial multiplication component is the retraction geg\to e, which shows the unitality axiom for a monad; and the associativity axiom is vacuous since by the time you're in TT you're in the idempotent monad we started with on {d,e,f,g}.\{d,e,f,g\}.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 20:14):

Now, I want to argue that TT preserves the coproduct b=a+cb=a+c but T2T^2 does not. The key question is why gg is not itself the coproduct, and the reason is that the cocone d,fgd,f\to g factors through ee, which means this cocone is fixed by gg's nontrivial idempotent, which disproves uniqueness in the coproduct property for g.g.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 20:15):

ee doesn't have any parallel pairs of maps out, so it's easier to see that it actually is the coproduct, which should finish the proof.

view this post on Zulip Kevin Carlson (Jul 23 2025 at 20:16):

But wait, this isn't a counterexample to Aaron's actual claim, because a,b,ca,b,c don't support algebra structures! Maybe it can be spruced up to work...

view this post on Zulip Amar Hadzihasanovic (Jul 24 2025 at 08:03):

Amar Hadzihasanovic said:

The idea is to try to categorify something like a ring with elements aa, bb and a number kk such that (a+b)k=ak+bk(a + b)^k = a^k + b^k but (a+b)k2ak2+bk2(a + b)^{k^2} \neq a^{k^2} + b^{k^2} (I haven't come up with a concrete example, sorry)...

The smallest example of this that I have found is a=1a = 1, b=3b = 3, and k=4k = 4 in the ring Z/29Z\mathbb{Z}/29\mathbb{Z}.
Here one can check that

Perhaps someone has an idea how to categorify this?

view this post on Zulip Amar Hadzihasanovic (Jul 24 2025 at 08:07):

(For the exponents k=2,3k = 2, 3 the vanishing of the cross-terms in (a+b)k(a + b)^k always implies the vanishing of the cross-terms in (a+b)k2(a + b)^{k^2}, so k=4k = 4 is the smallest exponent for which this can work.)

view this post on Zulip Amar Hadzihasanovic (Jul 24 2025 at 08:51):

I guess I don't know about any monoidal closed category which has a family of objects (n)(n) indexed by integers mod m such that the internal hom works as exponentiation in Z/mZ\mathbb{Z}/m\mathbb{Z}, that is, [(n),(k)][(n), (k)] is isomorphic to (kn)(k^n)...