2015-04-25 04:20:59 +00:00
algebra.category.constructions
==============================
Common categories and constructions on categories. The following files are in this folder.
2015-10-01 19:52:28 +00:00
* [functor ](functor.hlean ) : Functor category
2015-04-25 04:20:59 +00:00
* [opposite ](opposite.hlean ) : Opposite category
2015-10-23 05:12:34 +00:00
* [hset ](hset.hlean ) : Category of sets. Includes proof that it is complete and cocomplete
2015-10-01 19:52:28 +00:00
* [sum ](sum.hlean ) : Sum category
* [product ](product.hlean ) : Product category
* [comma ](comma.hlean ) : Comma category
* [cone ](cone.hlean ) : Cone category
Discrete, indiscrete or finite categories:
* [finite_cats ](finite_cats.hlean ) : Some finite categories, which are diagrams of common limits (the diagram for the pullback or the equalizer). Also contains a general construction of categories where you give some generators for the morphisms, with the condition that you cannot compose two of thosex
* [discrete ](discrete.hlean )
* [indiscrete ](indiscrete.hlean )
* [terminal ](terminal.hlean )
* [initial ](initial.hlean )
2015-10-02 23:54:27 +00:00
Non-basic topics:
* [functor2 ](functor2.hlean ) : showing that the functor category has (co)limits if the codomain has them.