Skip to content

Commit

Permalink
docs(category_theory): mention notation for identity homs (#16410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcommelin committed Sep 13, 2022
1 parent d268bb7 commit ed9be88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/category_theory/category/basic.lean
Expand Up @@ -14,8 +14,9 @@ Defines a category, as a type class parametrised by the type of objects.
## Notations
Introduces notations
* `X ⟶ Y` for the morphism spaces,
* `f ≫ g` for composition in the 'arrows' convention.
* `X ⟶ Y` for the morphism spaces (type as `\hom`),
* `𝟙 X` for the identity morphism on `X` (type as `\b1`),
* `f ≫ g` for composition in the 'arrows' convention (type as `\gg`).
Users may like to add `f ⊚ g` for composition in the standard convention, using
```lean
Expand Down

0 comments on commit ed9be88

Please sign in to comment.