-
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
Pi4S3 Paper #1151
Pi4S3 Paper #1151
Conversation
I think I proved it by pasting a lot of pushout diagrams. If there is a cubical flavored proof that's certainly better, though I might have relied on some judgmental equalities when further pasting the thing with other squares. It shouldn't be too much trouble to adjust though since squares are very modular. |
Somehow agda took a lot longer checking one particular judgemental equality when I swapped the proof out. Should I be concerned? |
@Trebor-Huang Hmm.. Maybe Agda is too keen on unfolding this definition or something? Could you point me to where in your code this happened? |
This PR adds the formalisation behind
Formalising and computing the fourth homotopy group of the 3-sphere in Cubical Agda by me and @mortberg
I've had this stuff lying around for months but I forgot to make a PR... The primary addition is the
Cubical/Papers/Pi4S3-JournalVersion.agda
which extendsCubical/Papers/Pi4S3.agda
.There is some new maths but nothing that should be interfering. Most of it is in the new file
Cubical/HITs/Sn/Multiplication.agda
. It contains theThere's also the equivalence between suspensions of smash products and joins (in
Cubical/HITs/Sn/SmashProduct/Base.agda
.) which I saw was mentioned in Issue #1147 . I hope this doesn't cause any problems for @Trebor-Huang (please tell me in that case and we can probably change it back to your version).