Cyclic Groups and Dihedral Groups
Cyclic Groups and Dihedral Groups
Cyclic Groups and Dihedral Groups
Cn = {I, R, R2 , . . . Rn 1
} ⇢ Sn
where I = id and
R = (123 . . . n)
n
A bit of thought shows that R = I. We won’t need to multiply permutations
explicitly, we just use this rule: Rj Rk = Rj+k and if j + k n, we “wrap
around” to Rj+k n . We will encounter other groups with a similar structure.
Proof. g j g k = g j+k = g k g j .
Let us give a second example. Let
Zn = {0, 1, 2 . . . n 1}
18
This is usually called modular addition. It is not completely obvious that this
is a group but we will show this later. Here is the table for n = 2
0 1
0 0 1
1 1 0
This is the simplest nonzero abelian group. A somewhat more complicated case
is n = 4
0 1 2 3
0 0 1 2 3
1 1 2 3 0
2 2 3 0 1
3 3 0 1 2
Zn with this addition rule is also cyclic with generator 1.
We can see that µ2 = {1, 1} is a cyclic group under multiplication. More
generally, the group of nth roots of unity.
⇢ ✓ ◆ ✓ ◆
2⇡ik 2⇡ik
µn = e2⇡ik/n = cos + i sin | k = 0, 1, . . . n 1
n n
19
We need to come back and check that Zn is actually a group. We make
use of a result usually called the “division algorithm”. Although it’s not an
algorithm in the technical sense, it is the basis of the algorithm for long division
that one learns in school.
Theorem 4.5. Let x be an integer and n positive integer, then there exists a
unique pair of integers q, r satisfying
x = qn + r, 0 r < n
Proof. Let
R = {x q 0 n |, q 0 2 Z and q 0 n x}
Observe that R ✓ N, so we can choose a smallest element r = x qn 2 R.
Suppose r n. Then x = qn + r = (q + 1)n + (r n) means that r n lies in
R. This is a contradiction, therefore r < n.
Suppose that x = q 0 n + r0 with r0 < n. Then r0 2 R so r0 r. Then
qn = q 0 n + (r0 r) implies that n(q q 0 ) = r0 r. So r0 r is divisible by n. On
the other hand 0 r0 r < n. But 0 is the only integer in this range divisible
by n is 0. Therefore r = r0 and qn = q 0 n which implies q = q 0 .
The dihedral group Dn is the full symmetry group of regular n-gon which
includes both rotations and flips. There are 2n elements in total consisting
20
of n rotations and n flips. Label the vertices consecutively by 1, 2, 3 . . .. Let
R = (123 . . . n) be the basic rotation. This generates a cyclic subgroup Cn ⇢ Dn .
The reflection around the line through the midpoint of 1n and opposite side or
vertex is
F = (1 n)(2 n 1)(3 n 2) . . .
One can calculate that
✓ ◆✓ ◆
1 2 ... n 1 2 ... n
FR =
n n 1 ... 1 2 3 ... 1
= (1 n 1)(2 n 2) . . .
Here’s the point. We will eventually see that the elements of Dn are given by
I, R, R2 . . . , F, F R, F R2 . So we say that these elements generate the group. (In
general, to say that a set elements generates a group, means that we have to take
products in every possible way such as F R2 F 3 .) We have three basic relations
among the generators
F 2 = I, Rn = I, F RF = R 1
(F R)2 = (F RF )R = R 1
R=I
4.8 Exercises
1. Determine all the generators of Z6 and Z8 . Is there an obvious pattern?
2. Let Z⇤7 = {1, 2, 3, 4, 5, 6} with an operation defined by x y = (x·y) mod 7.
Assume that it is associative, and check that Z⇤7 is a cyclic group.
3. Given a finite group G and g 2 G, prove that {e, g, g 2 , . . .} is a cyclic
subgroup. This called the subgroup generated by G. The order of this
group is called the order of g. Prove that the order is the smallest positive
integer n such that g n = e.
4. Given a function f : H ! G such that f (x ⇤ y) = f (x) ⇤ f (y), prove that
f takes the identity to the identity and is therefore a homomorphism.
21
5. Complete the proof of lemma 4.7.
6. Let us say that an infinite group is cyclic if it isomorphic to Z. Prove that
the set of even integers is cyclic.
7. Let G ✓ Z be nonzero subgroup. Let d 2 G be the smallest positive
element. Prove that if x 2 G, then x = qn for some integer q. Conclude
that G is cyclic.
8. Let F, R 2 Dn be as above.
(a) For any i > 0, show that F Ri F = R i , where R i
is the inverse of
Ri .
(b) Show that for any i, j > 0, (F Ri )(F Rj ) is a rotation.
(c) Show every element of Dn is either Ri or F Ri with i = 0, 1, . . . , n.
9. Assuming the previous exercise, show that f : Dn ! Z2 given by f (Ri ) =
0 and f (F Ri ) = 1 is a homomorphism.
Let ✓ ◆
2⇡ 1 0
R=R ,F =
n 0 1
Check that G is generated by these two elements, and that they satisfy
the same relations as the generators of the Dn . Use these facts to prove
that Dn is isomorphic to G.
22