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 -subgroup of , where is a prime. Show that this is a non abelian group of order .
Answers
Proof. By the Legendre’s formula,
so
This shows that any Sylow -subgroup of has order .
Consider the subgroup
where
For instance, for ,
Consider the subgroups of :
Since for all , is abelian, and every element is of the form
Consequently, every preserves the sets for all . Moreover
Note that
This shows that . Therefore is a subgroup of , where , so
We prove that . If , then for some . Moreover , therefore
thus , so and . This proves
By (1) and (2),
This shows that is a Sylow -subgroup of .
(Since , 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)]