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

Clean the summary file for pi_4(S^3) = Z/2Z and prove two small general lemmas that were left as holes #707

Merged
merged 6 commits into from
Jan 26, 2022

Conversation

mortberg
Copy link
Collaborator

@mortberg mortberg commented Jan 25, 2022

Proving the "mini lemmas" required me to prove some lemmas that I think could be done nicer with some of the theory of #705. Also a lot of the results I proved ended up in ZActions, but should probably be moved and better integrated with the new theory about divisibility for Z. Maybe @kangrongji would be up for doing this?

@aljungstrom : This will cause some conflicts in the Summary file with #698. I think it would be easier to merge this PR first and then just fix the conflicts in this one file of your bigger PR, what do you think?

It could also be nice to keep the summary module with its arguments and just instantiate the main result afterwards. This way the summary file could be used as a connection between the formalization and the main results in Guillaume's thesis. What do you think?

@aljungstrom
Copy link
Contributor

aljungstrom commented Jan 26, 2022

Nice! Merge away, I'll fix the conflicts:-) And yes, keeping the module as is and instantiating it later sounds like good idea.

open import Cubical.Algebra.Group
renaming (ℤ to ℤGroup ; Bool to BoolGroup ; Unit to UnitGroup)
open import Cubical.Algebra.Group.ZAction
-- TODO: ideally this would not be off by one in the definition of π'Gr
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aljungstrom How hard would it be to change this?

@mortberg mortberg merged commit 4308796 into agda:master Jan 26, 2022
@kangrongji
Copy link
Contributor

I don't think divisibility could help much. Only when a systematic treatment of finitely presented abelian group shows up (even for groups generated by one element), these results would find natural places to settle and they can be deduced quickly from general results...

@mortberg
Copy link
Collaborator Author

I don't think divisibility could help much. Only when a systematic treatment of finitely presented abelian group shows up (even for groups generated by one element), these results would find natural places to settle and they can be deduced quickly from general results...

You're probably right. I'll leave these results in the ZActions file for now then and hopefully one day develop some more general theory

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