lean2/hott/types/types.md

18 lines
457 B
Markdown
Raw Normal View History

hott.types
==========
Various datatypes.
* [prod](prod.hlean)
* [sigma](sigma.hlean)
* [pi](pi.hlean)
* [arrow](arrow.hlean)
* [eq](eq.hlean)
* [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)
* [trunc](trunc.hlean)
* [W](W.hlean) (not loaded by default)