Mathieu group:M11: Difference between revisions
No edit summary |
|||
| Line 35: | Line 35: | ||
|- | |- | ||
| [[satisfies property::simple group]] || Yes || | | [[satisfies property::simple group]] || Yes || | ||
|- | |||
| [[dissatisfies property::minimal simple group]] || No || | |||
|} | |} | ||
==GAP implementation== | ==GAP implementation== | ||
Revision as of 20:01, 14 May 2011
This article is about a particular group, i.e., a group unique upto isomorphism. View specific information (such as linear representation theory, subgroup structure) about this group
View a complete list of particular groups (this is a very huge list!)[SHOW MORE]
Definition
This group, termed the Mathieu group of degree eleven and denoted is the subgroup of the symmetric group of degree eleven defined by the following generating set:
.
Note that since both the generating permutations are even permutations, is in fact a subgroup of the alternating group of degree eleven.
This is one of the five simple Mathieu groups, which form a subset of the sporadic simple groups. The parameters for the simple Mathieu groups are . There are also Mathieu groups for parameters , but these are not simple groups.
Arithmetic functions
| Function | Value | Similar groups | Explanation |
|---|---|---|---|
| order (number of elements, equivalently, cardinality or size of underlying set) | 7920 | groups with same order | |
| exponent of a group | 1320 | groups with same order and exponent of a group | groups with same exponent of a group | |
| Frattini length | 1 | groups with same order and Frattini length | groups with same Frattini length |
Group properties
| Property | Satisfied? | Explanation |
|---|---|---|
| abelian group | No | |
| nilpotent group | No | |
| solvable group | No | |
| simple group | Yes | |
| minimal simple group | No |
GAP implementation
Definition using the Mathieu group function
The Mathieu group has order . Unfortunately, GAP does not assign group IDs for groups of such large orders. However, this group can be defined using the MathieuGroup function, as:
MathieuGroup(11)