-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there are various ways in which diagrams of paths are drawn #192
Comments
one should not draw diagrams with ===, or ~~~~, etc., arrows are just fine. On May 3, 2013, at 8:56 AM, EgbertRijke notifications@github.com wrote:
|
A single arrow might be confusing for the reader, since it bears to On Fri, May 3, 2013 at 6:03 AM, Steve Awodey notifications@github.comwrote:
|
diagrams drawn with all ==== look awful. |
I don't agree that diagrams of equalities look awful, and I do think there is potential for confusion, especially because when the vertices of a diagram are types, an arrow could mean both a function or an equality. We start using commutative diagrams of paths before we start using them for functions, so I can easily see a reader being confused when the latter start popping up if we were using arrows in diagrams for paths. I pushed an experiment to see what it would look like to use === for diagrams of equalities (easy to revert); I think it looks just fine. |
It looks fine to me. I suppose the orientation of the identities, not On Wed, May 8, 2013 at 3:44 PM, Mike Shulman notifications@github.comwrote:
|
And the commutativity of a diagram of identities is independent of their
|
I guess it is a matter of taste; I find such diagrams needlessly cluttered. A normal digram of arrows serves the purpose just as well -- the fact that these arrows are identities is known, so it need not be displayed by special arrows. For example, you wouldn't draw a diagram of arrows in a groupoid as isomorphisms, with double shafts and a huge wavy lines. But I will not argue it further if others like it better this way. |
In category theory, identities are arrows (maps). In type theory, On Sat, May 11, 2013 at 11:10 PM, Steve Awodey notifications@github.comwrote:
|
Ok, but can we at least decrease the number of different ways? Right now we use |
Where do we use On Sun, May 12, 2013 at 2:46 PM, Andrej Bauer notifications@github.comwrote:
|
There was a tikzpicture which used that. I converted it to xypic. But then I changed it to |
Where do we still use ordinary arrows? On Mon, May 13, 2013 at 9:35 AM, Andrej Bauer notifications@github.comwrote:
|
Eckmann-Hilton, I think. |
please, no giant equals signs there … On May 13, 2013, at 3:01 PM, Andrej Bauer notifications@github.com wrote:
|
But they would like a bit like rainbows because they're bent... |
Hmm, okay. EH is a problem; I think the rainbows are too much even for me. What if we say there something like "We represent paths by arrows here to match the common usage in higher category theory"? I think we haven't used any commutative diagrams yet at this point, and the situation we're drawing is a bit different, so hopefully it won't be too confusing. |
the text calls them "1-paths" and "2-paths" and clearly states that they are depicted in the diagram. On May 13, 2013, at 5:50 PM, Mike Shulman notifications@github.com wrote:
|
I added a brief remark in 45e32e1, is that okay? On Mon, May 13, 2013 at 2:56 PM, Steve Awodey notifications@github.comwrote:
|
very good On May 13, 2013, at 6:00 PM, Mike Shulman notifications@github.com wrote:
|
Can we close this issue now? |
There seem to be at least two different ways in which we draw diagrams of paths. One is with arrows (e.g. the diagram illustrating Eckman-Hilton) and in others we use =. Shouldn't all of these be in the same style?
The text was updated successfully, but these errors were encountered: