GroupTheory/HallSubgroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GroupTheory/HallSubgroup

GroupTheory

  

HallSubgroup

  

construct a Hall subgroup of a finite soluble group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

HallSubgroup( pi, G )

Parameters

pi

-

a list or set of primes

G

-

a soluble permutation group

Description

• 

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.

Examples

> 

with⁡GroupTheory:

> 

G≔DihedralGroup⁡30

G≔D30

(1)
> 

ifactor⁡GroupOrder⁡G

22⁢3⁢5

(2)
> 

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

(3)
> 

igcd⁡GroupOrder⁡H,Index⁡H,G

1

(4)

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

(5)
> 

HallSubgroup⁡∅,Symm⁡5

(6)
> 

HallSubgroup⁡2,3,5,Symm⁡5

S5

(7)

Compatibility

• 

The GroupTheory[HallSubgroup] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

GroupTheory

GroupTheory[AlternatingGroup]

GroupTheory[SylowSubgroup]