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≔2,303,294,285,276,267,258,249,2310,2211,2112,2013,1914,1815,17,1,162,153,144,135,126,117,108,917,3018,2919,2820,2721,2622,2523,24,1,19,7,25,132,20,8,26,143,21,9,27,154,22,10,28,165,23,11,29,176,24,12,30,18
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