Written Homework # 1 Solution
Written Homework # 1 Solution
Fall 2006
Radford
Remark: Most of the proofs on this problem set are just a few steps from
definitions and were intended to be a good warm up for the course. Sometimes the significance of a problem is far more interesting than its solution.
1. (20 total) Let G be a group.
a) Suppose that H, K are subgroups of G. Show that HK is a subgroup
of G if and only if H K or K H.
Solution: If. Suppose H K or K H. Then HK = K or
HK = H. In either case HK G as H, K G.
Only if. Suppose that HK G. To show that H K or K H we
need only show H 6 K implies K H.
Suppose H 6 K. Then there is an h H such that h 6 K. Let
k K. Then h, k HK which means hk HK since HK G.
If hk K then h = he = h(kk 1 ) = (hk)k 1 K, a contradiction.
Therefore hk H which means k = ek = (h1 h)k = h1 (hk) H. We
have shown K H.
Remark: Most proved the interesting implication of part a) by contradiction. The argument starts this way. Suppose that H 6 K and
K 6 H. Then there is an h H with h 6 K and a k K with k 6 H.
Since h, k HK G the product hk HK. ..... (contradiction in
short order).
Here are some elementary comments on the structure of compound
statements which apply to this problem in particular. P if and only if
1
and
(g, g 0 )[(h, h0 )(`, `0 )] = (g, g 0 )(h`, h0 `0 ) = (g(h`), g 0 (h0 `0 ))
show that the operation in GG0 is associative.
The calculations
(g, g 0 )(e, e0 ) = (ge, g 0 e0 ) = (g, g 0 ) and (e, e0 )(g, g 0 ) = (eg, e0 g 0 ) = (g, g 0 )
establish that (e, e0 ) is an identity element for GG0 . For (g, g 0 )
GG0 the computations
(g, g 0 )(g 1 , g 01 ) = (gg 1 , g 0 g 01 ) = (e, e0 )
and
(g 1 , g 01 )(g, g 0 ) = (g 1 g, g 01 g 0 ) = (e, e0 )
show that (g, g 0 ) has an inverse.
Remark: The proof of part a) needs to be done to be certain of the
details of the direct product construction. It is straightforward and not
terribly interesting.
b) Suppose that f : G G0 is a group isomorphism. Show that |g| =
|f (g)| for all g G.
Solution: Let n Z. Since f is an injective homomorphism, g n = e
if and only if f (g n ) = f (e) if and only if f (g)n = e0 . This is enough.
(Note that bijective is not used, just injective.)
Now let G = Z2 = {0, 1} and V = GG.
c) Set e = (0, 0), a = (1, 0), b = (0, 1), and c = (1, 1). Write down the
table for the group structure of V .
Solution:
e a
e e a
a a e
b b c
c c b
3
b c
b c
c b
e a
a e
(a) G G,
(b) G G0 implies G0 G,
(c) G G0 and G0 G00 implies G G00 .
Solution: (a) Let G be a group and take f = 1G which is an isomorphism by part a). (b) Suppose G G0 and let f : G G0 be an isomorphism. Then f 1 : G0 G is an isomorphism by part b). Therefore G0 G. (c) Suppose that G G0 and G0 G00 . Let f : G G0
and f 0 : G0 G00 be isomorphisms. Then f 0 f : G G00 is an
isomorphism by c). Therefore G G00 .
Remark: Any set of groups can be partitioned by isomorphism classes.
5. (20 total) Let G be a group and Aut (G) be the group of all automorphisms of G under function composition; see Exercise 4.d).
a) For g G let g : G G be the function defined by g (x) = gxg 1
for all x G. Show that g Aut (G).
Solution: Let g, h G. Then
(g h )(x) =
=
=
=
=
g (h (x))
g(hxh1 )g 1
ghxh1 g 1
(gh)x(gh)1
gh (x)
(1)
(2)