Zulip Chat Archive

Stream: Type theory

Topic: Definitional reduction issues in lean


Joseph Hua (Jun 03 2021 at 14:05):

https://github.com/coq/coq/issues/10871

I read here that you can have "a term t : A where t reduces to u, but u doesn't have type A (or equivalently may not typecheck at all)" and would like to know what examples there are of it. If I understand correctly this has to do with quotient types, but I don't know the connection.

Mario Carneiro (Jun 03 2021 at 14:19):

See section 3.1.2 "Failure of subject reduction" in https://github.com/digama0/lean-type-theory/releases/tag/v1.0


Last updated: Dec 20 2023 at 11:08 UTC