Contents
Idea
In dependent type theory, equivalence induction says that equivalence types are inductively generated by the identity equivalence, in the same way that identity types are inductively generated by reflexivity. Like the induction principle of identity types, there are two versions of equvialence induction, the standard (Martin-Lof style) equivalence induction and the based (Paulin-Mohrung style) equivalence induction.
Equivalence induction is equivalent in strength to the univalence axiom, because equivalence induction makes the equivalence type behave like an identity system, which then makes the equivalence type equivalent to the identity type between types, which is precisely the univalence axiom. Conversely, corollary 5.8.5 of the HoTT Book derives equivalence induction from the univalence axiom.
Definition
Using universes
Equivalence induction is usually formulated using universes , such as in Corollary 5.8.5 of the HoTT Book.
Definition
The (based Paulin-Mohrung style) equivalence induction states that given -small types and a -small type family indexed by -small type and equivalence , and an element , for all and one can construct an element such that .
The inference rules for this version of equivalence induction are given by:
Definition
The (standard Martin-Lof style) equivalence induction states that given a -small type family indexed by -small types and and equivalence , and a dependent function , for all , , and one can construct an element such that .
The inference rules for this version of equivalence induction are given by:
Using type variables
Traditionally, equivalence induction is formulated using universes, such as in Corollary 5.8.5 of the HoTT Book. However, with type variables, one can express equivalence induction without using universes.
Definition
The (based Paulin-Mohrung style) equivalence induction states that given type and a type family indexed by type and equivalence , and an element , for all types and one can construct an element such that .
The inference rules for this version of equivalence induction are given by:
With type variables and impredicative polymorphism, one can also express the standard equivalence induction without using universes.
Definition
The (standard Martin-Lof style) equivalence induction states that given a type family indexed by types and and equivalence , and an element , for all types , , and equivalences one can construct an element such that .
The inference rules for this version of equivalence induction are given by:
In cubical type theory
In cubical type theory with glue types and either type universes or type variables, equivalence induction is provable from the glue types. This is in contrast with the usual Martin-Lof type theory where equivalence induction is a set of two unjustified inference rules equivalent in strength to the univalence axiom.
References
Equivalence induction is defined using universes in corollary 5.8.5 of:
Equivalence induction is defined using type variables in:
- Dependent Type Theory vs Polymorphic Type Theory, Category Theory Zulip (web)