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: shapes that compose


view this post on Zulip David Egolf (Sep 28 2022 at 22:17):

I was thinking about combining generalized elements to make a generalized element of the same shape. That is, say we have two morphisms m,n:BGm,n: B \to G in some category. I think of these as BB-shaped generalized elements of GG. Sometimes, if two generalized elements are compatible, we can combine them to make another of the same shape - so we get another morphism p:BGp: B \to G that is in some way the composite "nmn \circ m" BB-shaped generalized element. For example, if BB is the category with two objects and a single non-identity morphism from the first object to the second, then a morphism m:BGm: B \to G in CatCat corresponds to a morphism of GG. Then for two "adjacent" generalized BB-shaped elements of GG, we can compose them using the composition of morphisms in GG. However, for this to work, I think the shape of BB needs to satisfy a "two copies of this shape combine to give this shape" property.

Some shapes, when combined with themselves, make another of that shape. For example, two composable morphisms - which we draw as directed edges - when placed end to end form a third directed edge by composition. As another example, we can take two commutative squares that share an edge and "glue them along the common edge" to obtain another commutative square by taking the outer edges. We can think of the left edge of a commutative square as the "source" of the square and the right edge as the "target", and then commutative squares with compatible source and target can be composed. Maybe there's a way to do a similar thing with triangles too, although I'm worrying about assigning a "source" and "target" to each triangle, in order to be able to talk about composing them. I don't see how to glue together pentagons to yield another pentagon, though.

Which shapes (or diagrams) satisfy the condition that attaching two examples of that shape along smaller "edge" shapes yields another example of that shape?

view this post on Zulip Amar Hadzihasanovic (Sep 29 2022 at 09:45):

I don't think the question as you are asking it is well-posed because it has a trivial answer. Take any n,m1n, m \geq 1 and consider a diagram with nn source arrows and mm target arrows. Fix any kmin(n,m)k \leq \min (n, m). Then you can

The result is another diagram with nn source arrows and mm target arrows.

view this post on Zulip Amar Hadzihasanovic (Sep 29 2022 at 09:48):

(You can dualise this by turning “leftmost” into “rightmost” and vice versa, and it gives you another option.)

view this post on Zulip David Egolf (Sep 29 2022 at 14:51):

Thanks for your response, Amar! I appreciate you giving my rather vague question a little thought.

I'm trying to follow your example. I don't understand what you mean by "compose the leftmost nk+1n-k+1 arrows of the source of the first diagram, and the rightmost mk+1m-k+1 arrows of the target of the second diagram". You mention two collections of arrows here, but they can't be composed pair-wise, as they have a different number of elements. Are you talking about a scenario where the source arrows of the first diagram can be composed with themselves?

view this post on Zulip David Egolf (Sep 29 2022 at 15:05):

In case it helps clarify, here's an example of where shape isn't preserved under composition.

Here's an example of where the shape isn't preserved under composition:
shape isn't preserved

In this example, we have two diagrams, each having a designated source and target. We can stick the two together if the target of one is compatible with the source of another. (They are compatible when the t1t_1 object is the same as the s2s_2 object). However, the resulting shape is different than what we started with - there are now 5 arrows in the resulting diagram instead of 3, for example).

I'm afraid my discussion above is still very vague. I guess what I'm interested in is associative ways to combine (compatible) diagrams that can each be viewed as functors from a "shape" category SS, to yield another diagram that can also be viewed as a functor from SS. I am most interested in ways of doing this that reduce to composition of arrows when SS is the category with two objects and a single non-identity morphism between them.

view this post on Zulip Nathanael Arkor (Sep 29 2022 at 16:42):

This isn't precisely an answer to your original question, but your motivation sounds very similar to that of operadic categories. I quite like these notes of Markl on the subject.

view this post on Zulip David Egolf (Sep 29 2022 at 17:08):

Nathanael Arkor said:

This isn't precisely an answer to your original question, but your motivation sounds very similar to that of operadic categories. I quite like these notes of Markl on the subject.

Thanks for the link to those notes! I was hoping someone would come along who could point out related topics :smile: .

view this post on Zulip Jorge Soto-Andrade (Sep 29 2022 at 17:58):

Hi David, Interesting question. I do not think it is an ill posed question I gave some thought to this question some years ago. Comments: your square example boils down to the well-known category whose objects are the arrows of a previous category.

view this post on Zulip Jorge Soto-Andrade (Sep 29 2022 at 18:00):

Sorry, I did not mean to send my message yet. Second comment: you have something more interesting if you take the notion of shape seriously and you recall the geometric approach to dimension, which is quite fruitful regarding *fractal * dimension.,

view this post on Zulip Jorge Soto-Andrade (Sep 29 2022 at 18:08):

Now you need to compose by trios, for instance, in the case of (equilateral) triangles, or three legged anchors, and so on. I guess that this is related to operadic categories... Thank Nathanael for the nice reference. On the other hand, it seems to me that Amar example is related to spiders or metabolic categories (biochemical reaction = spider whose sources are the reactants and whose targets are the products; they compose in a "biochemically obvious" way Food for thought ...