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

Online Help

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  be a finite group, and let  be a set of (positive, rational) primes. A Hall -subgroup of  is a maximal -subgroup of  where, by a -subgroup, we mean a subgroup whose order is a -number (one whose prime divisors all belong to ). Equivalently, a subgroup  of a finite group  is a Hall-subgroup if its order and index are relatively prime.

• 

If  consists of a single prime number , then a Hall -subgroup of  is just a Sylow -subgroup of .

• 

A finite group  is soluble if, and only if, for each set  of primes,  has a Hall -subgroup. Moreover, any two Hall -subgroups of  are conjugate in , and every -subgroup of  is contained in a Hall subgroup.

• 

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

(1)

(2)

(3)

(4)

Hall subgroups can only be computed for soluble groups, in general, so the following example cause an exception to be raised.

Error, (in GroupTheory:-HallSubgroup) group must be soluble

However, for certain special cases, a Hall subgroup is returned without exception.

(5)

(6)

(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]

 


Download Help Document