doc(algebra): update markdown files

This commit is contained in:
Floris van Doorn 2014-11-06 22:17:08 -05:00 committed by Leonardo de Moura
parent cd33d2e96d
commit 930cc11684
2 changed files with 18 additions and 1 deletions

View file

@ -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

View 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