2015-03-05 02:06:39 +00:00
|
|
|
algebra.category
|
|
|
|
================
|
|
|
|
|
2015-04-25 04:20:59 +00:00
|
|
|
Development of Category Theory. The following files are in this folder (sorted such that files only import previous files).
|
|
|
|
|
|
|
|
* [precategory](precategory.hlean)
|
|
|
|
* [iso](iso.hlean) : iso, mono, epi, split mono, split epi
|
|
|
|
* [category](category.hlean) : Categories (i.e. univalent or Rezk-complete precategories)
|
|
|
|
* [groupoid](groupoid.hlean)
|
2015-10-20 01:42:41 +00:00
|
|
|
* [functor](functor/functor.md) (subfolder) : definition and properties of functors
|
2015-04-25 04:20:59 +00:00
|
|
|
* [strict](strict.hlean) : Strict categories
|
2015-10-20 01:42:41 +00:00
|
|
|
* [nat_trans](nat_trans.hlean) : Natural transformations
|
2015-04-25 04:20:59 +00:00
|
|
|
* [constructions](constructions/constructions.md) (subfolder) : basic constructions on categories and examples of categories
|
2015-10-02 23:54:27 +00:00
|
|
|
* [limits](limits.hlean) : Limits in a category, defined as terminal object in the cone category
|
|
|
|
* [colimits](colimits.hlean) : Colimits in a category, defined as the limit of the opposite functor
|
2015-10-01 19:52:28 +00:00
|
|
|
* [yoneda](yoneda.hlean) : Yoneda Embedding (WIP)
|