Skip to main content

Appendix B Hints to Selected Exercises

1 Preliminaries
1.3 Exercises

1.3.2.

Hint.
(a) \(A \times B = \{ (a,1), (a,2), (a,3), (b,1), (b,2), (b,3), (c,1), (c,2), (c,3) \}\text{;}\) (d) \(A \times D = \emptyset\text{.}\)

1.3.6.

Hint.
If \(x \in A \cup (B \cap C)\text{,}\) then either \(x \in A\) or \(x \in B \cap C\text{.}\) Thus, \(x \in A \cup B\) and \(A \cup C\text{.}\) Hence, \(x \in (A \cup B) \cap (A \cup C)\text{.}\) Therefore, \(A \cup (B \cap C) \subset (A \cup B) \cap (A \cup C)\text{.}\) Conversely, if \(x \in (A \cup B) \cap (A \cup C)\text{,}\) then \(x \in A \cup B\) and \(A \cup C\text{.}\) Thus, \(x \in A\) or \(x\) is in both \(B\) and \(C\text{.}\) So \(x \in A \cup (B \cap C)\) and therefore \((A \cup B) \cap (A \cup C) \subset A \cup (B \cap C)\text{.}\) Hence, \(A \cup (B \cap C) = (A \cup B) \cap (A \cup C)\text{.}\)

1.3.10.

Hint.
\((A \cap B) \cup (A \setminus B) \cup (B \setminus A) = (A \cap B) \cup (A \cap B') \cup (B \cap A') = [A \cap (B \cup B')] \cup (B \cap A') = A \cup (B \cap A') = (A \cup B) \cap (A \cup A') = A \cup B\text{.}\)

1.3.14.

Hint.
\(A \setminus (B \cup C) = A \cap (B \cup C)' = (A \cap A) \cap (B' \cap C') = (A \cap B') \cap (A \cap C') = (A \setminus B) \cap (A \setminus C)\text{.}\)

1.3.17.

Hint.
(a) Not a map since \(f(2/3)\) is undefined; (b) this is a map; (c) not a map, since \(f(1/2) = 3/4\) but \(f(2/4)=3/8\text{;}\) (d) this is a map.

1.3.18.

Hint.
(a) \(f\) is one-to-one but not onto. \(f({\mathbb R} ) = \{ x \in {\mathbb R} : x \gt 0 \}\text{.}\) (c) \(f\) is neither one-to-one nor onto. \(f(\mathbb R) = \{ x : -1 \leq x \leq 1 \}\text{.}\)

1.3.22.

Hint.
(a) Let \(x, y \in A\text{.}\) Then \(g(f(x)) = (g \circ f)(x) = (g \circ f)(y) = g(f(y))\text{.}\) Thus, \(f(x) = f(y)\) and \(x = y\text{,}\) so \(g \circ f\) is one-to-one. (b) Let \(c \in C\text{,}\) then \(c = (g \circ f)(x) = g(f(x))\) for some \(x \in A\text{.}\) Since \(f(x) \in B\text{,}\) \(g\) is onto.

1.3.24.

Hint.
(a) Let \(y \in f(A_1 \cup A_2)\text{.}\) Then there exists an \(x \in A_1 \cup A_2\) such that \(f(x) = y\text{.}\) Hence, \(y \in f(A_1)\) or \(f(A_2) \text{.}\) Therefore, \(y \in f(A_1) \cup f(A_2)\text{.}\) Consequently, \(f(A_1 \cup A_2) \subset f(A_1) \cup f(A_2)\text{.}\) Conversely, if \(y \in f(A_1) \cup f(A_2)\text{,}\) then \(y \in f(A_1)\) or \(f(A_2)\text{.}\) Hence, there exists an \(x\) in \(A_1\) or \(A_2\) such that \(f(x) = y\text{.}\) Thus, there exists an \(x \in A_1 \cup A_2\) such that \(f(x) = y\text{.}\) Therefore, \(f(A_1) \cup f(A_2) \subset f(A_1 \cup A_2)\text{,}\) and \(f(A_1 \cup A_2) = f(A_1) \cup f(A_2)\text{.}\)

1.3.25.

Hint.
(a) The relation fails to be symmetric. (b) The relation is not reflexive, since \(0\) is not equivalent to itself. (c) The relation is not transitive.

1.3.28.

Hint.
Let \(X = {\mathbb N} \cup \{ \sqrt{2}\, \}\) and define \(x \sim y\) if \(x + y \in {\mathbb N}\text{.}\)

2 The Integers
2.3 Exercises

2.3.1.

Hint.
The base case, \(S(1): [1(1 + 1)(2(1) + 1)]/6 = 1 = 1^2\) is true. Assume that \(S(k): 1^2 + 2^2 + \cdots + k^2 = [k(k + 1)(2k + 1)]/6\) is true. Then
\begin{align*} 1^2 + 2^2 + \cdots + k^2 + (k + 1)^2 & = [k(k + 1)(2k + 1)]/6 + (k + 1)^2\\ & = [(k + 1)((k + 1) + 1)(2(k + 1) + 1)]/6, \end{align*}
and so \(S(k + 1)\) is true. Thus, \(S(n)\) is true for all positive integers \(n\text{.}\)

2.3.3.

Hint.
The base case, \(S(4): 4! = 24 \gt 16 =2^4\) is true. Assume \(S(k): k! \gt 2^k\) is true. Then \((k + 1)! = k! (k + 1) \gt 2^k \cdot 2 = 2^{k + 1}\text{,}\) so \(S(k + 1)\) is true. Thus, \(S(n)\) is true for all positive integers \(n\text{.}\)

2.3.11.

Hint.
The base case, \(S(0): (1 + x)^0 - 1 = 0 \geq 0 = 0 \cdot x\) is true. Assume \(S(k): (1 + x)^k -1 \geq kx\) is true. Then
\begin{align*} (1 + x)^{k + 1} - 1 & = (1 + x)(1 + x)^k -1\\ & = (1 + x)^k + x(1 + x)^k - 1\\ & \geq kx + x(1 + x)^k\\ & \geq kx + x\\ & = (k + 1)x, \end{align*}
so \(S(k + 1)\) is true. Therefore, \(S(n)\) is true for all positive integers \(n\text{.}\)

2.3.17. Fibonacci Numbers.

Hint.
For (a) and (b) use mathematical induction. (c) Show that \(f_1 = 1\text{,}\) \(f_2 = 1\text{,}\) and \(f_{n + 2} = f_{n + 1} + f_n\text{.}\) (d) Use part (c). (e) Use part (b) and ExerciseΒ 2.3.16.

2.3.26.

Hint.
Since \(\gcd(a,b) = 1\text{,}\) there exist integers \(r\) and \(s\) such that \(ar + bs = 1\text{.}\) Thus, \(acr + bcs = c\text{.}\)

2.3.28.

Hint.
For (a), use ExerciseΒ 2.3.26. For (b), use the previous part with the pair of integers \(a/d\) and \(b/d\text{.}\) For (c), use part (b).

2.3.31.

Hint.
Every prime must be of the form \(2\text{,}\) \(3\text{,}\) \(6n + 1\text{,}\) or \(6n + 5\text{.}\) Suppose there are only finitely many primes of the form \(6k + 5\text{.}\)

3 Modular Arithmetic
3.4 Exercises

3.4.1.

Hint.
(a) \(3 + 7 \mathbb Z = \{ \ldots, -4, 3, 10, \ldots \}\text{;}\) (c) \(18 + 26 \mathbb Z\text{;}\) (e) \(5 + 6 \mathbb Z\text{.}\)

4 Rings
4.5 Exercises

4.5.2.

Hint.
(a) \(\{1, 3, 7, 9 \}\text{;}\) (c) \(\{ 1, 2, 3, 4, 5, 6 \}\text{;}\) (e)
\begin{equation*} \left\{ \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}, \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}, \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}, \begin{pmatrix} 0 & 1 \\ 1 & 1 \end{pmatrix}, \right\}. \end{equation*}

4.5.21.

Hint.
Assume there is an isomorphism \(\phi: {\mathbb C} \rightarrow {\mathbb R}\) with \(\phi(i) = a\text{.}\)

4.5.23.

Hint.
False. Assume there is an isomorphism \(\phi: {\mathbb Q}(\sqrt{2}\, ) \rightarrow {\mathbb Q}(\sqrt{3}\, )\) such that \(\phi(\sqrt{2}\, ) = a\text{.}\)

4.5.25.

Hint.
Let \(a/b, c/d \in {\mathbb Z}_{(p)}\text{.}\) Then \(a/b + c/d = (ad + bc)/bd\) and \((a/b) \cdot (c/d) = (ac)/(bd)\) are both in \({\mathbb Z}_{(p)}\text{,}\) since \(\gcd(bd,p) = 1\text{.}\)

4.5.30.

Hint.
Suppose that \(x^2 = x\) and \(x \neq 0\text{.}\) Since \(R\) is an integral domain, \(x = 1\text{.}\) To find a nontrivial idempotent, look in \({\mathbb M}_2({\mathbb R})\text{.}\)

5 Polynomials
5.5 Exercises

5.5.3.

Hint.
(a) \(5 x^3 + 6 x^2 - 3 x + 4 = (5 x^2 + 2x + 1)(x -2) + 6\text{;}\) (c) \(4x^5 - x^3 + x^2 + 4 = (4x^2 + 4)(x^3 + 3) + 4x^2 + 2\text{.}\)

5.5.25.

Hint.
Let \(\phi : R \rightarrow S\) be an isomorphism. Define \(\overline{\phi} : R[x] \rightarrow S[x]\) by \(\overline{\phi}(a_0 + a_1 x + \cdots + a_n x^n) = \phi(a_0) + \phi(a_1) x + \cdots + \phi(a_n) x^n\text{.}\)

5.5.33. Cyclotomic Polynomials.

Hint.
The polynomial
\begin{equation*} \Phi_n(x) = \frac{x^n - 1}{x - 1} = x^{n - 1} + x^{n - 2} + \cdots + x + 1 \end{equation*}
is called the cyclotomic polynomial. Show that \(\Phi_p(x)\) is irreducible over \({\mathbb Q}\) for any prime \(p\text{.}\)

6 Factorization in Integral Domains
6.5 Exercises

6.5.1.

Hint.
Note that \(z^{-1} = 1/(a + b\sqrt{3}\, i) = (a -b \sqrt{3}\, i)/(a^2 + 3b^2)\) is in \({\mathbb Z}[\sqrt{3}\, i]\) if and only if \(a^2 + 3 b^2 = 1\text{.}\) The only integer solutions to the equation are \(a = \pm 1, b = 0\text{.}\)

6.5.2.

Hint.
(a) \(5 = -i(1 + 2i)(2 + i)\text{;}\) (c) \(6 + 8i = -i(1 + i)^2(2 + i)^2\text{.}\)

6.5.4.

Hint.
Let \(z = a + bi\) and \(w = c + di \neq 0\) be in \({\mathbb Z}[i]\text{.}\) Prove that \(z/w \in {\mathbb Q}(i)\text{.}\)

6.5.11.

Hint.
Let \(a = ub\) with \(u\) a unit. Then \(\nu(b) \leq \nu(ub) \leq \nu(a)\text{.}\) Similarly, \(\nu(a) \leq \nu(b)\text{.}\)

6.5.12.

Hint.
Prove that if \(b\) is not a unit, then \(\nu(ab) > \nu(a)\) and then use induction on the valuation.

7 Ideals
7.4 Exercises

7.4.1.

Hint.
(a) \(\{0 \}\text{,}\) \(\{0, 9 \}\text{,}\) \(\{0, 6, 12 \}\text{,}\) \(\{0, 3, 6, 9, 12, 15 \}\text{,}\) \(\{0, 2, 4, 6, 8, 10, 12, 14, 16 \}\text{;}\) (c) there are no nontrivial ideals.

7.4.9.

Hint.
Let \(a \in R\) with \(a \neq 0\text{.}\) Then the principal ideal generated by \(a\) is \(R\text{.}\) Thus, there exists a \(b \in R\) such that \(ab =1\text{.}\)

8 Groups
8.4 Exercises

8.4.6.

Hint.
\begin{equation*} \begin{array}{c|cccc} \cdot & 1 & 5 & 7 & 11 \\ \hline 1 & 1 & 5 & 7 & 11 \\ 5 & 5 & 1 & 11 & 7 \\ 7 & 7 & 11 & 1 & 5 \\ 11 & 11 & 7 & 5 & 1 \end{array} \end{equation*}

8.4.19.

Hint.
Let
\begin{equation*} \sigma = \begin{pmatrix} 1 & 2 & \cdots & n \\ a_1 & a_2 & \cdots & a_n \end{pmatrix} \end{equation*}
be in \(S_n\text{.}\) All of the \(a_i\)s must be distinct. There are \(n\) ways to choose \(a_1\text{,}\) \(n-1\) ways to choose \(a_2\text{,}\) \(\ldots\text{,}\) 2 ways to choose \(a_{n - 1}\text{,}\) and only one way to choose \(a_n\text{.}\) Therefore, we can form \(\sigma\) in \(n(n - 1) \cdots 2 \cdot 1 = n!\) ways.

8.4.20.

Hint.
\begin{align*} (aba^{-1})^n & = (aba^{-1})(aba^{-1}) \cdots (aba^{-1})\\ & = ab(aa^{-1})b(aa^{-1})b \cdots b(aa^{-1})ba^{-1}\\ & = ab^na^{-1}. \end{align*}

8.4.26.

Hint.
Since \(abab = (ab)^2 = e = a^2 b^2 = aabb\text{,}\) we know that \(ba = ab\text{.}\)

8.4.30.

Hint.
\(H_1 = \{ \identity \}\text{,}\) \(H_2 = \{ \identity, \rho_1, \rho_2 \}\text{,}\) \(H_3 = \{ \identity, \mu_1 \}\text{,}\) \(H_4 = \{ \identity, \mu_2 \}\text{,}\) \(H_5 = \{ \identity, \mu_3 \}\text{,}\) \(S_3\text{.}\)

8.4.36.

Hint.
The identity of \(G\) is \(1 = 1 + 0 \sqrt{2}\text{.}\) Since \((a + b \sqrt{2}\, )(c + d \sqrt{2}\, ) = (ac + 2bd) + (ad + bc)\sqrt{2}\text{,}\) \(G\) is closed under multiplication. Finally, \((a + b \sqrt{2}\, )^{-1} = a/(a^2 - 2b^2) - b\sqrt{2}/(a^2 - 2 b^2)\text{.}\)

9 Cyclic Groups
9.4 Exercises

9.4.3.

Hint.
(a) \(7 {\mathbb Z} = \{ \ldots, -7, 0, 7, 14, \ldots \}\text{;}\) (b) \(\{ 0, 3, 6, 9, 12, 15, 18, 21 \}\text{;}\) (c) \(\{ 0 \}\text{,}\) \(\{ 0, 6 \}\text{,}\) \(\{ 0, 4, 8 \}\text{,}\) \(\{ 0, 3, 6, 9 \}\text{,}\) \(\{ 0, 2, 4, 6, 8, 10 \}\text{;}\) (g) \(\{ 1, 3, 7, 9 \}\text{;}\) (j) \(\{ 1, -1, i, -i \}\text{.}\)

9.4.4.

Hint.
(a)
\begin{equation*} \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}, \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}, \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}. \end{equation*}
(c)
\begin{equation*} \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} 1 & -1 \\ 1 & 0 \end{pmatrix}, \begin{pmatrix} -1 & 1 \\ -1 & 0 \end{pmatrix}, \\ \begin{pmatrix} 0 & 1 \\ -1 & 1 \end{pmatrix}, \begin{pmatrix} 0 & -1 \\ 1 & -1 \end{pmatrix}, \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}. \end{equation*}

9.4.19.

Hint.
(a) \(\sqrt{2} \cis( 7 \pi /4)\text{;}\) (c) \(2 \sqrt{2} \cis( \pi /4)\text{;}\) (e) \(3 \cis(3 \pi/2)\text{.}\)

9.4.33.

Hint.
The identity element in any group has finite order. Let \(g, h \in G\) have orders \(m\) and \(n\text{,}\) respectively. Since \((g^{-1})^m = e\) and \((gh)^{mn} = e\text{,}\) the elements of finite order in \(G\) form a subgroup of \(G\text{.}\)

10 Permutation Groups
10.3 Exercises

10.3.2.

Hint.
(a) \((135)(24)\text{;}\) (c) \((14)(23)\text{;}\) (e) \((1324)\text{;}\) (g) \((134)(25)\text{;}\) (n) \((17352)\text{.}\)

10.3.11.

Hint.
Permutations of the form
\begin{equation*} (1), (a_1, a_2)(a_3, a_4), (a_1, a_2, a_3), (a_1, a_2, a_3, a_4, a_5) \end{equation*}
are possible for \(A_5\text{.}\)

10.3.31.

Hint.
For (a), show that \(\sigma \tau \sigma^{-1 }(\sigma(a_i)) = \sigma(a_{i + 1})\text{.}\)

11 Cosets and Lagrange’s Theorem
11.4 Exercises

11.4.5.

Hint.
(a) \(\langle 8 \rangle\text{,}\) \(1 + \langle 8 \rangle\text{,}\) \(2 + \langle 8 \rangle\text{,}\) \(3 + \langle 8 \rangle\text{,}\) \(4 + \langle 8 \rangle\text{,}\) \(5 + \langle 8 \rangle\text{,}\) \(6 + \langle 8 \rangle\text{,}\) and \(7 + \langle 8 \rangle\text{;}\) (c) \(3 {\mathbb Z}\text{,}\) \(1 + 3 {\mathbb Z}\text{,}\) and \(2 + 3 {\mathbb Z}\text{.}\)

12 Introduction to Cryptography
12.3 Exercises

12.3.14.

Hint.
If \(E\) is defined by \(y^2 = x^3 + ax + b\text{,}\) how many zeros does the polynomial\(x^3 + ax + b\) have?

13 Group Actions
13.4 Exercises

13.4.1.

Hint.
ExampleΒ 13.1: \(0\text{,}\) \({\mathbb R}^2 \setminus \{ 0 \}\text{.}\) ExampleΒ 13.2: \(X = \{ 1, 2, 3, 4 \}\text{.}\)

13.4.2.

Hint.
(a) \(X_{(1)} = \{1, 2, 3 \}\text{,}\) \(X_{(12)} = \{3 \}\text{,}\) \(X_{(13)} = \{ 2 \}\text{,}\) \(X_{(23)} = \{1 \}\text{,}\) \(X_{(123)} = X_{(132)} = \emptyset\text{.}\) \(G_1 = \{ (1), (23) \}\text{,}\) \(G_2 = \{(1), (13) \}\text{,}\) \(G_3 = \{ (1), (12)\}\text{.}\)

13.4.6.

Hint.
The conjugacy classes for \(S_4\) are
\begin{gather*} {\mathcal O}_{(1)} = \{ (1) \},\\ {\mathcal O}_{(12)} = \{ (12), (13), (14), (23), (24), (34) \},\\ {\mathcal O}_{(12)(34)} = \{ (12)(34), (13)(24), (14)(23) \},\\ {\mathcal O}_{(123)} = \{ (123), (132), (124), (142), (134), (143), (234), (243) \},\\ {\mathcal O}_{(1234)} = \{ (1234), (1243), (1324), (1342), (1423), (1432) \}. \end{gather*}
The class equation is \(1 + 3 + 6 + 6 + 8 = 24\text{.}\)

13.4.11.

Hint.
The group of rigid motions of the cube can be described by the allowable permutations of the six faces and is isomorphic to \(S_4\text{.}\) There are the identity cycle, 6 permutations with the structure \((abcd)\) that correspond to the quarter turns, 3 permutations with the structure \((ab)(cd)\) that correspond to the half turns, 6 permutations with the structure \((ab)(cd)(ef)\) that correspond to rotating the cube about the centers of opposite edges, and 8 permutations with the structure \((abc)(def)\) that correspond to rotating the cube about opposite vertices.

13.4.15.

Hint.
\((1 \cdot 2^6 + 3 \cdot 2^4 + 4 \cdot 2^3 + 2 \cdot 2^2 + 2 \cdot 2^1)/12 = 13\text{.}\)

13.4.22.

Hint.
Use the fact that \(x \in g C(a) g^{-1}\) if and only if \(g^{-1}x g \in C(a)\text{.}\)