-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensionality of globular types #1190
Conversation
EDIT: Never mind, I figured it out. |
The idea of this PR arose from reading the introduction to this paper:
|
Quite a few questions linger with this PR. First and foremost, is the added axiom validated in all ∞-topoi? |
I don't think the open question is really open at all. The equality relation you have given is just bisimilation, and for coinductive types in a type theory with function extensionality it is known that bisimilation characterizes the identity type. Basically all you need to know is that the coinductive type is the limit of iterated applications of a polynomial endofunctor to the terminal object, and that identity types of limits are limits of identity types. |
I'd be happy to merge this PR once it passes the checks |
Oh, well that settles it then :) Thank you for the answer |
Adds a postulate to characterize equality of globular types.