-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add some facts about the parallel arrow category #461
base: main
Are you sure you want to change the base?
Conversation
70f9d79
to
eca905d
Compare
ah wait some of my code was in a stash |
ok sorry about that should be good now. |
@@ -70,12 +81,49 @@ parallel arrows between them. It is the shape of [[equaliser]] and | |||
``` | |||
--> | |||
|
|||
The parallel category is isomorphic to its opposite through the involution `not : Bool → Bool`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parallel category is isomorphic to its opposite through the involution `not : Bool → Bool`. | |
The parallel category is isomorphic to its opposite through the involution `not`{.Agda}. |
This makes a link and the type will appear on hover
``` | ||
--> | ||
|
||
Paralell pairs of morphisms in a category $\cC$ are equivalent to functors from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paralell pairs of morphisms in a category $\cC$ are equivalent to functors from the | |
Parallel pairs of morphisms in a category $\cC$ are equivalent to functors from the |
\arrow["v", from=1-5, to=2-5] | ||
\arrow["{f'}", from=2-1, to=2-2] | ||
\arrow["{g'}", from=2-4, to=2-5] | ||
\end{tikzcd}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\end{tikzcd}. | |
\end{tikzcd} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so the 1lab is in the "equations implicitly end a sentence" camp? This is probably something that should be put in the contributing/style doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$A \stackrel{\overset{f}{\longrightarrow}}{\underset{g}{\longrightarrow}} B$ and | ||
$C \stackrel{\overset{f'}{\longrightarrow}}{\underset{g'}{\longrightarrow}} D$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$A \stackrel{\overset{f}{\longrightarrow}}{\underset{g}{\longrightarrow}} B$ and | |
$C \stackrel{\overset{f'}{\longrightarrow}}{\underset{g'}{\longrightarrow}} D$ | |
$A\ \overset{f}{\underset{g}{\tto}}\ B$ and | |
$C\ \overset{f'}{\underset{g'}{\tto}}\ D$ |
Description
Fork
sChecklist
Before submitting a merge request, please check the items below:
support/sort-imports.hs
(ornix run --experimental-features nix-command -f . sort-imports
).If your change affects many files without adding substantial content, and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title with
chore:
.