The Schur-Zassenhaus Theorem #
In this file we prove the Schur-Zassenhaus theorem.
Main results #
Subgroup.exists_right_complement'_of_coprime: The Schur-Zassenhaus theorem: IfH : Subgroup Gis normal and has order coprime to its index, then there exists a subgroupKwhich is a (right) complement ofH.Subgroup.exists_left_complement'_of_coprime: The Schur-Zassenhaus theorem: IfH : Subgroup Gis normal and has order coprime to its index, then there exists a subgroupKwhich is a (left) complement ofH.
The quotient of the transversals of an abelian normal N by the diff relation.
Equations
- H.QuotientDiff = Quotient { r := fun (α β : H.LeftTransversal) => Subgroup.leftTransversals.diff (MonoidHom.id ↥H) α β = 1, iseqv := ⋯ }
Instances For
Equations
- H.instInhabitedQuotientDiff = inferInstanceAs (Inhabited (Quotient { r := fun (α β : H.LeftTransversal) => Subgroup.leftTransversals.diff (MonoidHom.id ↥H) α β = 1, iseqv := ⋯ }))
Equations
- Subgroup.instMulActionQuotientDiff = { smul := fun (g : G) => Quotient.map' (fun (α : H.LeftTransversal) => MulOpposite.op g⁻¹ • α) ⋯, one_smul := ⋯, mul_smul := ⋯ }
Proof of the Schur-Zassenhaus theorem #
In this section, we prove the Schur-Zassenhaus theorem.
The proof is by contradiction. We assume that G is a minimal counterexample to the theorem.
We will arrive at a contradiction via the following steps:
- step 0:
N(the normal Hall subgroup) is nontrivial. - step 1: If
Kis a subgroup ofGwithK ⊔ N = ⊤, thenK = ⊤. - step 2:
Nis a minimal normal subgroup, phrased in terms of subgroups ofG. - step 3:
Nis a minimal normal subgroup, phrased in terms of subgroups ofN. - step 4:
p(min_fact (Fintype.card N)) is prime (follows from step0). - step 5:
P(a Sylowp-subgroup ofN) is nontrivial. - step 6:
Nis ap-group (applies step 1 to the normalizer ofPinG). - step 7:
Nis abelian (applies step 3 to the center ofN).
Do not use this lemma: It is made obsolete by exists_right_complement'_of_coprime
Schur-Zassenhaus for normal subgroups:
If H : Subgroup G is normal, and has order coprime to its index, then there exists a
subgroup K which is a (right) complement of H.
Schur-Zassenhaus for normal subgroups:
If H : Subgroup G is normal, and has order coprime to its index, then there exists a
subgroup K which is a (left) complement of H.