Skip to content
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

Merged
merged 20 commits into from
Nov 11, 2021
Merged

Proof of Blakers-Massey Theorem #613

merged 20 commits into from
Nov 11, 2021

Conversation

kangxyz
Copy link
Contributor

@kangxyz kangxyz commented Oct 31, 2021

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.

@kangxyz kangxyz closed this Oct 31, 2021
@kangxyz kangxyz reopened this Oct 31, 2021
Copy link
Collaborator

@mortberg mortberg left a 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

Cubical/Homotopy/BlakersMassey.agda Outdated Show resolved Hide resolved
Cubical/Homotopy/BlakersMassey.agda Outdated Show resolved Hide resolved
Cubical/Homotopy/BlakersMassey.agda Outdated Show resolved Hide resolved
Cubical/Homotopy/BlakersMassey.agda Show resolved Hide resolved
Cubical/Homotopy/BlakersMassey.agda Outdated Show resolved Hide resolved
Cubical/Homotopy/BlakersMassey.agda Outdated Show resolved Hide resolved
@@ -353,6 +354,18 @@ Square :
→ Type _
Square a₀₋ a₁₋ a₋₀ a₋₁ = PathP (λ i → a₋₀ i ≡ a₋₁ i) a₀₋ a₁₋

-- vertical composition of squares
Copy link
Collaborator

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?

Cubical/Foundations/HLevels.agda Outdated Show resolved Hide resolved
@kangxyz kangxyz requested review from mortberg and ecavallo November 11, 2021 11:12
Copy link
Collaborator

@mortberg mortberg left a 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

@mortberg
Copy link
Collaborator

Oops:

Not in scope:
  isOfHLevelΠ₂
  at /home/runner/work/cubical/cubical/Cubical/Homotopy/BlakersMassey.agda:354,11-23
  ...

@kangxyz
Copy link
Contributor Author

kangxyz commented Nov 11, 2021

Oops:

Not in scope:
  isOfHLevelΠ₂
  at /home/runner/work/cubical/cubical/Cubical/Homotopy/BlakersMassey.agda:354,11-23
  ...

My bad. Forgot to use new name.

@ecavallo ecavallo merged commit 71e428a into agda:master Nov 11, 2021
@kangxyz kangxyz deleted the blakersmassey branch November 11, 2021 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants