Homotopy Type Theory cone type > history (Rev #2, changes)

Showing changes from revision #1 to #2: Added | Removed | Changed

Definition

A cone type on a type AA is a higher inductive type Cone(A)Cone(A) inductively generated by

  • A term e:Cone(A)e:Cone(A)

  • A function i:ACone(A)i: A \to Cone(A)

  • A term

p: a:Ae=i(a)p: \prod_{a:A} e = i(a)

All cone types are contractible, and therefore could be though of as a way of constructing free contractible types for any type AA.

Examples

  • The unit type is a cone type on the empty type.

  • The interval type is a cone type on the unit type.

See also

Revision on June 15, 2022 at 22:41:05 by Anonymous?. See the history of this page for a list of all contributions to it.