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.
In Dominique Bourn's From Groups to Categorical Algebra, there's Definition 1.4.1 (near the beginning, so visible from Amazon's preview sample) that in a category a reflexive graph on is a pair of split epis and with a common section :
image.png
Example 1.4.3 is on where the split epis are the product projections and with common section the diagonal map .
A morphism of reflexive graphs is then defined to be a pair of maps forming a square, one map from domain to domain, and the other from codomain to codomain, of the reflexive graphs, 'making the diagram commute'.
(*) I am not sure whether this means that just the squares indexed by 0 and 1 ought to commute or also the square formed with the sections.
Part of Exercise 1.4.5 asks to show that there is a unique morphism from the reflexive graph in Definition 1.4.1 to the reflexive graph in Example 1.4.3.
image.png
I haven't been able to show that such a pair must be unique.
Some things I've worked out in this exercise are as follows.
Since at least the squares indexed by 0 and 1 must commute, we have and . Precomposing these equations by first going along gives and . Using the property of split epis this reduces to . Since in this case the section on the bottom of the diagram is just the diagonal map, the uncertainty I expressed in (*) does not make any difference here, as the square formed with the sections commutes anyways.
There's also that each is the coequalizer of . Since does coequalize , is unique for each .
So although it looks as if given one component of the pair, the other is uniquely determined, I can't guarantee there isn't some other pair satisfying the same equations.
I'm hoping to get help solving this as the rest of the book depends on this unique morphism, which is given the name .
I think tikzcd doesn't work here, so the best way to insert a commutative diagram is maybe to take a screenshot and then insert a picture here.
(By the way, I would like to study this book, it seems very cool.)
(Also, there is a button to edit your message in case you don’t know it exists)
Thanks your suggestions were helpful. I put images now. That's great hopefully we can collaborate. I haven't been able to move past this point. The book is very cool. The interspersed exercises and cryptic nature of the following material unless you have solved them makes it similar to Paul Halmos's Linear Algebra Problem Book except for category theory.
I don’t know if I will have the time to study the book soon but I’ll try to help you on your question as soon as I can.
« making the diagram commute » means that all the paths from a same object to another same object must be equal.
so all the squares must commute in this definition
You could be right that the square with the sections must commute as well. He can't have meant that the diagram is commutative in it's entirety, though, because it would imply that . Also later on in Corollary 1.6.4, although it is in a different context, he mentions diagrams indexed by 0 and 1. I am not sure whether this hints that was his intended meaning here.
I think he means that all the squares in the diagram commute (probably).
Think about how a classical graph is a graph in this sense in the category of sets and it should become clearer what must be a morphism of graphs in any category
You can also try to do these exercises in the category of sets first
Let’s say we have two reflexive graphs (in the category of sets).
What is a reflexive graph in this case?
It is given by a set of edges
And a set of vertices
each edge has a domain and a codomain
and each vertex has an edge from itself to itself (the identity edge of the vertex)
Say we have two reflexive graphs
What is a map from to ?
You want to map each edge to an edge and each vertex to a vertex, in a coherent way
Also you want to map each identity edge to an identity edge
At the end, you want three equations to be verified: one about the domains, one about the codomains and one about the identities edges
Namely, if I send the edge to the edge , the vertex to the vertex and the vertex to the vertex , I want:
And for the identity vertices, I want that
I didn’t use the same notations (I just tried to explain informally) but it must be clear now what the required equations in the text mean and that we want exactly these three equations to define a morphism of reflexive graphs (I hope).
Ok I understand now, thanks. So yes the square with the sections must commute.
I haven’t yet read all your questions by the way. I try to understand the text and your questions in parallel
The idea of a reflexive relation is that it is a reflexive graph but with at most on edge between any two vertices.
It is like a poset which is a category where there the arrows are just here to say that an object is smaller than another one. The arrows don’t have any content. The question is just to know whether there is one between two given objects.
The idea of the indiscrete relation on an object is that it relates any two elements of the object.
That makes sense, good point.
I think maybe a counterexample to the claimed uniqueness, using the example of the category of sets, is if in the diagram the reflexive graph on can be transformed by a symmetry, some permutation of the vertices that preserves the incidence with the edges, like the rigid motions in the plane in the dihedral groups. Then both this symmetry with its corresponding map from to ensuring that incidence is preserved, and the identity symmetry with the map would work as morphisms into the indiscrete relation (or complete graph) on the vertices.
What is probably true is that there is a unique map from any reflexive graph on to the indiscrete reflexive relation on which is the identity on vertices, in any category.
The original statement is false in the category of sets for every set of cardinal . You can map any reflexive graph all to the same vertex and same identity edge in the indiscrete reflexive relation. And you can do it for any choice of “receiving vertex”.
(This is a generalization to reflexive graphs of the notion of constant functor.)
Oh yeah, hadn't thought of that. Thanks for your help on this.