-
Notifications
You must be signed in to change notification settings - Fork 141
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
Proof of Blakers-Massey Theorem #613
Conversation
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.
Very nice stuff! Thanks for contributing
I only had a few very minor comments about long lines and then I'll be very happy to merge
@@ -353,6 +354,18 @@ Square : | |||
→ Type _ | |||
Square a₀₋ a₁₋ a₋₀ a₋₁ = PathP (λ i → a₋₀ i ≡ a₋₁ i) a₀₋ a₁₋ | |||
|
|||
-- vertical composition of squares |
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.
@aljungstrom Didn't you need something like this in your very big PR?
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.
Thanks for fixing the long lines so fast! I'll merge as soon as the CI is finished
Oops:
|
My bad. Forgot to use new name. |
This PR contains a cubical proof of the Blakers-Massey Theorem and adds some stuff to library that used in the proof.
It seems there is still no such proof of this fundamental result in homotopy theory, so I decided to spend some time to write one and tried to use as much explicit cubes as possible.