GroupTheory
IsPerfectOrderClassesGroup
attempt to determine whether a group has perfect order classes
Calling Sequence
Parameters
Description
Examples
Compatibility
IsPerfectOrderClassesGroup( G )
G
-
a finite group
A finite group is said to have perfect order classes (or subsets) if the length of each of its order classes is a divisor of the order of .
Apart from the trivial group, every group with perfect order classes has even order.
The IsPerfectOrderClassesGroup( G ) command attempts to determine whether the group G is a group with perfect order classes. It returns true if G has perfect order classes, and returns false otherwise.
These next two examples demonstrate that the groups with perfect order classes are closed under neither subgroups or quotients.
The GroupTheory[IsPerfectOrderClassesGroup] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[ElementOrder]
GroupTheory[GroupOrder]
GroupTheory[OrderClassProfile]
Download Help Document