Solution For Appendix B and 3.3
Solution For Appendix B and 3.3
Fall 2008
Dr. Seelinger
(a) Assume f and g are injective and let a, b ∈ B such that g ◦ f (a) = g ◦ f (b). Then
g(f (a)) = g(f (b)) ⇒ f (a) = f (b) since g is injective. But f (a) = f (b) ⇒ a = b since f is
injective. Therefore, g ◦ f is injective. Q.E.D.
(b) Assume f and g are surjective. Let d ∈ D. Then, since g is surjective, there exists a c ∈ C
such that g(c) = d. Also, since f is surjective, there exists a b ∈ B such that f (b) = c. Hence
g ◦ f (b) = g(f (b)) = g(c) = d, so g ◦ f is surjective. Q.E.D.
1
Section 3.3
Problem 17: Show that S = {0, 4, 8, 12, 16, 20, 24} is a subring of Z28 . Then prove that the
map f : Z7 → S given by f ([x]7 ) = [8x]28 is an isomorphism.
Note that we can characterize the set S as S = {[4q]28 : q ∈ Z}. By inspection we see that
[0]28 ∈ S. Also, for any a, b ∈ S we have a = [4q]28 and b = [4r]28 for some integers q, r ∈ Z. So
a + b = [4q] + [4r] = [4(q + r)] ∈ S, ab = [4q][4r] = [4(4qr)] ∈ S, and −a = [−4q] = [4(−q)] ∈ S.
By Theorem 3.2, S is a subring of Z28 .
Next, we show f is an isomorphism by showing Properties (H1) and (H2) hold and by showing
f is one-to-one and onto. Let m, n ∈ Z7 . Then
and
f (m)f (n) = [8m]28 [8n]28 = [64mn]28 = [8mn]28 = f (mn).
So f is a homomorphism. Finally, we note that f (0) = 0, f (1) = 8, f (2) = 16, f (3) = 24, f (4) =
32 = 4, f (5) = 40 = 12, f (6) = 48 = 20. We note that every element of S appears as f of
something and no element of the codomain is mentioned twice, so f is both one-to-one and onto.
Hence f is an isomorphism. Q.E.D.