doc(algebra): update markdown files
This commit is contained in:
parent
cd33d2e96d
commit
930cc11684
2 changed files with 18 additions and 1 deletions
|
@ -8,4 +8,5 @@ Algebraic structures.
|
|||
* [binary](binary.lean) : binary operations
|
||||
* [wf](wf.lean) : well-founded relations
|
||||
* [group](group.lean)
|
||||
* [category](category.lean)
|
||||
* [category](category/category.md) : category theory
|
||||
|
||||
|
|
16
library/algebra/category/category.md
Normal file
16
library/algebra/category/category.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
category
|
||||
=======
|
||||
|
||||
Algebraic structures.
|
||||
|
||||
* [basic](basic.lean) : definition of fully and partially bundled categories
|
||||
* [morphism](morphism.lean) : isos, retracts, sections, monos, epis
|
||||
* [functor](functor.lean) : functors, category of (smaller) categories
|
||||
* [natural_transformation](natural_transformation.lean)
|
||||
* [constructions](constructions.lean) : constructions of basic examples and constructions of categories: opposite, type, discrete, product, functor, slice and arrow categories
|
||||
|
||||
The following files hardly have any content so far.
|
||||
|
||||
* [limit](limit.lean) : limits and colimits
|
||||
* [adjoint](adjoint.lean) : adjoint functors
|
||||
* [yoneda](yoneda.lean) : Yoneda embedding and Yoneda lemma
|
Loading…
Reference in a new issue