Homotopy Type Theory identity type > history (Rev #6, changes)

Showing changes from revision #5 to #6: Added | Removed | Changed

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 April 14, 2022 at 07:58:36 by Anonymous?. See the history of this page for a list of all contributions to it.