SymmetryBook icon indicating copy to clipboard operation
SymmetryBook copied to clipboard

new notation for paths over

Open DanGrayson opened this issue 4 years ago • 7 comments

What should our new notation for paths over be?

Screen Shot 2022-01-13 at 4 20 40 PM

DanGrayson avatar Jan 14 '22 00:01 DanGrayson

Maybe this would work:

Screen Shot 2022-01-13 at 4 29 33 PM

DanGrayson avatar Jan 14 '22 00:01 DanGrayson

The type family is not expressable in this notation.

And it has the disadvantage that it will always affect the vertical spacing of lines (the old notation only did this with complicated super- and subscripts, which could be solved by introducing abbreviations).

There could also be some confusing with the labelling of arrows in diagrams.

Maybe this would work:

Screen Shot 2022-01-13 at 4 29 33 PM

marcbezem avatar Jan 14 '22 09:01 marcbezem

Another disadvantage is possible confusion with commutative diagrams:

Screen Shot 2022-01-14 at 8 39 20 AM

DanGrayson avatar Jan 14 '22 16:01 DanGrayson

The type family doesn't have to be part of the notation, since the endpoints are elements in members of the family, allowing the type family to be deduced.

DanGrayson avatar Jan 14 '22 16:01 DanGrayson

I don't see vertical spacing of the lines as an issue. Lots of math books have tall notations.

DanGrayson avatar Jan 14 '22 16:01 DanGrayson

On 2022-01-14 17:40, Daniel R. Grayson wrote:

The type family doesn't have to be part of the notation, since the endpoints are elements in members of the family, allowing the type family to be deduced.

Is that always true? If p: a=a, then the type families P(,a) and P(a,) are hard to distinguish.

marcbezem avatar Jan 14 '22 17:01 marcbezem

Well, maybe it's not always true. But that's what prose exposition is for.

DanGrayson avatar Jan 14 '22 18:01 DanGrayson