feat(GroupTheory/SpecificGroups/Alternating/Simple): simplicity of the alternating groups#36524
feat(GroupTheory/SpecificGroups/Alternating/Simple): simplicity of the alternating groups#36524AntoineChambert-Loir wants to merge 100 commits intoleanprover-community:masterfrom
Conversation
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
|
I resolved the issues above to make the page clearer, but there is one problem with t The problem is that docs#Nat.card_perm is in a file that requires that Field doesn't exist, while docs#IsCyclic use it ultimately. |
| obtain ⟨φ⟩ := hxy | ||
| let φ' : α → α := Function.extend Subtype.val (fun a ↦ ↑(φ a)) id | ||
| set ψ : α → α := Function.extend x y φ' | ||
| have : Function.Bijective ψ := by | ||
| obtain ⟨e⟩ := hxy | ||
| let e' : α → α := Function.extend Subtype.val (fun a ↦ ↑(e a)) id | ||
| set f : α → α := Function.extend x y e' | ||
| have : Function.Bijective f := by |
There was a problem hiding this comment.
Do you need to be changes these variables?
There was a problem hiding this comment.
This is probably a consequence of missed merges.
There was a problem hiding this comment.
Actually, you know what? — obtain ⟨φ⟩ := hxy doesn't work anymore (unexpected token error), while obtain ⟨φ⟩ := hxy does.
There was a problem hiding this comment.
At this point, some stuff is opened and φ represents Euler's totient function.
There was a problem hiding this comment.
I'm still a bit confused as to how the file can break here given that nothing above changed?
Hmmm, not sure what is best. Maybe add a small |
|
On short term, it would be the easiest thing to do. On a longer term, it is very bizarre that |
|
See #36983 for an attempt to split |
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
This is the conclusion of the story of the proof of simplicity of the alternating group using the
Iwasawa criterion.
Equiv.Perm.iwasawaStructure_two:the natural
IwasawaStructureofEquiv.Perm αacting onNat.Combination α 2Its commutative subgroups consist of the permutations with support
in a given element of
Nat.Combination α 2.They are cyclic of order 2.
alternatingGroup_of_le_of_normal:If
αhas at least 5 elements, then a nontrivial normal subgroupof
Equiv.Perm αcontains the alternating group.alternatingGroup.iwasawaStructure_three:the natural
IwasawaStructureofalternatingGroup αacting onNat.Combination α 3Its commutative subgroups consist of the permutations with support
in a given element of
Nat.Combination α 2.They are cyclic of order 3.
alternatingGroup.iwasawaStructure_three:the natural
IwasawaStructureofalternatingGroup αacting onNat.Combination α 4Its commutative subgroups consist of the permutations of
cycleType (2, 2) with support in a given element of
Nat.Combination α 2.They have order 4 and exponent 2 (
IsKleinFour).alternatingGroup.normal_subgroup_eq_bot_or_eq_top:If
αhas at least 5 elements, then a nontrivial normal subgroup ofalternatingGroupis⊤.alternatingGroup.isSimpleGroup:If
αhas at least 5 elements, thenalternatingGroup αis a simple group.