GroupTheory
LowerPCentralSeries
construct the lower p-central series of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
LowerPCentralSeries( p, G )
p
-
a prime number
G
a permutation group
The lower p-central series of a group G, for a prime number p, is the descending normal series of G whose terms are the successive subgroups, defined as follows. Let G0=G and, for 0<k, define Gk=Gp·G,Gk−1. The sequence
G=G0▹G1▹…▹Gc
is called the lower p-central series of G. If the p-residual Gc is the trivial group, then G is a p-group. In this case, the number c is called the p- class of G.
The LowerPCentralSeries( G ) command constructs the lower p-central series of a group G.
The group G must be an instance of a permutation group.
The lower p-central series of G is represented by a series data structure which admits certain operations common to all series. See GroupTheory[Series].
with⁡GroupTheory:
G≔PermutationGroup⁡Perm⁡1,2,Perm⁡1,2,3,4,5
G≔1,2,1,2,34,5
LowerPCentralSeries⁡2,G
1,2,1,2,34,5▹1,3,2
LowerPCentralSeries⁡3,G
1,2,1,2,34,5
LowerPCentralSeries⁡2,QuaternionGroup⁡
Q▹1,32,45,86,7▹
LowerPCentralSeries⁡2,DihedralGroup⁡4
D4▹1,32,4▹
LowerPCentralSeries⁡2,DihedralGroup⁡5
D5▹1,4,2,5,3
The GroupTheory[LowerPCentralSeries] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[DihedralGroup]
GroupTheory[IsPGroup]
GroupTheory[LowerCentralSeries]
GroupTheory[Series]
Download Help Document