GroupTheory
MathieuGroup
Calling Sequence
Parameters
Description
Examples
Compatibility
MathieuGroup( n, formopt )
n
-
an integer in { 9, 10, 11, 12, 21, 22, 23, 24 }
formopt
(optional) equation of the form form = F, where F is either "permgroup" (the default) or "fpgroup"
The Mathieu groups Mn, for n in 9,10,11,12,21,22,23,24 are a family of transitive permutation groups studied by Émile Mathieu in the late nineteenth century. The simple groups in the family are examples of highly transitive groups. The Mathieu group Mn is simple for n in 11,12,21,22,23,24.
Note that while the Mathieu group M21 of order 20160 is simple, it is not sporadic, being isomorphic to the group PSL3,4 .
The MathieuGroup( n ) command returns a permutation group isomorphic to the Mathieu group of degree n, where the degree n must be in { 9, 10, 11, 12, 21, 22, 23, 24 }. This is a sporadic finite simple group for n=11, 12, 22, 23, 24.
The Mathieu group M9 is, in fact a soluble group.
The form = F option controls the form of the group returned. By default, a permutation group is returned; this is equivalent to passing the option form = "permgroup". A finitely presented group can be obtained by passing the option form = "fpgroup".
In the Standard Worksheet interface, you can insert this group into a document or worksheet by using the Group Constructors palette.
with⁡GroupTheory:
MathieuGroup⁡11
M11
G≔MathieuGroup⁡23
G≔M23
type⁡G,PermutationGroup
true
GroupOrder⁡G
10200960
Transitivity⁡G
4
G≔MathieuGroup⁡12
G≔M12
Degree⁡G
12
5
G≔MathieuGroup⁡9:
IsSoluble⁡G
DerivedSeries⁡G
M9▹M9,M9▹M9,M9,M9,M9▹
Display⁡CharacterTable⁡MathieuGroup⁡10
C
1a
2a
3a
4a
4b
5a
8a
8b
|C|
1
45
80
90
180
144
χ__1
χ__2
−1
χ__3
9
0
χ__4
χ__5
10
−2
−I⁢2
I⁢2
χ__6
χ__7
2
χ__8
16
G≔MathieuGroup⁡11,form=fpgroup
G≔⁢a,b⁢∣⁢a2,b4,a⁢b2⁢a⁢b2⁢a⁢b2⁢a⁢b2⁢a⁢b2⁢a⁢b2,a⁢b⁢a⁢b⁢a⁢b-1⁢a⁢b⁢a⁢b2⁢a⁢b-1⁢a⁢b⁢a⁢b-1⁢a⁢b-1,a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢
The GroupTheory[MathieuGroup] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
The GroupTheory[MathieuGroup] command was updated in Maple 2020.
See Also
GroupTheory[CharacterTable]
GroupTheory[Degree]
GroupTheory[DerivedSeries]
GroupTheory[GroupOrder]
GroupTheory[IsSoluble]
GroupTheory[IsTransitive]
GroupTheory[Transitivity]
Download Help Document