Homotopy Type Theory identity type > history (Rev #3)

Idea

The identity type has elements that are witnesses to the “sameness” of elements.

Definition

The identity type = A:AA𝒰=_A : A \to A \to \mathcal{U} can be defined as the inductive type? with the following constructor: * for any a:Aa:A, an element refl A:a= Aarefl_A: a=_A a

See also

higher inductive type

References

HoTT book

category: type theory

Revision on September 6, 2018 at 22:07:24 by Ali Caglayan. See the history of this page for a list of all contributions to it.