Generalized quaternion group:Q16: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{particular group}} | {{particular group}} | ||
[[importance rank::3| ]] | |||
==Definition== | ==Definition== | ||
Revision as of 02:32, 5 December 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
The group , sometimes termed the generalized quaternion group of order , is a generalized quaternion group. It can be described by the following presentation:
.
Note that from these relations, and . This in turn forces that , forcing to have order two. We shall denote this element of order two, which is clearly central, as .
We can thus use an alternative presentation that requires only two generators:
Arithmetic functions
Want to compare and contrast arithmetic function values with other groups of the same order? Check out groups of order 16#Arithmetic functions
Subgroups
Further information: Subgroup structure of generalized quaternion group:Q16
- The trivial subgroup. Isomorphic to trivial group. (1)
- The center, which is a subgroup of order two, generated by . Isomorphic to cyclic group:Z2. (1)
- The cyclic subgroup of order four generated by . Isomorphic to cyclic group:Z4. (1)
- The four cyclic subgroups of order four, namely: , , and . These come in two conjugacy classes of 2-subnormal subgroups, one conjugacy class comprising and and the other comprising and . Isomorphic to cyclic group:Z4. (4)
- The cyclic subgroup of order eight, generated by . This is characteristic; in fact, it equals the centralizer of commutator subgroup. Isomorphic to cyclic group:Z8. (1)
- Two quaternion groups of order eight, namely and . Isomorphic to quaternion group. (2)
- The whole group. (1)
Subgroup-defining functions
Subgroup-defining functions
| Subgroup-defining function | Subgroup type in list | Page on subgroup embedding | Isomorphism class | Comment |
|---|---|---|---|---|
| Center | (2) | cyclic group:Z2 | ||
| Commutator subgroup | (3) | cyclic group:Z4 | ||
| Frattini subgroup | (3) | cyclic group:Z4 | ||
| Socle | (2) | cyclic group:Z2 | ||
| Join of abelian subgroups of maximum order | (5) | cyclic group:Z8 | ||
| Join of abelian subgroups of maximum rank | (7) | whole group | ||
| Join of elementary abelian subgroups of maximum order | (2) | cyclic group:Z2 |
GAP implementation
Group ID
This finite group has order 16 and has ID 9 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,9)
For instance, we can use the following assignment in GAP to create the group and name it :
gap> G := SmallGroup(16,9);
Conversely, to check whether a given group is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [16,9]
or just do:
IdGroup(G)
to have GAP output the group ID, that we can then compare to what we want.