-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added Theorem 8.30 #45
Conversation
I just merged the weak-ext-ext stuff into main and into this branch. @nimarasekh now you have WeakExtExt at your disposal. |
Added separate weak function extensionality to 06-contractible that is then assumed in 08-covariant
Added weak function extentensionality in separate file (06-contractible) that is now "assumed" in the covariant family file. So now it should read cleaner. |
Hey @nimarasekh. I just made some stylistic edits to the formatting (fixing indentations, tweaking comments). Then I also broke up the logical equivalence between the two notions of is-covariant into separate functions that can be applied with out calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go.
Partially addresses #18.