Homepage Solution manuals David S. Dummit Abstract Algebra Exercise 4.5.46 (Sylow $p$-subgroup of $S_{p^2}$)

Exercise 4.5.46 (Sylow $p$-subgroup of $S_{p^2}$)

Find generators for a Sylow p -subgroup of S p 2 , where p is a prime. Show that this is a non abelian group of order p p + 1 .

Answers

Proof. By the Legendre’s formula,

ν p ( ( p 2 ) ! ) = p 2 p + p 2 p 2 = p + 1 ,

so

| S p 2 | = ( p 2 ) ! = p p + 1 m , p m .

This shows that any Sylow p -subgroup of S p 2 has order p p + 1 .

Consider the subgroup

P = τ , σ 0 , σ 1 , σ p 1 ,

where

σ i = ( 1 + 𝑖𝑝 2 + 𝑖𝑝 3 + 𝑖𝑝 p + 𝑖𝑝 ) ( 0 i p 1 ) , τ = ( 1 p + 1 2 p + 1 ( p 1 ) p + 1 ) ( 2 p + 2 2 p + 2 ( p 1 ) p + 2 ) ( p 2 p 3 p p 2 ) .

For instance, for p = 5 ,

σ 0 = ( 1 2 3 4 5 ) , σ 1 = ( 6 7 8 9 10 ) , σ 2 = ( 11 12 13 14 15 ) , σ 3 = ( 16 17 18 19 20 ) , σ 4 = ( 21 22 23 24 25 ) , τ = ( 1 6 11 16 21 ) ( 2 7 12 17 22 ) ( 3 8 13 18 23 ) ( 4 9 14 19 24 ) ( 5 10 15 20 25 ) .

Consider the subgroups of P :

H = σ 0 , σ 1 , σ p 1 , K = τ .

Since σ i σ j = σ j σ i for all i , j , H is abelian, and every element σ H is of the form

σ = σ 0 i 0 σ 1 i 1 σ p 1 i p 1 , 0 i 0 < p , , 0 i p 1 < p .

Consequently, every σ H preserves the sets { 1 + 𝑖𝑝 , 2 + 𝑖𝑝 , 3 + 𝑖𝑝 , , p + 𝑖𝑝 } for all i [ [ 0 , p 1 ] ] . Moreover

| H | = p p , | K | = p .

Note that

τ σ i τ 1 = σ i + 1 ( 0 i < p 1 ) , τ σ p 1 τ 1 = σ 0 .

This shows that H P . Therefore 𝐻𝐾 is a subgroup of P , where P = H K , so

P = 𝐻𝐾 . (1)

We prove that H K = { 1 } . If λ H K , then λ = τ i for some i [ [ 0 , p 1 ] ] . Moreover λ H , therefore

λ ( 1 ) = τ i ( 1 ) { 1 , 2 , 3 , , p 1 } { 1 p + 1 2 p + 1 ( p 1 ) p + 1 } ,

thus τ i ( 1 ) = 1 , so i = 0 and λ = τ i = ( ) = 1 . This proves

H K = { 1 } . (2)

By (1) and (2),

| P | = | 𝐻𝐾 | = | H | | K | | H K | = | H | | K | = p p + 1 .

This shows that P is a Sylow p -subgroup of S p 2 .

(Since τ σ 1 τ 1 = σ 2 σ 1 , P is not abelian.) □

With Sagemath:

sage: G = SymmetricGroup(25)
sage: P = G.sylow_subgroup(5); P.gens()

[(21,22,23,24,25),
 (16,17,18,19,20),
 (11,12,13,14,15),
 (6,7,8,9,10),
 (1,2,3,4,5),
 (1,6,11,16,21)(2,7,12,17,22)(3,8,13,18,23)(4,9,14,19,24)(5,10,15,20,25)]

User profile picture
2026-04-06 10:26
Comments