M16
Definition
The group, sometimes denoted , is defined as follows:
.
Here, denotes the identity element.
Arithmetic functions
Want to compare and contrast arithmetic function values with other groups of the same order? Check out groups of order 32#Arithmetic functions
Group properties
| Property | Satisfied | Explanation | Comment |
|---|---|---|---|
| Abelian group | No | do not commute | |
| Nilpotent group | Yes | prime power order implies nilpotent | |
| Metacyclic group | Yes | ||
| Supersolvable group | Yes | ||
| Solvable group | Yes |
Elements
Further information: element structure of M16
1-isomorphism
The group is 1-isomorphic to the group direct product of Z8 and Z2. In other words, there is a bijection between the groups that restricts to an isomorphism on all cyclic subgroups on either side. The 1-isomorphism is explained by the cocycle halving generalization of Baer correspondence, where the intermediary is a class two Lie cring.
Subgroup structure
Further information: subgroup structure of M16
To describe subgroups, we use the defining presentation given at the beginning:
.
The subgroups are as follows:
- The trivial subgroup. Isomorphic to trivial group. (1)
- The two-element subgroup . This is the derived subgroup, and is also the socle. In particular, it is a characteristic subgroup. Isomorphic to cyclic group:Z2. (1)
- The two-element subgroups and . These are conjugate subgroups. Isomorphic to cyclic group:Z2. (2)
- The four-element subgroup . This is the center, and is also the Frattini subgroup. In particular, it is a characteristic subgroup. Isomorphic to cyclic group:Z4. (1)
- The four-element subgroup . This is a characteristic subgroup. Isomorphic to cyclic group:Z4. (1)
- The four-element subgroup . This is a characteristic subgroup. Isomorphic to Klein four-group. (1)
- The eight-element subgroups and . These are both normal subgroups and are automorphic subgroups -- an outer automorphism interchanges them. Isomorphic to cyclic group:Z8. (2)
- The eight-element subgroup . This is a characteristic subgroup. Isomorphic to direct product of Z4 and Z2. (1)
- The whole group. (1)
GAP implementation
Group ID
This finite group has order 16 and has ID 6 among the groups of order 16 in GAP's SmallGroup library. For context, there are groups of order 16. It can thus be defined using GAP's SmallGroup function as:
SmallGroup(16,6)
For instance, we can use the following assignment in GAP to create the group and name it :
gap> G := SmallGroup(16,6);
Conversely, to check whether a given group is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [16,6]
or just do:
IdGroup(G)
to have GAP output the group ID, that we can then compare to what we want.