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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : IsRegularPGroup

GroupTheory

  

IsRegularPGroup

  

determine whether a group is regular a p-group, for some prime p

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsRegularPGroup( G )

Parameters

G

-

: PermutationGroup : a -group for some prime .

Description

• 

A finite -group , where  is a prime, is said to be regular if, for any elements  and  in , and for any positive integer , we have , for some element  in , where  is the derived subgroup of the subgroup of  generated by  and .

• 

For -groups, regularity is equivalent to commutativity.

• 

Regularity as a -group should not be confused with regularity as a permutation group. To test for regularity as a permutation group, see GroupTheory[IsRegular].

• 

The IsRegularPGroup( G ) command returns true if the permutation group G is a regular -group, for a prime number , and returns false if it is not.

Examples

(1)

For -groups, regularity is equivalent to commutativity.

(2)

(3)

(4)

The Sylow -subgroup of  is a dihedral group of order , so is non-abelian.

(5)

(6)

Every group of order , for odd primes , is regular because they all have nilpotency class at most two.

(7)

For , there are irregular groups of order .

(8)

However, for , the groups of order  are all regular.

(9)

Direct products of regular -groups are regular.

(10)

(11)

Compatibility

• 

The GroupTheory[IsRegularPGroup] command was introduced in Maple 2021.

• 

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

See Also

GroupTheory[AllSmallGroups]

GroupTheory[DihedralGroup]

GroupTheory[IsPGroup]

GroupTheory[IsRegular]

GroupTheory[NumGroups]

GroupTheory[SearchSmallGroups]

GroupTheory[SmallGroup]

GroupTheory[SpecialLinearGroup]

GroupTheory[SylowSubgroup]

GroupTheory[SymmetricGroup]

 


Download Help Document