lean2/hott/types/types.md

24 lines
706 B
Markdown
Raw Normal View History

hott.types
==========
Various datatypes.
2015-05-01 00:45:31 +00:00
* [bool](bool.hlean)
* [prod](prod.hlean)
* [sigma](sigma.hlean)
* [pi](pi.hlean)
* [arrow](arrow.hlean)
* [eq](eq.hlean)
* [square](square.hlean): type of squares in a type
* [fiber](fiber.hlean)
* [hprop_trunc](hprop_trunc.hlean): in this file we prove that `is_trunc n A` is a mere proposition. We separate this from [trunc](trunc.hlean) to avoid circularity in imports.
* [equiv](equiv.hlean)
* [pointed](pointed.hlean)
* [function](function.hlean): embeddings, (split) surjections, retractions
* [trunc](trunc.hlean): truncation levels, n-Types, truncation
* [W](W.hlean): W-types (not loaded by default)
Subfolders:
* [nat](nat/nat.md)
* [int](int/int.md)