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.
For a directed graph we can form the "derived graph" or "line graph" whose vertices are the edges of and where there is an edge whenever the target of is the source of . If we represent as a pair of (jointly injective) maps then and the pullback projections give the directed graph . We can of course iterate this process, and get a diagram that looks like
In fact requiring injectivity is a little artifical, we could start with any endo-span and get a diagram like the above. The maps here will satisfy the relation , or more generally . I don't believe there are any other relations. Now to me this construction feels a lot like the cech nerve, but it isn't that since we're not taking pullbacks of a map along itself. The cech nerve produces a simplicial object: what does this process produce? Ie, what is the indexing category of this diagram, or rather it's opposite? Is there a nice way of seeing it as "shapes" like simplices, globes, cubes, etc?
We can also view this construction as taking powers of the object in the monoidal category , under span composition, but it's not clear to me how we see the higher maps from this pov.
This is interesting! I'd never heard of a "derived graph" or a "line graph" before. Super cool!
This reminds me of the exposition in The algebra of entanglement and the geometry of composition around page 4 (or page 18 in the PDF), where the author is explaining the concept of a globular set. However, I think that the relations that are satisfied in the case you describe are different than the "globularity conditions".
Regarding the relations satisfied, you indicate that . But and . So I don't see how we can compose after . When trying to understand which relations are satisfied, I think I need to know which pullback projection is and which pullback projection is. If our pullback diagram is as follows
then we have . Is this the relation that you were referring to above?
Yes, my bad! I just got my order of composition swapped
(and I agree they're not the globularity conditions, see the post title :P)
I think we can view the indexing category of the (backwards) diagram as a subcategory of the simplex category, the one with all objects [0], [1], [2], ... and just the first and last coface maps [n] -> [n+1]
Er not quite, that's not closed under composition. But maybe the subcategory generated by those maps
Ah, so the subcategory of the simplex category whose maps are the injections with image an interval
I wonder if there is some way to get the category you just described by viewing each object in it as a category, and the morphisms as all functors between these. In the current description (as a subcategory of the simplex category), we have to restrict the morphisms "manually" in the sense that there could be more morphisms that respect the structure of the objects - which I am thinking as totally ordered sets (but we declare we only want injective morphisms that have as their image an interval). It might be nice if the "shape" of the objects naturally restricted what morphisms (functors) are available.
hm, my mind goes to the undirected graph 0 — 1 — ... — n
Or maybe not undirected uhh
Basically, there are too many maps in Δ because we're considering [n] = { 0 -> 1 -> ... -> n } as a poset instead of just a DAG (the transitive reduction or hasse diagram of the poset)
A morphism of directed graphs [n] -> [m] is necessarily an interval-embedding, right?
We need to get rid of the reflexive edges in the underlying directed graph of the category [n] to guarantee morphisms are injective, and we need to get rid of the composite edges to ensure we adjacent vertices remain adjacent (ie the image is an interval)
Well I think I'm satisfied with that answer but I'd be happy to hear any thoughts other people have
Brendan Murphy said:
For a directed graph we can form the "derived graph" or "line graph" whose vertices are the edges of and where there is an edge whenever the target of is the source of .
In computational electromagnetics, this sounds like the barycentric subdivision.
I think the nerve construction I was outlining above can be understood as right kan extension along the inclusion of the walking quiver into the opposite of my category of chains. But I haven't carefully checked the details