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.
I am looking for a yoneda lemma in an odd situation. I will abstract some details away so they aren't too distracting.
Let and be monads, that is, 2-functors .
, as a category, seems to be cartesian closed: there is a monad
given by .
I'm looking for a yoneda structure like
so that
this seems to imply M would need to be "enriched" in N, is there a standard notion of a monad enriched in another monad?
As a riff:
I've been playing around with some toy ways of doing this, like enriching in by enriching in and having M and N respect a number of things, but this favors the categories over the monads and it feels like there should be a way to enrich M in N without even mentioning the underlying categories. Perhaps this has less to do with monads and more to do with 2-functors in general.
I would like to understand the details of how this construction is adjoint to the cartesian product (out of curiosity).
The product of monads is what you would expect (product of underlying categories with respective monads applied component-wise). Suppose we are given a morphism of monads , so we have a family of transformations natural in and and compatible with the unit and multiplications. If we naively curry the underlying functor, we get . To complete this to the data of a morphism of monads , we need transformations for each fixed , natural in ... If I have the variance right on the natural transformations then it's not obvious what that should be.
I could fix that by taking a skewed version, namely , but then there's more I need to check vis-a-vis compatibility.
And if that works we have to check that this gives a monad morphism !! Is there a slick way to see that this all works out?
I also notice that doesn't make sense to me because the composition monoidal structure on a category is not symmetric: we have no canonical "switching" transformation . If you meant the structure on , that ends up being a comonad!
I have not fully checked the cartesian closure, I used the word "seems", but I should be more careful. Are you using lambda as in the lax ? I was thinking more strictly, i.e. that was an iso, which may yield the by just composing with the unit . I have to teach today so I will return to this later, but thank you for the analysis.
You're right about being a comonad, that was silly of me. But I still think there is a way to enrich a monad in another. Is there a notion of profunctor between monads if there is no "opposite" monad? Perhaps instead of enriched (profs) I should consider internal (spans) and ask for "a monad internal to a monad". I'll work on this a bit
The strict version of morphism either yields a lax version on the transpose by composing with the unit, or a strict morphism with the skew version of the transpose (although again I haven't checked the other compatibility conditions)