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: deprecated: id my structure

Topic: Multicategories with restricted composition


view this post on Zulip Kevin Arlin (Aug 05 2023 at 21:49):

Imagine you have the object and multimorphism classes as for a multicategory, but the only composition operations you’re allowed are grafting unary morphisms onto domains and codomains of $n$-ary ones, to get another $n$-ary morphism. In particular the $n$-ary morphisms for $n\neq 1$ don’t interact at all with each other. Anybody happen to ever have met such a weird beast?

I suppose it falls apart into slightly more natural pieces, call them $n$-egories, where you have unary morphisms and $n$-ary morphisms for some fixed $n$ and you can compose $n$-ary with unary in the usual ways. Perhaps it’s best if the unary morphisms can’t even compose directly, but only act on the $n$-ary ones.

view this post on Zulip James Deikun (Aug 05 2023 at 21:55):

I guess you could model it as a multicategory that's free on a category; then the structure you describe would appear as the subset of morphisms shaped like elementary trees. Alternately, it's the data needed to construct a multicategory that's free on a category.

view this post on Zulip Kevin Arlin (Aug 05 2023 at 22:46):

Thanks, I hadn't thought about a free multicategory that has nn-ary morphisms. I guess you mean to take wide cospans in your category as the multimorphisms? But since you mention elementary trees, are you composing them via tree grafting without actually composing in the underlying category?

view this post on Zulip Mike Shulman (Aug 05 2023 at 23:54):

To make math display here you have to use double dollar-signs: $$n$$ makes nn.

view this post on Zulip James Deikun (Aug 06 2023 at 00:04):

What I mean by a "multicategory that's free on a category C" is in the sense of https://arxiv.org/abs/0907.2460 -- a free normalized Mod(free monoid)\mathbb{M}\mathsf{od}(\text{free monoid})-monoid in Set-Prof\bold{Set}\text{-}\mathbb{P}\mathsf{rof}. This is generated by a bunch of generating nn-morphisms with an action of CC's morphisms, like your above prescription. The generated multicategory can be seen as trees of generating nn-morphisms with CC-morphisms on the internal and external edges, identified up to the relation generated by having an edge act on an adjacent vertex and be replaced with id\mathsf{id}.

view this post on Zulip James Deikun (Aug 06 2023 at 00:06):

(This quotienting means among other things that every multimorphism has at least one representing tree where all the CC-morphisms along the edges are identities, so they aren't really needed for the representation, but they simplify the description of how to do the quotient.)

view this post on Zulip James Deikun (Aug 06 2023 at 00:19):

In the case where there's a single vertex in the tree, you get back the original generating data as unique representatives for each class of morphisms. In the case where there are zero vertices in the tree, you get a morphism of CC living on the edge, so I guess the morphisms of CC on the edges are not quite inessential--you need them for this one case.

view this post on Zulip Kevin Arlin (Aug 06 2023 at 00:38):

Ah, OK, very cool! The answer is pretty much always just “read the section of Mike’s relevant paper you didn’t read yet,” it seems.