lean2/hott/algebra/category/category.md

1.1 KiB

algebra.category

Development of Category Theory. The following files are in this folder (sorted such that files only import previous files).

The following files depend on some of the files in the folder constructions

  • curry : Define currying and uncurrying of functors
  • limits : Limits in a category, defined as terminal object in the cone category
  • colimits : Colimits in a category, defined as the limit of the opposite functor
  • adjoint : Adjoint functors and Equivalences (WIP)
  • yoneda : Yoneda Embedding (WIP)