-
Notifications
You must be signed in to change notification settings - Fork 356
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
feat(Algebra/Group/Even): "Advanced" lemmas about even elements. #20272
base: master
Are you sure you want to change the base?
Conversation
PR summary d3acc8fce2Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This PR/issue depends on:
|
|
That sounds good, but I'm also adding the non-negativity result. Maybe that should go elsewhere? Not sure where the right home for it is. It can't go in |
What about a file under |
Uhh |
9d9d7f8
to
406491e
Compare
The lemma this is a variation on ( |
I see you fiddle with |
Add construction of subgroup of even elements / squares.
Add result that squares (
IsSquare
) are non-negative.These results cannot be added to
Mathlib.Algebra.Group.Even
directly because of import restrictions.This PR is split off from #16094