GroupTheory
SylowSubgroup
construct a Sylow subgroup of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
SylowSubgroup( p, G )
p
-
a positive rational prime
G
a permutation group or Cayley table group
Let G be a finite group, and let p be a positive (rational) prime. A Sylow p-subgroup of G is a maximal p-subgroup of G where, by a p-subgroup, we mean a subgroup whose order is a power of p. The Sylow theorems assert that, for a prime divisor p of the order of a finite group G, there is a Sylow p-subgroup of G and that all Sylow p-subgroups of G are conjugate in G. Moreover, the number of Sylow p-subgroups of G is congruent to 1 modulo p.
The SylowSubgroup( p, G ) command constructs a Sylow p-subgroup of a group G. The group G must be an instance of a permutation group or a Cayley table group.
Note that, if p is not a divisor of the order of G, then the trivial subgroup of G is returned.
with⁡GroupTheory:
G≔SL⁡2,5:
ifactor⁡GroupOrder⁡G
23⁢3⁢5
P2≔SylowSubgroup⁡2,G
P2≔1,2,3,45,20,15,106,22,18,147,23,19,118,24,16,129,21,17,13,1,5,3,152,10,4,206,8,18,167,13,19,219,23,17,1112,14,24,22
GroupOrder⁡P2
8
GroupOrder⁡SylowSubgroup⁡3,G
3
GroupOrder⁡SylowSubgroup⁡5,G
5
GroupOrder⁡SylowSubgroup⁡7,G
1
G≔CayleyTableGroup⁡Symm⁡4
G≔ < a Cayley table group with 24 elements >
P≔SylowSubgroup⁡3,G
P≔ < a Cayley table group with 3 elements >
N≔Normaliser⁡P,G
N≔N < a Cayley table group with 24 elements > ⁡ < a Cayley table group with 3 elements >
Q≔SylowSubgroup⁡2,N
Q≔ < a Cayley table group with 2 elements >
GroupOrder⁡Q
2
The GroupTheory[SylowSubgroup] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
Download Help Document