[Merged by Bors] - feat: some lemmas on permutation#9359
[Merged by Bors] - feat: some lemmas on permutation#9359AntoineChambert-Loir wants to merge 135 commits intomasterfrom
Conversation
|
I pushed a bunch of golfing and cleanup of the first ~600 lines to I think those first ~600 lines of this PR could make a good standalone PR. |
riccardobrasca
left a comment
There was a problem hiding this comment.
I know I always say the same thing, but it seems to me there is an easy way of splitting the PR:
- you modify three files
- new file 1
- new file 2
What do you think?
Mathlib/GroupTheory/SpecificGroups/Alternating/Centralizer.lean
Outdated
Show resolved
Hide resolved
|
@riccardobrasca : I just did what you suggested, there are now two subsequent PR, #17046 and #17047 . |
|
✌️ AntoineChambert-Loir can now approve this pull request. To approve and merge a pull request, simply reply with |
|
@AntoineChambert-Loir this is almost ready to go. Can you please take into account the last comments? Thanks! |
Co-authored-by: Eric Wieser <efw@google.com>
Co-authored-by: Riccardo Brasca <riccardo.brasca@gmail.com>
Co-authored-by: Eric Wieser <efw@google.com>
Co-authored-by: Eric Wieser <efw@google.com>
|
bors r+ |
|
Build failed: |
|
bors r+ |
|
Pull request successfully merged into master. Build succeeded: |
This PR prepares the way to PR #17046 and #17047 which compute the centralizer of a permutation
in a permutation group and in the alternating group.
Equiv.Perm αpreserving a functionp : α → ι#9342