GroupTheory
IsRegularPGroup
determine whether a group is regular a p-group, for some prime p
Calling Sequence
Parameters
Description
Examples
Compatibility
IsRegularPGroup( G )
G
-
: PermutationGroup : a -group for some prime .
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.
The Sylow -subgroup of is a dihedral group of order , so is non-abelian.
Every group of order , for odd primes , is regular because they all have nilpotency class at most two.
For , there are irregular groups of order .
However, for , the groups of order are all regular.
Direct products of regular -groups are regular.
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