GroupTheory
FrattiniSeries
construct the Frattini series of a group
FrattiniLength
return the Frattini length of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
FrattiniSeries( G )
FrattiniLength( G )
G
-
a permutation group
The Frattini series of a group G is the descending normal series of G whose terms are the successive Frattini subgroups, defined as follows. Let G0=G and, for 0<k, define Gk=Φ⁡Gk−1. The sequence
G=G0▹G1▹…▹Gr
of distinct terms is called the Frattini series of G. The number r is called the Frattini length of G.
The FrattiniSeries( G ) command constructs the Frattini series of a group G. The group G must be an instance of a permutation group. The Frattini series of G is represented by a series data structure which admits certain operations common to all series. See GroupTheory[Series].
Since the group G is required to be finite, the Frattini series always terminates in the trivial subgroup.
The FrattiniLength( G ) command returns the Frattini length of G; that is, the length of the Frattini series of G. This is the number of subgroup inclusions - so it is one less than the number of groups in the Frattini series.
with⁡GroupTheory:
G≔DihedralGroup⁡8:
fs≔FrattiniSeries⁡G
fs≔D8◃Φ⁡D8◃Φ⁡Φ⁡D8◃Φ⁡Φ⁡Φ⁡D8
type⁡fs,NormalSeries
true
FrattiniLength⁡G
3
:-numelems⁡fs
4
G≔ASL⁡2,3
G≔ASL2,3
fs≔ASL2,3◃Φ⁡ASL2,3
1
numelems⁡fs
2
G≔FrobeniusGroup⁡18,1
G≔2,93,64,85,7,1,2,4,3,5,7,6,8,9,1,3,62,5,84,7,9
fs≔2,93,64,85,7,1,2,4,3,5,7,6,8,9,1,3,62,5,84,7,9◃Φ⁡2,93,64,85,7,1,2,4,3,5,7,6,8,9,1,3,62,5,84,7,9◃Φ⁡Φ⁡2,93,64,85,7,1,2,4,3,5,7,6,8,9,1,3,62,5,84,7,9
The GroupTheory[FrattiniSeries] and GroupTheory[FrattiniLength] commands were introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[DihedralGroup]
GroupTheory[FrattiniSubgroup]
GroupTheory[FrobeniusGroup]
GroupTheory[LowerPCentralSeries]
GroupTheory[Series]
Download Help Document