-
Notifications
You must be signed in to change notification settings - Fork 12
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
Representable isos #141
Representable isos #141
Conversation
I'll look at the proofs more closely when I get a minute but a quick observation is that much of the proof text is overly indented. Have a look at https://rzk-lang.github.io/sHoTT/STYLEGUIDE/ for some guidance, or let me know if I can help by making specific suggestions. |
Thank you for the observation. I have implemented the indentation, I hope is better this time. |
@cesarbm03 yes that's much better. (Please ignore the other file that's changed now with your PR; that was me doing a bit of clean up elsewhere while fixing a typo: Another suggestion: to streamline the code you could open up a section at the start of your work on representable isomorphisms converting your common hypotheses
into variables. Then you'd remove these five arguments from everything that follows up until you close the section. You could close it just before or after 10.11(a). If you close it just before then the hypotheses of that result will be declared there, which might be nice, but this choice is up to you. I could implement this change for you if you like, or you could do it yourself, or you could argue to leave things as they are. |
That'd be indeed much nicer! I will try doing it myself, if there is some issue I'll ask for help for sure. |
@emilyriehl I have made the implementation you suggested, let me know if there is something else I could do to improve it. Thank you. |
@cesarbm03 I have applied autoformatting (using Rzk v0.7.2) to the file. |
@fizruk Thank you so much. I just noticed the new version of Rzk, I have updated now |
@cesarbm03 I'm sorry this has taken me such an unreasonably long time to review this. I just made a few cosmetic changes but want to see what you think before merging:
Let me know what you think of this and feel free to push back on the changes I made. |
@emilyriehl Thank for the review, I agree with the changes you made. This so much better and cleaner! I had had consider where to reverse the paths and for some reason I did it in the theorem. |
This is the proof of RS17 Proposition 10.11. I am not sure if what I did is unnecessarily long.