[Merged by Bors] - feat(Algebra/Group/Even): "Advanced" lemmas about even elements.#20272
[Merged by Bors] - feat(Algebra/Group/Even): "Advanced" lemmas about even elements.#20272
Conversation
PR summary 3b54ab6da1Import 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
|
Build failed (retrying...):
|
) 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
|
Build failed (retrying...): |
) 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
|
Pull request successfully merged into master. Build succeeded: |
* Follows on from #20272 * Rename some substructure constructions to align with `oneLE` / `nonneg` * Clarify some documentation Moves: * squareIn -> square * evenIn -> even * sumSqIn -> sumSq
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.Evendirectly because of import restrictions.This PR is split off from #16094