Abstract

In homotopy type theory, A path constructor specifies point-wise equalities or higher-dimensional identity relations within a higher inductive type.

Definition

A path constructor for a higher inductive type generates terms of an identity type for terms .

The type must be either:

  • A point type for some .
  • A path type defined inductively over .

We use higher path constructors when is a path type, generating equalities between equalities.

Examples

For the circle , the term is introduced by a path constructor.

See also

Point Constructor Identity Type Quotient Inductive Type Higher Inductive Type

References