Homotopy Type Theory identity system > history (Rev #2, changes)

Showing changes from revision #1 to #2: Added | Removed | Changed

Definition

In homotopy type theory, an identity system on a type AA is a dependent type a:AR(a,a)a:A \vdash R(a,a) indexed by the product type A×AA \times A with a dependent function

r 0: a:AR(a,a)r_0: \prod_{a:A} R(a, a)

such that for any dependent type

a:A,b:B,r:R(a,b)D(a,b,r)a:A, b:B, r: R(a, b) \vdash D(a, b, r)

and dependent function

d: a:AD(a,a,r(a))d: \prod_{a:A} D(a, a, r(a))

there exists a dependent function

f: a:A b:B r:R(a,b)D(a,b,r)f: \prod_{a:A} \prod_{b:B} \prod_{r:R(a, b)} D(a, b, r)

and a dependent function

e: a:Af(a,a,r(a))=d(a)e: \prod_{a:A} f(a, a, r(a)) = d(a)

See also

References

Revision on June 6, 2022 at 19:20:44 by Anonymous?. See the history of this page for a list of all contributions to it.