HoTT / book

A textbook on informal homotopy type theory
2.03k stars 359 forks source link

Fixed math mistake in induction section #1153

Closed mackimaow closed 9 months ago

mackimaow commented 9 months ago

In the w-types section of the induction chapter, there is an erroneously notated type 'C' that should be a type family eliminated with argument 'a' i.e. C(a). This happened when deriving 'e' during the derivation of 'double' using the recursor for w-types.