Regular wreath product #
This file defines the regular wreath product of groups, and the canonical maps in and out of the
product. The regular wreath product of D
and Q
is the product (Q → D) × Q
with the group
operation ⟨a₁, a₂⟩ * ⟨b₁, b₂⟩ = ⟨a₁ * (fun x ↦ b₁ (a₂⁻¹ * x)), a₂ * b₂⟩
.
Main definitions #
RegularWreathProduct D Q
: The regular wreath product of groupsD
andQ
.rightHom
: The canonical projectionD ≀ᵣ Q →* Q
.inl
: The canonical mapQ →* D ≀ᵣ Q
.toPerm
: The homomorphism fromD ≀ᵣ Q
toEquiv.Perm (Λ × Q)
, whereΛ
is aD
-set.IteratedWreathProduct G n
: The iterated wreath product of a groupG
n
times.Sylow.mulEquivIteratedWreathProduct
: The isomorphism between the Sylowp
-subgroup ofPerm p^n
and the iterated wreath product of the cyclic group of orderp
n
times.
Notation #
This file introduces the global notation D ≀ᵣ Q
for RegularWreathProduct D Q
.
Tags #
group, regular wreath product, sylow p-subgroup
The regular wreath product of groups Q
and D
. It is the product (Q → D) × Q
with the group
operation ⟨a₁, a₂⟩ * ⟨b₁, b₂⟩ = ⟨a₁ * (fun x ↦ b₁ (a₂⁻¹ * x)), a₂ * b₂⟩
.
- left : Q → D
The function of Q → D
- right : Q
The element of Q
Instances For
The regular wreath product of groups Q
and D
. It is the product (Q → D) × Q
with the group
operation ⟨a₁, a₂⟩ * ⟨b₁, b₂⟩ = ⟨a₁ * (fun x ↦ b₁ (a₂⁻¹ * x)), a₂ * b₂⟩
.
Equations
Instances For
The wreath product of group G
iterated n
times.
Equations
Instances For
Equations
The homomorphism from IteratedWreathProduct G n
to Perm (Fin n → G)
.
Equations
Instances For
The encoding of the Sylow p
-subgroups of Perm α
as an iterated wreath product.