-
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
Weak ext ext #70
Weak ext ext #70
Conversation
More progress towards the end of section 4. This will require a refactor to get the logic of the section correct, but all of the necessary functions are now there. |
@jonalfcam it sounds like you're still working on this and don't want us to review yet? |
While I'm here a request: since function extensionality is called |
Great! I'll fix those. Yes, this is a draft for the moment. Everything is correcet and typechecks, but in order to finish off the proof of Prop 4.11 I need to refactor so that the homotopy extension property is its own property and doesn't depend on |
I have finished the proof of Prop. 4.11. There is a robust debate to be had about my naming conventions. |
It would appear that someone defined |
Hi @jonalfcam and @TashiWalde. I attempted to fix the merge conflicts, but now my flight boarding so I have to go. In the current draft there are two versions of 4.10. I wasn't sure which came later and which is preserved. Could you two resolve this? Elsewhere we use concatenation |
It's quite possible I made a mistake in resolving the conflicts so please look at this closely. Also I didn't check the markdown sections carefully. We typically use |
It looks like this merge failed, but I see why. Unfortunately I am also boarding a plane. I can take care of it tomorrow. |
It’s the changes on line 697 in 04 that are the culprit. It looks like they were resolved to an old version. |
This now passes checks. |
Progress towards RS Prop 4.11. A helper function that defines$c(t) = refl$ from the proposition.