GroupTheory
PCore
construct the p-core of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
PCore( p, G )
p
-
prime number
G
a permutation group
The p-core of a group G is the largest normal p-subgroup of G, where p is a prime integer. It is equal to the intersection of the Sylow p-subgroups of G, which is, in turn, equal to the core of any one Sylow p-subgroup.
The PCore( p, G ) command constructs the p-core of a group G. The group G must be an instance of a permutation group.
with⁡GroupTheory:
G≔DihedralGroup⁡14
G≔D14
C≔PCore⁡2,G
C≔1,82,93,104,115,126,137,14
GroupOrder⁡C
2
GroupOrder⁡SylowSubgroup⁡2,G
4
C≔PCore⁡7,G
C≔1,3,5,7,9,11,132,4,6,8,10,12,14
7
The GroupTheory[PCore] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[Core]
GroupTheory[FittingSubgroup]
GroupTheory[PermutationGroup]
GroupTheory[SylowSubgroup]
Download Help Document