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: monomial composition comonoids


view this post on Zulip Jules Hedges (Jul 25 2024 at 16:52):

On the category of endofunctors on Set and natural transformations, there is a monoidal product given by functor composition. Comonoids for that monoidal product are exactly comonads. The monoidal product restricts to the full subcategory of polynomial endofunctors, and then comonoids become exactly categories. It also restricts further to the full subcategory of monomial endofunctors - does anybody know what its comonoids are?

view this post on Zulip Jules Hedges (Jul 25 2024 at 16:52):

(In case of doubt, a monomial endofunctor is one of the form F(y)=A×yBF (y) = A \times y^B, or equivalently it's the coproduct of a single representable with itself set-many times)

view this post on Zulip Jules Hedges (Jul 25 2024 at 16:54):

My first guess was that they should be monoid actions, where you can view a monoid MM acting on a set XX as a category whose objects are XX and morphisms X×MX \times M, where (x,m):xxm(x, m) : x \to x \cdot m. But my second guess is that that's too restrictive

view this post on Zulip Kevin Carlson (Jul 25 2024 at 17:14):

These should be arbitrary category structures on object set AA such that for every a,a, the morphisms out of aa are in given isomorphism with the set B.B. It doesn't seem like a particularly natural class, category-theoretically.

view this post on Zulip Kevin Carlson (Jul 25 2024 at 17:14):

For instance, you could have the disjoint union of two arbitrary monoid structures on BB and A=2.A=2.

view this post on Zulip Jules Hedges (Jul 25 2024 at 17:47):

Yeah, that sounds unpleasant

view this post on Zulip Jules Hedges (Jul 26 2024 at 16:10):

Here's my attempt to say what this is in the least horrible way I can. Health warning: I'm entirely eyeballing this. It's a 2-sorted algebraic theory given by functions:
(identity) e:ABe : A \to B
(codomain) :A×BA\bullet : A \times B \to A
(composition) c:A×B×BBc : A \times B \times B \to B
... satisfying
(unit codomain) xe(x)=xx \bullet e(x) = x
(composition codomain) (xf)g=xc(x,f,g)(x \bullet f) \bullet g = x \bullet c (x, f, g)
(left unit composition) c(x,e(x),f)=fc (x, e(x), f) = f
(right unit composition) c(x,f,e(xf))=fc (x, f, e (x \bullet f)) = f
(associativity) c(x,f,c(xf,g,h))=c(x,c(x,f,g),h)c (x, f, c (x \bullet f, g, h)) = c (x, c (x, f, g), h)

view this post on Zulip Kevin Carlson (Jul 26 2024 at 18:44):

That looks mathematically right. (Still ethically questionable though.)