[Merged by Bors] - feat: lemmas on permutations, cycles, etc.#9602
[Merged by Bors] - feat: lemmas on permutations, cycles, etc.#9602AntoineChambert-Loir wants to merge 50 commits intomasterfrom
Conversation
riccardobrasca
left a comment
There was a problem hiding this comment.
Mathlib/GroupTheory/Perm/Cycle/Basic.lean is getting super long and we should probably split it (in another PR), especially taking into account the new linter.
|
I've merged master. |
|
The new linter fired up, so I guess you have to split the file in another PR and then we can merge this one. |
|
What do you mean? |
|
That the linter is saying |
|
Note that I just kicked #10035 on the queue (I am not sure if it is relevant here). |
| {a : α} (ha : p a) : (ofSubtype (g.subtypePerm hg)) a = g a := | ||
| ofSubtype_apply_of_mem (g.subtypePerm hg) ha | ||
|
|
||
| theorem ofSubtype_subtypePerm_of_not_mem {p : α → Prop} [DecidablePred p] |
|
✌️ AntoineChambert-Loir can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
|
Can you please take into account my last comments? Thanks! (Feel free to merge it once done with those.) bors r- |
|
sorry to have missed your comments. |
No worries! |
|
Thanks! bors merge |
This PR establishes various lemmas in the theory of permutation groups, pertaining to the supports, cycle decompositions, and the conjugation action of `ConjAct (Equiv.Perm α)` on `Equiv.Perm α` This lemmas stem out PR #9359 and are used there to compute the cardinalities of the conjugacy classes of permutations. Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Antoine Chambert-Loir <antoine.chambert-loir@math.univ-paris-diderot.fr> Co-authored-by: Riccardo Brasca <riccardo.brasca@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
This PR establishes various lemmas in the theory of permutation groups,
pertaining to the supports, cycle decompositions, and the conjugation action
of
ConjAct (Equiv.Perm α)onEquiv.Perm αThis lemmas stem out PR #9359 and are used there to compute the cardinalities
of the conjugacy classes of permutations.