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-27 23:02:42 +00:00
* [set ](set.hlean ) : Category of sets
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
2016-05-19 15:27:52 +00:00
* [pushout ](pushout.hlean ) : Categorical structure of paths in a graph and quotients of them.
Pushout of categories, pushout of groupoids.
2016-05-18 04:33:35 +00:00
* [fundamental_groupoid ](fundamental_groupoid.hlean ) : The fundamental groupoid of a type
2015-10-01 19:52:28 +00:00
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
2016-05-18 04:33:35 +00:00
* [discrete ](discrete.hlean ) : Discrete category. Also the groupoid formed by a 1-type
2015-10-01 19:52:28 +00:00
* [indiscrete ](indiscrete.hlean )
* [terminal ](terminal.hlean )
* [initial ](initial.hlean )