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: monoidal vs commutative monads


view this post on Zulip Max New (Apr 04 2022 at 09:33):

The nlab has a page on monoidal monads and it says

The notion of monoidal monad is equivalent to the notion of commutative monad

However, the two papers I see cited here and here both say that symmetric monoidal monads are equivalent to commutative monads.

Moreover this paper has a monad on a symmetric monoidal category that is monoidal, but not symmetric monoidal, and not commutative, which I found very confusing because I had read the above on the nlab.

So which one is wrong? Is the correct statement only that symmetric monoidal monads are the same as commutative monads?

view this post on Zulip Morgan Rogers (he/him) (Apr 04 2022 at 10:07):

It sounds from your counterexample that the nLab is wrong. It happens! Please do leave a note on the corresponding nForum page so that the page gets edited when that becomes possible again.

view this post on Zulip Reid Barton (Apr 04 2022 at 10:23):

Theorem 12 in that paper doesn't seem to supply an actual example. Not that I checked anything carefully, but my instinct would be to trust the nLab page more (specifically the proof of Proposition 3.1).

view this post on Zulip Jules Hedges (Apr 04 2022 at 10:25):

I'm pretty sure you need a symmetry around to even define what it means for a strong monad to be commutative, but that's not the case for monoidal monads

view this post on Zulip Max New (Apr 04 2022 at 10:28):

Jules Hedges said:

I'm pretty sure you need a symmetry around to even define what it means for a strong monad to be commutative, but that's not the case for monoidal monads

I don't think so, you just seem to need a strength and a costrength

view this post on Zulip Reid Barton (Apr 04 2022 at 10:31):

Right, I think this is the issue--the meaning of "commutative" monad depends on whether it is regarded as a functor between monoidal categories or symmetric monoidal categories

view this post on Zulip Max New (Apr 04 2022 at 10:31):

Reid Barton said:

Theorem 12 in that paper doesn't seem to supply an actual example. Not that I checked anything carefully, but my instinct would be to trust the nLab page more (specifically the proof of Proposition 3.1).

Theorem 12 is based on the syntactic model, so I agree it's not clear that it is not actually commutative. However in section 5 there is a construction for concrete models where this could be checked.

view this post on Zulip Reid Barton (Apr 04 2022 at 10:31):

at least, if you take the union of all the definitions appearing in these sources

view this post on Zulip Reid Barton (Apr 04 2022 at 10:36):

If I have a monad TT on a symmetric monoidal category CC but then forget that CC is symmetric, by the nLab definition, in order to make TT commutative I get to pick a strength and costrength (though "left" and "right" seem like much better terms) independently. Now since CC really is symmetric there's an equation that may or may not hold, and it looks plausible that it should be the same as whether or not TT is symmetric monoidal.

view this post on Zulip Reid Barton (Apr 04 2022 at 10:43):

So everything looks okay to me, though confusing for sure.

view this post on Zulip Morgan Rogers (he/him) (Apr 04 2022 at 18:00):

Thanks for actually checking the source, folks, sorry I was lazy!

view this post on Zulip Max New (Apr 05 2022 at 21:19):

I've reviewed the proofs and now I'm convinced the nlab page is right. If you have a monoidal monad on a monoidal category, the left and right strength commute. And you can show that the monad is necessarily symmetric monoidal as well. So that paper is wrong in saying their monad is not symmetric monoidal. I guess this shows that their models cannot be monadic adjunctions (none of their examples were anyway).

I guess this is a generalization of Eckmann-Hilton?

view this post on Zulip Naïm Favier (Mar 10 2024 at 09:38):

For closure: I've formalised this in Agda here, edited the nLab, and started another thread about the existence of non-symmetric monoidal monads.