There are a few different types which can be called path types or path space types in dependent type theory:
The identity type for type and elements and , which is the type of paths between and ;
The dependent sum type , which is the type of all paths in ; reflexivity is given by the diagonal function;
The function type from the interval type to type ; reflexivity is given by the constant functions in - this parallels the topological definition of path spaces as continuous functions out of the unit interval;
In cubical type theory, the cubical path type for type and elements and - this is notated similarly to the identity type but also behaves as function types from the predefined interval primitive in addition to the behavior of identity types.
The categorical semantics of path types in any of the above forms is the path space object.
Last revised on December 31, 2023 at 17:03:24. See the history of this page for a list of all contributions to it.