Generalized quaternion group:Q16: Difference between revisions

From Groupprops
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 Q16, sometimes termed the generalized quaternion group of order 16, is a generalized quaternion group. It can be described by the following presentation:

G:=a,b,ca4=b2=c2=abc.

Note that c=ab=ba1 from these relations, and bab1=a1. This in turn forces that b2=b(b2)b1=ba4b1=a4=b2, forcing b2=a4=c2=abc to have order two. We shall denote this element of order two, which is clearly central, as z.

We can thus use an alternative presentation that requires only two generators:

G:=a,ba4=b2=abab

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

Function Value Similar groups Explanation for function value
underlying prime of p-group 2
order (number of elements, equivalently, cardinality or size of underlying set) 16 groups with same order
prime-base logarithm of order 4 groups with same prime-base logarithm of order
max-length of a group 4 max-length of a group equals prime-base logarithm of order for group of prime power order
chief length 4 chief length equals prime-base logarithm of order for group of prime power order
composition length 4 composition length equals prime-base logarithm of order for group of prime power order
exponent of a group 8 groups with same order and exponent of a group | groups with same exponent of a group cyclic subgroup of order 8.
prime-base logarithm of exponent 3 groups with same order and prime-base logarithm of exponent | groups with same prime-base logarithm of order and prime-base logarithm of exponent | groups with same prime-base logarithm of exponent
nilpotency class 3 groups with same order and nilpotency class | groups with same prime-base logarithm of order and nilpotency class | groups with same nilpotency class
derived length 2 groups with same order and derived length | groups with same prime-base logarithm of order and derived length | groups with same derived length the derived subgroup is contained in the cyclic subgroup and is hence abelian
Frattini length 3 groups with same order and Frattini length | groups with same prime-base logarithm of order and Frattini length | groups with same Frattini length
minimum size of generating set 2 groups with same order and minimum size of generating set | groups with same prime-base logarithm of order and minimum size of generating set | groups with same minimum size of generating set
subgroup rank of a group 2 groups with same order and subgroup rank of a group | groups with same prime-base logarithm of order and subgroup rank of a group | groups with same subgroup rank of a group
rank of a p-group 1 groups with same order and rank of a p-group | groups with same prime-base logarithm of order and rank of a p-group | groups with same rank of a p-group all abelian subgroups are cyclic.
normal rank of a p-group 1 groups with same order and normal rank of a p-group | groups with same prime-base logarithm of order and normal rank of a p-group | groups with same normal rank of a p-group all abelian normal subgroups are cyclic.
characteristic rank of a p-group 1 groups with same order and characteristic rank of a p-group | groups with same prime-base logarithm of order and characteristic rank of a p-group | groups with same characteristic rank of a p-group All abelian characteristic subgroups are cyclic.

Subgroups

Further information: Subgroup structure of generalized quaternion group:Q16

  1. The trivial subgroup. Isomorphic to trivial group. (1)
  2. The center, which is a subgroup of order two, generated by z=a4=b2=c2. Isomorphic to cyclic group:Z2. (1)
  3. The cyclic subgroup of order four generated by a2. Isomorphic to cyclic group:Z4. (1)
  4. The four cyclic subgroups of order four, namely: b, ab, a2b and a3b. These come in two conjugacy classes of 2-subnormal subgroups, one conjugacy class comprising ab and a3b and the other comprising b and a2b. Isomorphic to cyclic group:Z4. (4)
  5. The cyclic subgroup of order eight, generated by a. This is characteristic; in fact, it equals the centralizer of commutator subgroup. Isomorphic to cyclic group:Z8. (1)
  6. Two quaternion groups of order eight, namely a2,b and a2,ab. Isomorphic to quaternion group. (2)
  7. 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 G:

gap> G := SmallGroup(16,9);

Conversely, to check whether a given group G 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.