GroupTheory
HallSubgroup
construct a Hall subgroup of a finite soluble group
Calling Sequence
Parameters
Description
Examples
Compatibility
HallSubgroup( pi, G )
pi
-
a list or set of primes
G
a soluble permutation group
Let G be a finite group, and let pi be a set of (positive, rational) primes. A Hall pi-subgroup of G is a maximal pi-subgroup of G where, by a pi-subgroup, we mean a subgroup whose order is a pi-number (one whose prime divisors all belong to pi). Equivalently, a subgroup H of a finite group G is a Hall-subgroup if its order and index are relatively prime.
If pi consists of a single prime number p, then a Hall pi-subgroup of G is just a Sylow p-subgroup of G.
A finite group G is soluble if, and only if, for each set pi of primes, G has a Hall pi-subgroup. Moreover, any two Hall pi-subgroups of G are conjugate in G, and every pi-subgroup of G is contained in a Hall pisubgroup.
A finite insoluble group may, or may not, have Hall subgroups.
The HallSubgroup( pi, G ) command constructs a Hall pi-subgroup of a finite soluble group G. The group G must be an instance of a permutation group. Apart from a handful of exceptions, the permutation group G must be soluble; otherwise, an exception is raised.
with⁡GroupTheory:
G ≔ DihedralGroup⁡30
G≔D30
ifactor⁡GroupOrder⁡G
22⁢3⁢5
H ≔ HallSubgroup⁡2,5,G
H≔1,162,173,184,195,206,217,228,239,2410,2511,2612,2713,2814,2915,30,1,182,173,164,155,146,137,128,119,1019,3020,2921,2822,2723,2624,25,1,13,25,7,192,14,26,8,203,15,27,9,214,16,28,10,225,17,29,11,236,18,30,12,24
igcd⁡GroupOrder⁡H,Index⁡H,G
1
Hall subgroups can only be computed for soluble groups, in general, so the following example cause an exception to be raised.
HallSubgroup⁡2,3,Symm⁡5
Error, (in GroupTheory:-HallSubgroup) group must be soluble
However, for certain special cases, a Hall subgroup is returned without exception.
HallSubgroup⁡5,Symm⁡5
1,2,3,4,5
HallSubgroup⁡,Symm⁡5
HallSubgroup⁡2,3,5,Symm⁡5
S5
The GroupTheory[HallSubgroup] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[SylowSubgroup]
Download Help Document