nLab refl

In homotopy type theory, the introduction rule is a dependent function

refl: a:A(a= Aa)\operatorname{refl} : \prod_{a : A} \big( a =_A a \big)

called reflexivity, which says that every element of AA is equal to itself (in a specified way). We regard refl a\operatorname{refl}_a as being the constant path at the point aa.

In particular, this means that if aa and bb are judgmentally equal, aba \equiv b, then we also have an element refl a:a= Ab\operatorname{refl}_a : a =_A b. This is well-typed because aba \equiv b means that also the type a= Aba =_A b is judgmentally equal to a= Aaa =_A a, which is the type of refl a\operatorname{refl}_a.

Last revised on October 30, 2013 at 06:04:11. See the history of this page for a list of all contributions to it.