Commutators of Subgroups #
If G is a group and H₁ H₂ : Subgroup G then the commutator ⁅H₁, H₂⁆ : Subgroup G
is the subgroup of G generated by the commutators h₁ * h₂ * h₁⁻¹ * h₂⁻¹.
Main definitions #
⁅g₁, g₂⁆: the commutator of the elementsg₁andg₂(defined bycommutatorElementelsewhere).⁅H₁, H₂⁆: the commutator of the subgroupsH₁andH₂.
The commutator of two subgroups H₁ and H₂.
Equations
- Subgroup.commutator = { bracket := fun (H₁ H₂ : Subgroup G) => Subgroup.closure {g : G | ∃ g₁ ∈ H₁, ∃ g₂ ∈ H₂, ⁅g₁, g₂⁆ = g} }
theorem
Subgroup.map_commutator
{G : Type u_1}
{G' : Type u_2}
[Group G]
[Group G']
(H₁ H₂ : Subgroup G)
(f : G →* G')
:
Subgroup.map f ⁅H₁, H₂⁆ = ⁅Subgroup.map f H₁, Subgroup.map f H₂⁆
theorem
Subgroup.commutator_pi_pi_le
{η : Type u_4}
{Gs : η → Type u_5}
[(i : η) → Group (Gs i)]
(H K : (i : η) → Subgroup (Gs i))
:
⁅Subgroup.pi Set.univ H, Subgroup.pi Set.univ K⁆ ≤ Subgroup.pi Set.univ fun (i : η) => ⁅H i, K i⁆
The commutator of direct product is contained in the direct product of the commutators.
See commutator_pi_pi_of_finite for equality given Fintype η.
theorem
commutator_mem_commutatorSet
{G : Type u_1}
[Group G]
(g₁ g₂ : G)
:
⁅g₁, g₂⁆ ∈ commutatorSet G