-
Notifications
You must be signed in to change notification settings - Fork 138
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
Devalapurkar & Haine #1157
base: master
Are you sure you want to change the base?
Devalapurkar & Haine #1157
Conversation
Oh wait, should I rebase on #1133? |
304c031
to
dee0c56
Compare
Another question is, should I add the public imports in |
22af0e0
to
01fa420
Compare
This should be everything, so it's ready for review. |
pushoutB = pushoutSquareL | ||
|
||
pushoutAB : PushoutSquare | ||
pushoutAB = _ , isPushoutBottomSquare→isPushoutTotSquare (pushoutB .snd) |
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.
(replying to @aljungstrom on another issue) It's this line and/or possibly other similar lines. Agda is checking the middle function of the two squares agree, so that we can apply the pasting lemma. Strangely when I evaluated each field of the commSquare record they returned instantly, but it gets stuck for a couple seconds and a few GB of memory when I try to evaluate the entire record.
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.
See the comments slightly above for a commutative diagram of what's happening.
This is a formalization of results described in #1147, with the two main results being the stable James splitting
ΣΩΣX ≃ ΣX ⋁ Σ(X ⋀ ΩΣX)
and the Hilton–Milnor splittingΩ(X ⋁ Y) ≃ ΩX × ΩY × ΩΣ(ΩY ⋀ ΩX)
.It still needs cleaning up and merging with #1151, but most of it is done.I'm putting the HM splitting in the Homotopy folder, but the James splitting in the HITs.James folder, because the latter result is quite related to what's already in there.