[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Normal Structure and Characteristic Subgroups

Normal Structure and Characteristic Subgroups

Subsections

Characteristic Subgroups and Subgroup Series

Agemo(G, i) : GrpAb, RngIntElt -> GrpAb
Given a finite p-group G, return the characteristic subgroup of G generated by the elements x^(p^i), x in G, where i is a positive integer.
Centre(G) : GrpAb -> GrpAb
Center(G) : GrpAb -> GrpAb
The centre of the group G.
ChiefSeries(G) : GrpAb -> [GrpAb]
A chief series for the group G. The series is returned as a sequence of subgroups of G.
DerivedLength(G) : GrpAb -> RngIntElt
The derived length of the group G.
DerivedSeries(G) : GrpAb -> [GrpAb]
The derived series of the group G. The series is returned as a sequence of subgroups.

DerivedSubgroup(G) : GrpAb -> GrpAb
DerivedGroup(G) : GrpAb -> GrpAb
The derived subgroup of the group G.
ElementaryAbelianSeries(G) : GrpAb -> [GrpAb]
An elementary abelian series is a chain of normal subgroups with the property that the quotient of each pair of successive terms in the series is elementary abelian. Thus, it refines the derived series. The elementary abelian series for the group G is returned as a sequence of subgroups.
FittingSubgroup(G) : GrpAb -> GrpAb
The Fitting subgroup of the group G.
FrattiniSubgroup(G) : GrpAb -> GrpAb
The Frattini subgroup of the group G.

Hypercentre(G) : GrpAb -> GrpAb
Hypercenter(G) : GrpAb -> GrpAb
The hypercentre of the group G, i.e. the stationary term in the upper central series for G.
NilpotencyClass(G) : GrpAb -> RngIntElt
The nilpotency class of the group G. If G is not nilpotent, then -1 is returned.
Omega(G, i) : GrpAb, RngIntElt -> GrpAb
Given a finite p-group G, return the characteristic subgroup of G generated by the elements of order dividing p^i, where i is a positive integer.
SubnormalSeries(G, H) : GrpAb, GrpAb -> [GrpAb]
Given a group G and a subgroup H of G, return a sequence of subgroups commencing with G and terminating with H, such that each subgroup is normal in the previous one. If H is not subnormal in G, the empty sequence is returned.
UpperCentralSeries(G) : GrpAb -> [GrpAb]
The upper central series of G. The series is returned as a sequence of subgroups.

Subgroup Structure

MaximalSubgroups(G) : GrpAb -> [GrpAb]
The maximal subgroups of the finite group G returned as a sequence.

[Next] [Prev] [Right] [Left] [Up] [Index] [Root]