Exercise1
Suppose that
Describe each of the following sets.
$A \cap B$
$B \cap C$
$A \cup B$
$A \cap (B \cup C)$
(a) $A \cap B = \{ 2 \}\text{;}$ (b) $B \cap C = \{ 5 \}\text{.}$
📚 The CoCalc Library - books, templates and other resources
Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.
ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand
Suppose that
Describe each of the following sets.
$A \cap B$
$B \cap C$
$A \cup B$
$A \cap (B \cup C)$
(a) $A \cap B = \{ 2 \}\text{;}$ (b) $B \cap C = \{ 5 \}\text{.}$
If $A = \{ a, b, c \}\text{,}$ $B = \{ 1, 2, 3 \}\text{,}$ $C = \{ x \}\text{,}$ and $D = \emptyset\text{,}$ list all of the elements in each of the following sets.
$A \times B$
$B \times A$
$A \times B \times C$
$A \times D$
(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{.}$
Prove $A \cup (B \cap C) = (A \cup B) \cap (A \cup C)\text{.}$
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{.}$
Prove $A \cup B = (A \cap B) \cup (A \setminus B) \cup (B \setminus A)\text{.}$
$(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{.}$
Prove $A \setminus (B \cup C) = (A \setminus B) \cap (A \setminus C)\text{.}$
$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{.}$
Which of the following relations $f: {\mathbb Q} \rightarrow {\mathbb Q}$ define a mapping? In each case, supply a reason why $f$ is or is not a mapping.
$\displaystyle f(p/q) = \frac{p+ 1}{p - 2}$
$\displaystyle f(p/q) = \frac{3p}{3q}$
$\displaystyle f(p/q) = \frac{p+q}{q^2}$
$\displaystyle f(p/q) = \frac{3 p^2}{7 q^2} - \frac{p}{q}$
(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.
Determine which of the following functions are one-to-one and which are onto. If the function is not onto, determine its range.
$f: {\mathbb R} \rightarrow {\mathbb R}$ defined by $f(x) = e^x$
$f: {\mathbb Z} \rightarrow {\mathbb Z}$ defined by $f(n) = n^2 + 3$
$f: {\mathbb R} \rightarrow {\mathbb R}$ defined by $f(x) = \sin x$
$f: {\mathbb Z} \rightarrow {\mathbb Z}$ defined by $f(x) = x^2$
(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{.}$
Define a function $f: {\mathbb N} \rightarrow {\mathbb N}$ that is one-to-one but not onto.
Define a function $f: {\mathbb N} \rightarrow {\mathbb N}$ that is onto but not one-to-one.
(a) $f(n) = n + 1\text{.}$
Let $f : A \rightarrow B$ and $g : B \rightarrow C$ be maps.
If $f$ and $g$ are both one-to-one functions, show that $g \circ f$ is one-to-one.
If $g \circ f$ is onto, show that $g$ is onto.
If $g \circ f$ is one-to-one, show that $f$ is one-to-one.
If $g \circ f$ is one-to-one and $f$ is onto, show that $g$ is one-to-one.
If $g \circ f$ is onto and $g$ is one-to-one, show that $f$ is onto.
(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.
Define a function on the real numbers by
What are the domain and range of $f\text{?}$ What is the inverse of $f\text{?}$ Compute $f \circ f^{-1}$ and $f^{-1} \circ f\text{.}$
$f^{-1}(x) = (x+1)/(x-1)\text{.}$
Let $f: X \rightarrow Y$ be a map with $A_1, A_2 \subset X$ and $B_1, B_2 \subset Y\text{.}$
Prove $f( A_1 \cup A_2 ) = f( A_1) \cup f( A_2 )\text{.}$
Prove $f( A_1 \cap A_2 ) \subset f( A_1) \cap f( A_2 )\text{.}$ Give an example in which equality fails.
Prove $f^{-1}( B_1 \cup B_2 ) = f^{-1}( B_1) \cup f^{-1}(B_2 )\text{,}$ where
Prove $f^{-1}( B_1 \cap B_2 ) = f^{-1}( B_1) \cap f^{-1}( B_2 )\text{.}$
Prove $f^{-1}( Y \setminus B_1 ) = X \setminus f^{-1}( B_1)\text{.}$
(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{.}$
Determine whether or not the following relations are equivalence relations on the given set. If the relation is an equivalence relation, describe the partition given by it. If the relation is not an equivalence relation, state why it fails to be one.
$x \sim y$ in ${\mathbb R}$ if $x \geq y$
$m \sim n$ in ${\mathbb Z}$ if $mn > 0$
$x \sim y$ in ${\mathbb R}$ if $|x - y| \leq 4$
$m \sim n$ in ${\mathbb Z}$ if $m \equiv n \pmod{6}$
(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.
Find the error in the following argument by providing a counterexample. “The reflexive property is redundant in the axioms for an equivalence relation. If $x \sim y\text{,}$ then $y \sim x$ by the symmetric property. Using the transitive property, we can deduce that $x \sim x\text{.}$”
Let $X = {\mathbb N} \cup \{ \sqrt{2}\, \}$ and define $x \sim y$ if $x + y \in {\mathbb N}\text{.}$
Prove that
for $n \in {\mathbb N}\text{.}$
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
and so $S(k + 1)$ is true. Thus, $S(n)$ is true for all positive integers $n\text{.}$
Prove that $n! \gt 2^n$ for $n \geq 4\text{.}$
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{.}$
Prove the Leibniz rule for $f^{(n)} (x)\text{,}$ where $f^{(n)}$ is the $n$th derivative of $f\text{;}$ that is, show that
If $x$ is a nonnegative real number, then show that $(1 + x)^n - 1 \geq nx$ for $n = 0, 1, 2, \ldots\text{.}$
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
so $S(k + 1)$ is true. Therefore, $S(n)$ is true for all positive integers $n\text{.}$
The Fibonacci numbers are
We can define them inductively by $f_1 = 1\text{,}$ $f_2 = 1\text{,}$ and $f_{n + 2} = f_{n + 1} + f_n$ for $n \in {\mathbb N}\text{.}$
Prove that $f_n \lt 2^n\text{.}$
Prove that $f_{n + 1} f_{n - 1} = f^2_n + (-1)^n\text{,}$ $n \geq 2\text{.}$
Prove that $f_n = [(1 + \sqrt{5}\, )^n - (1 - \sqrt{5}\, )^n]/ 2^n \sqrt{5}\text{.}$
Show that $\lim_{n \rightarrow \infty} f_n / f_{n + 1} = (\sqrt{5} - 1)/2\text{.}$
Prove that $f_n$ and $f_{n + 1}$ are relatively prime.
Let $x, y \in {\mathbb N}$ be relatively prime. If $xy$ is a perfect square, prove that $x$ and $y$ must both be perfect squares.
Use the Fundamental Theorem of Arithmetic.
Define the of two nonzero integers $a$ and $b\text{,}$ denoted by $\lcm(a,b)\text{,}$ to be the nonnegative integer $m$ such that both $a$ and $b$ divide $m\text{,}$ and if $a$ and $b$ divide any other integer $n\text{,}$ then $m$ also divides $n\text{.}$ Prove there exists a unique least common multiple for any two integers $a$ and $b\text{.}$
Use the Principle of Well-Ordering and the division algorithm.
Let $a, b, c \in {\mathbb Z}\text{.}$ Prove that if $\gcd(a,b) = 1$ and $a \mid bc\text{,}$ then $a \mid c\text{.}$
Since $\gcd(a,b) = 1\text{,}$ there exist integers $r$ and $s$ such that $ar + bs = 1\text{.}$ Thus, $acr + bcs = c\text{.}$
Prove that there are an infinite number of primes of the form $6n + 5\text{.}$
Every prime must be of the form 2, 3, $6n + 1\text{,}$ or $6n + 5\text{.}$ Suppose there are only finitely many primes of the form $6k + 5\text{.}$
Find all $x \in {\mathbb Z}$ satisfying each of the following equations.
$3x \equiv 2 \pmod{7}$
$5x + 1 \equiv 13 \pmod{23}$
$5x + 1 \equiv 13 \pmod{26}$
$9x \equiv 3 \pmod{5}$
$5x \equiv 1 \pmod{6}$
$3x \equiv 1 \pmod{6}$
(a) $3 + 7 \mathbb Z = \{ \ldots, -4, 3, 10, \ldots \}\text{;}$ (c) $18 + 26 \mathbb Z\text{;}$ (e) $5 + 6 \mathbb Z\text{.}$
Which of the following multiplication tables defined on the set $G = \{ a, b, c, d \}$ form a group? Support your answer in each case.
(a) Not a group; (c) a group.
Give a multiplication table for the group $U(12)\text{.}$
Give an example of two elements $A$ and $B$ in $GL_2({\mathbb R})$ with $AB \neq BA\text{.}$
Pick two matrices. Almost any pair will work.
Prove or disprove that every group containing six elements is abelian.
There is a nonabelian group containing six elements.
Give a specific example of some group $G$ and elements $g, h \in G$ where $(gh)^n \neq g^nh^n\text{.}$
Look at the symmetry group of an equilateral triangle or a square.
Give an example of three different groups with eight elements. Why are the groups different?
The are five different groups of order 8.
Show that there are $n!$ permutations of a set containing $n$ items.
Let
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.
Let $a$ and $b$ be elements in a group $G\text{.}$ Prove that $ab^na^{-1} = (aba^{-1})^n$ for $n \in \mathbb Z\text{.}$
Show that if $a^2 = e$ for all elements $a$ in a group $G\text{,}$ then $G$ must be abelian.
Since $abab = (ab)^2 = e = a^2 b^2 = aabb\text{,}$ we know that $ba = ab\text{.}$
Find all the subgroups of the symmetry group of an equilateral triangle.
$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{.}$
Prove that
is a subgroup of ${\mathbb R}^{\ast}$ under the group operation of multiplication.
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{.}$
Prove or disprove: If $H$ and $K$ are subgroups of a group $G\text{,}$ then $H \cup K$ is a subgroup of $G\text{.}$
Look at $S_3\text{.}$
Let $a$ and $b$ be elements of a group $G\text{.}$ If $a^4 b = ba$ and $a^3 = e\text{,}$ prove that $ab = ba\text{.}$
$b a = a^4 b = a^3 a b = ab$
Prove or disprove each of the following statements.
All of the generators of ${\mathbb Z}_{60}$ are prime.
$U(8)$ is cyclic.
${\mathbb Q}$ is cyclic.
If every proper subgroup of a group $G$ is cyclic, then $G$ is a cyclic group.
A group with a finite number of subgroups is finite.
(a) False; (c) false; (e) true.
Find the order of each of the following elements.
$5 \in {\mathbb Z}_{12}$
$\sqrt{3} \in {\mathbb R}$
$\sqrt{3} \in {\mathbb R}^\ast$
$-i \in {\mathbb C}^\ast$
72 in ${\mathbb Z}_{240}$
312 in ${\mathbb Z}_{471}$
(a) 12; (c) infinite; (e) 10.
List all of the elements in each of the following subgroups.
The subgroup of ${\mathbb Z}$ generated by 7
The subgroup of ${\mathbb Z}_{24}$ generated by 15
All subgroups of ${\mathbb Z}_{12}$
All subgroups of ${\mathbb Z}_{60}$
All subgroups of ${\mathbb Z}_{13}$
All subgroups of ${\mathbb Z}_{48}$
The subgroup generated by 3 in $U(20)$
The subgroup generated by 5 in $U(18)$
The subgroup of ${\mathbb R}^\ast$ generated by 7
The subgroup of ${\mathbb C}^\ast$ generated by $i$ where $i^2 = -1$
The subgroup of ${\mathbb C}^\ast$ generated by $2i$
The subgroup of ${\mathbb C}^\ast$ generated by $(1 + i) / \sqrt{2}$
The subgroup of ${\mathbb C}^\ast$ generated by $(1 + \sqrt{3}\, i) / 2$
(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{.}$
Find the subgroups of $GL_2( {\mathbb R })$ generated by each of the following matrices.
$\displaystyle \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}$
$\displaystyle \begin{pmatrix} 0 & 1/3 \\ 3 & 0 \end{pmatrix}$
$\displaystyle \begin{pmatrix} 1 & -1 \\ 1 & 0 \end{pmatrix}$
$\displaystyle \begin{pmatrix} 1 & -1 \\ 0 & 1 \end{pmatrix}$
$\displaystyle \begin{pmatrix} 1 & -1 \\ -1 & 0 \end{pmatrix}$
$\displaystyle \begin{pmatrix} \sqrt{3}/ 2 & 1/2 \\ -1/2 & \sqrt{3}/2 \end{pmatrix}$
(a)
(c)
Find all elements of finite order in each of the following groups. Here the “$\ast$” indicates the set with zero removed.
${\mathbb Z}$
${\mathbb Q}^\ast$
${\mathbb R}^\ast$
(a) $0\text{;}$ (b) $1, -1\text{.}$
If $a^{24} =e$ in a group $G\text{,}$ what are the possible orders of $a\text{?}$
1, 2, 3, 4, 6, 8, 12, 24.
Evaluate each of the following.
$(3-2i)+ (5i-6)$
$(4-5i)-\overline{(4i -4)}$
$(5-4i)(7+2i)$
$(9-i) \overline{(9-i)}$
$i^{45}$
$(1+i)+\overline{(1+i)}$
(a) $-3 + 3i\text{;}$ (c) $43- 18i\text{;}$ (e) $i$
Convert the following complex numbers to the form $a + bi\text{.}$
$2 \cis(\pi / 6 )$
$5 \cis(9\pi/4)$
$3 \cis(\pi)$
$\cis(7\pi/4) /2$
(a) $\sqrt{3} + i\text{;}$ (c) $-3\text{.}$
Change the following complex numbers to polar representation.
$1-i$
$-5$
$2+2i$
$\sqrt{3} + i$
$-3i$
$2i + 2 \sqrt{3}$
(a) $\sqrt{2} \cis( 7 \pi /4)\text{;}$ (c) $2 \sqrt{2} \cis( \pi /4)\text{;}$ (e) $3 \cis(3 \pi/2)\text{.}$
Calculate each of the following expressions.
$(1+i)^{-1}$
$(1 - i)^{6}$
$(\sqrt{3} + i)^{5}$
$(-i)^{10}$
$((1-i)/2)^{4}$
$(-\sqrt{2} - \sqrt{2}\, i)^{12}$
$(-2 + 2i)^{-5}$
(a) $(1 - i)/2\text{;}$ (c) $16(i - \sqrt{3}\, )\text{;}$ (e) $-1/4\text{.}$
Calculate each of the following.
$292^{3171} \pmod{ 582}$
$2557^{ 341} \pmod{ 5681}$
$2071^{ 9521} \pmod{ 4724}$
$971^{ 321} \pmod{ 765}$
(a) 292; (c) 1523.
If $g$ and $h$ have orders 15 and 16 respectively in a group $G\text{,}$ what is the order of $\langle g \rangle \cap \langle h \rangle \text{?}$
$|\langle g \rangle \cap \langle h \rangle| = 1\text{.}$
Let $G$ be an abelian group. Show that the elements of finite order in $G$ form a subgroup. This subgroup is called the of $G\text{.}$
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{.}$
Prove that if $G$ has no proper nontrivial subgroups, then $G$ is a cyclic group.
If $g$ is an element distinct from the identity in $G\text{,}$ $g$ must generate $G\text{;}$ otherwise, $\langle g \rangle$ is a nontrivial proper subgroup of $G\text{.}$
Write the following permutations in cycle notation.
(a) $(12453)\text{;}$ (c) $(13)(25)\text{.}$
Compute each of the following.
$(1345)(234)$
$(12)(1253)$
$(143)(23)(24)$
$(1423)(34)(56)(1324)$
$(1254)(13)(25)$
$(1254) (13)(25)^2$
$(1254)^{-1} (123)(45) (1254)$
$(1254)^2 (123)(45)$
$(123)(45) (1254)^{-2}$
$(1254)^{100}$
$|(1254)|$
$|(1254)^2|$
$(12)^{-1}$
$(12537)^{-1}$
$[(12)(34)(12)(47)]^{-1}$
$[(1235)(467)]^{-1}$
(a) $(135)(24)\text{;}$ (c) $(14)(23)\text{;}$ (e) $(1324)\text{;}$ (g) $(134)(25)\text{;}$ (n) $(17352)\text{.}$
Express the following permutations as products of transpositions and identify them as even or odd.
$(14356)$
$(156)(234)$
$(1426)(142)$
$(17254)(1423)(154632)$
$(142637)$
(a) $(16)(15)(13)(14)\text{;}$ (c) $(16)(14)(12)\text{.}$
Find $(a_1, a_2, \ldots, a_n)^{-1}\text{.}$
$(a_1, a_2, \ldots, a_n)^{-1} = (a_1, a_{n}, a_{n-1}, \ldots, a_2)$
List all of the subgroups of $S_4\text{.}$ Find each of the following sets.
$\{ \sigma \in S_4 : \sigma(1) = 3 \}$
$\{ \sigma \in S_4 : \sigma(2) = 2 \}$
$\{ \sigma \in S_4 : \sigma(1) = 3$ and $\sigma(2) = 2 \}$
Are any of these sets subgroups of $S_4\text{?}$
(a) $\{ (13), (13)(24), (132), (134), (1324), (1342) \}$ is not a subgroup.
Show that $A_{10}$ contains an element of order 15.
$(12345)(678)\text{.}$
What are the possible cycle structures of elements of $A_5\text{?}$ What about $A_6\text{?}$
Permutations of the form
are possible for $A_5\text{.}$
Prove that $S_n$ is nonabelian for $n \geq 3\text{.}$
Calculate $(123)(12)$ and $(12)(123)\text{.}$
Prove that in $A_n$ with $n \geq 3\text{,}$ any permutation is a product of cycles of length 3.
Consider the cases $(ab)(bc)$ and $(ab)(cd)\text{.}$
Let $\tau = (a_1, a_2, \ldots, a_k)$ be a cycle of length $k\text{.}$
Prove that if $\sigma$ is any permutation, then
is a cycle of length $k\text{.}$
Let $\mu$ be a cycle of length $k\text{.}$ Prove that there is a permutation $\sigma$ such that $\sigma \tau \sigma^{-1 } = \mu\text{.}$
For (a), show that $\sigma \tau \sigma^{-1 }(\sigma(a_i)) = \sigma(a_{i + 1})\text{.}$
Suppose that $G$ is a finite group with an element $g$ of order 5 and an element $h$ of order 7. Why must $|G| \geq 35\text{?}$
The order of $g$ and the order $h$ must both divide the order of $G\text{.}$
Suppose that $G$ is a finite group with 60 elements. What are the orders of possible subgroups of $G\text{?}$
The possible orders must divide 60.
Prove or disprove: Every subgroup of the integers has finite index.
This is true for every proper nontrivial subgroup.
Prove or disprove: Every subgroup of the integers has finite order.
False.
List the left and right cosets of the subgroups in each of the following.
$\langle 8 \rangle$ in ${\mathbb Z}_{24}$
$\langle 3 \rangle$ in $U(8)$
$3 {\mathbb Z}$ in ${\mathbb Z}$
$A_4$ in $S_4$
$A_n$ in $S_n$
$D_4$ in $S_4$
${\mathbb T}$ in ${\mathbb C}^\ast$
$H = \{ (1), (123), (132) \}$ in $S_4$
(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{.}$
Verify Euler's Theorem for $n = 15$ and $a = 4\text{.}$
$4^{\phi(15)} \equiv 4^8 \equiv 1 \pmod{15}\text{.}$
If $ghg^{-1} \in H$ for all $g \in G$ and $h \in H\text{,}$ show that right cosets are identical to left cosets. That is, show that $gH = Hg$ for all $g \in G\text{.}$
Let $g_1 \in gH\text{.}$ Show that $g_1 \in Hg$ and thus $gH \subset Hg\text{.}$
Let $H$ and $K$ be subgroups of a group $G\text{.}$ Prove that $gH \cap gK$ is a coset of $H \cap K$ in $G\text{.}$
Show that $g(H \cap K) = gH \cap gK\text{.}$
Let $n = p_1^{e_1} p_2^{e_2} \cdots p_k^{e_k}\text{,}$ where $p_1, p_2, \ldots, p_k$ are distinct primes. Prove that
Encode IXLOVEXMATH
using the cryptosystem in Example 1.
LAORYHAPDWK
Assuming that monoalphabetic code was used to encode the following secret message, what was the original message?
APHUO EGEHP PEXOV FKEUH CKVUE CHKVE APHUO EGEHU EXOVL EXDKT VGEFT EHFKE UHCKF TZEXO VEZDT TVKUE XOVKV ENOHK ZFTEH TEHKQ LEROF PVEHP PEXOV ERYKP GERYT GVKEG XDRTE RGAGA
What is the significance of this message in the history of cryptography?
Hint: V = E
, E = X
(also used for spaces and punctuation), K = R
.
What is the total number of possible monoalphabetic cryptosystems? How secure are such cryptosystems?
$26! - 1$
Encrypt each of the following RSA messages $x$ so that $x$ is divided into blocks of integers of length 2; that is, if $x = 142528\text{,}$ encode 14, 25, and 28 separately.
$n = 3551, E = 629, x = 31$
$n = 2257, E = 47, x = 23$
$n = 120979, E = 13251, x = 142371$
$n = 45629, E = 781, x = 231561$
(a) 2791; (c) 112135 25032 442.
Decrypt each of the following RSA messages $y\text{.}$
$n = 3551, D = 1997, y = 2791$
$n = 5893, D = 81, y = 34$
$n = 120979, D = 27331, y = 112135$
$n = 79403, D = 671, y = 129381$
(a) 31; (c) 14.
For each of the following encryption keys $(n, E)$ in the RSA cryptosystem, compute $D\text{.}$
$(n, E) = (451, 231)$
$(n, E) = (3053, 1921)$
$(n, E) = (37986733, 12371)$
$(n, E) = (16394854313, 34578451)$
(a) $n = 11 \cdot 41\text{;}$ (c) $n = 8779 \cdot 4327\text{.}$
Without doing any addition, explain why the following set of 4-tuples in ${\mathbb Z}_2^4$ cannot be a group code.
This cannot be a group code since $(0000) \notin C\text{.}$
Compute the Hamming distances between the following pairs of $n$-tuples.
$(011010), (011100)$
$(11110101), (01010100)$
$(00110), (01111)$
$(1001), (0111)$
(a) 2; (c) 2.
Compute the weights of the following $n$-tuples.
$(011010)$
$(11110101)$
$(01111)$
$(1011)$
(a) 3; (c) 4.
In each of the following codes, what is the minimum distance for the code? What is the best situation we might hope for in connection with error detection and error correction?
$(011010) \; (011100) \; (110111) \; (110000)$
$(011100) \; (011011) \; (111011) \; (100011)$ \; $(000000) \; (010101) \; (110100) \; (110011)$
$(000000) \; (011100) \; (110101) \; (110001)$
$(0110110) \; (0111100) \; (1110000) \; (1111111)$ \; $(1001001) \; (1000011) \; (0001111) \; (0000000)$
(a) $d_{\min} = 2\text{;}$ (c) $d_{\min} = 1\text{.}$
Compute the null space of each of the following matrices. What type of $(n,k)$-block codes are the null spaces? Can you find a matrix (not necessarily a standard generator matrix) that generates each code? Are your generator matrices unique?
$(00000), (00101), (10011), (10110)$
$(000000), (010111), (101101), (111010)$
Let $C$ be the code obtained from the null space of the matrix
Decode the message
if possible.
Multiple errors occur in one of the received words.
Which matrices are canonical parity-check matrices? For those matrices that are canonical parity-check matrices, what are the corresponding standard generator matrices? What are the error-detection and error-correction capabilities of the code generated by each of these matrices?
(a) A canonical parity-check matrix with standard generator matrix
(c) A canonical parity-check matrix with standard generator matrix
List all possible syndromes for the codes generated by each of the matrices in Exercise 8.5.11.
(a) All possible syndromes occur.
For each of the following matrices, find the cosets of the corresponding code $C\text{.}$ Give a decoding table for each code if possible.
(a) $C\text{,}$ $(10000) + C\text{,}$ $(01000) + C\text{,}$ $(00100) + C\text{,}$ $(00010) + C\text{,}$ $(11000) + C\text{,}$ $(01100) + C\text{,}$ $(01010) + C\text{.}$ A decoding table does not exist for $C$ since this is only a single error-detecting code.
Let $C$ be a linear code. Show that either every codeword has even weight or exactly half of the codewords have even weight.
Let ${\mathbf x} \in C$ have odd weight and define a map from the set of odd codewords to the set of even codewords by ${\mathbf y} \mapsto {\mathbf x} + {\mathbf y}\text{.}$ Show that this map is a bijection.
How many check positions are needed for a single error-correcting code with 20 information positions? With 32 information positions?
For 20 information positions, at least 6 check bits are needed to ensure an error-correcting code.
Prove that $\mathbb Z \cong n \mathbb Z$ for $n \neq 0\text{.}$
Prove that ${\mathbb C}^\ast$ is isomorphic to the subgroup of $GL_2( {\mathbb R} )$ consisting of matrices of the form
Define $\phi: {\mathbb C}^* \rightarrow GL_2( {\mathbb R})$ by
Prove or disprove: $U(8) \cong {\mathbb Z}_4\text{.}$
False.
Show that the $n$th roots of unity are isomorphic to ${\mathbb Z}_n\text{.}$
Define a map from ${\mathbb Z}_n$ into the $n$th roots of unity by $k \mapsto \cis(2k\pi / n)\text{.}$
Prove that ${\mathbb Q}$ is not isomorphic to ${\mathbb Z}\text{.}$
Assume that ${\mathbb Q}$ is cyclic and try to find a generator.
Find five non-isomorphic groups of order 8.
There are two nonabelian and three abelian groups that are not isomorphic.
Find the order of each of the following elements.
$(3, 4)$ in ${\mathbb Z}_4 \times {\mathbb Z}_6$
$(6, 15, 4)$ in ${\mathbb Z}_{30} \times {\mathbb Z}_{45} \times {\mathbb Z}_{24}$
$(5, 10, 15)$ in ${\mathbb Z}_{25} \times {\mathbb Z}_{25} \times {\mathbb Z}_{25}$
$(8, 8, 8)$ in ${\mathbb Z}_{10} \times {\mathbb Z}_{24} \times {\mathbb Z}_{80}$
(a) 12; (c) 5.
Prove that $S_3 \times {\mathbb Z}_2$ is isomorphic to $D_6\text{.}$ Can you make a conjecture about $D_{2n}\text{?}$ Prove your conjecture.
Draw the picture.
Prove or disprove: Every abelian group of order divisible by 3 contains a subgroup of order 3.
True.
Prove or disprove: There is a noncyclic abelian group of order 52.
True.
Let $G \cong H\text{.}$ Show that if $G$ is cyclic, then so is $H\text{.}$
Let $a$ be a generator for $G\text{.}$ If $\phi :G \rightarrow H$ is an isomorphism, show that $\phi(a)$ is a generator for $H\text{.}$
Find $\aut( {\mathbb Z}_6)\text{.}$
Any automorphism of ${\mathbb Z}_6$ must send 1 to another generator of ${\mathbb Z}_6\text{.}$
Let $G$ be the internal direct product of subgroups $H$ and $K\text{.}$ Show that the map $\phi : G \rightarrow H \times K$ defined by $\phi(g) = (h,k)$ for $g =hk\text{,}$ where $h \in H$ and $k \in K\text{,}$ is one-to-one and onto.
To show that $\phi$ is one-to-one, let $g_1 = h_1 k_1$ and $g_2 = h_2 k_2$ and consider $\phi(g_1) = \phi(g_2)\text{.}$
For each of the following groups $G\text{,}$ determine whether $H$ is a normal subgroup of $G\text{.}$ If $H$ is a normal subgroup, write out a Cayley table for the factor group $G/H\text{.}$
$G = S_4$ and $H = A_4$
$G = A_5$ and $H = \{ (1), (123), (132) \}$
$G = S_4$ and $H = D_4$
$G = Q_8$ and $H = \{ 1, -1, I, -I \}$
$G = {\mathbb Z}$ and $H = 5 {\mathbb Z}$
(a)
(c) $D_4$ is not normal in $S_4\text{.}$
If $G$ is cyclic, prove that $G/H$ must also be cyclic.
If $a \in G$ is a generator for $G\text{,}$ then $aH$ is a generator for $G/H\text{.}$
If a group $G$ has exactly one subgroup $H$ of order $k\text{,}$ prove that $H$ is normal in $G\text{.}$
For any $g \in G\text{,}$ show that the map $i_g : G \to G$ defined by $i_g : x \mapsto gxg^{-1}$ is an isomorphism of $G$ with itself. Then consider $i_g(H)\text{.}$
Define the of an element $g$ in a group $G$ to be the set
Show that $C(g)$ is a subgroup of $G\text{.}$ If $g$ generates a normal subgroup of $G\text{,}$ prove that $C(g)$ is normal in $G\text{.}$
Suppose that $\langle g \rangle$ is normal in $G$ and let $y$ be an arbitrary element of $G\text{.}$ If $x \in C(g)\text{,}$ we must show that $y x y^{-1}$ is also in $C(g)\text{.}$ Show that $(y x y^{-1}) g = g (y x y^{-1})\text{.}$
Let $G$ be a group and let $G' = \langle aba^{- 1} b^{-1} \rangle\text{;}$ that is, $G'$ is the subgroup of all finite products of elements in $G$ of the form $aba^{-1}b^{-1}\text{.}$ The subgroup $G'$ is called the of $G\text{.}$
Show that $G'$ is a normal subgroup of $G\text{.}$
Let $N$ be a normal subgroup of $G\text{.}$ Prove that $G/N$ is abelian if and only if $N$ contains the commutator subgroup of $G\text{.}$
(a) Let $g \in G$ and $h \in G'\text{.}$ If $h = aba^{-1}b^{-1}\text{,}$ then
We also need to show that if $h = h_1 \cdots h_n$ with $h_i = a_i b_i a_i^{-1} b_i^{-1}\text{,}$ then $ghg^{-1}$ is a product of elements of the same type. However, $ghg^{-1} = g h_1 \cdots h_n g^{-1} = (gh_1g^{-1})(gh_2g^{-1}) \cdots (gh_ng^{-1})\text{.}$
Which of the following maps are homomorphisms? If the map is a homomorphism, what is the kernel?
$\phi : {\mathbb R}^\ast \rightarrow GL_2 ( {\mathbb R})$ defined by
$\phi : {\mathbb R} \rightarrow GL_2 ( {\mathbb R})$ defined by
$\phi : GL_2 ({\mathbb R}) \rightarrow {\mathbb R}$ defined by
$\phi : GL_2 ( {\mathbb R}) \rightarrow {\mathbb R}^\ast$ defined by
$\phi : {\mathbb M}_2( {\mathbb R}) \rightarrow {\mathbb R}$ defined by
where ${\mathbb M}_2( {\mathbb R})$ is the additive group of $2 \times 2$ matrices with entries in ${\mathbb R}\text{.}$
(a) is a homomorphism with kernel $\{ 1 \}\text{;}$ (c) is not a homomorphism.
Let $\phi : {\mathbb Z} \rightarrow {\mathbb Z}$ be given by $\phi(n) = 7n\text{.}$ Prove that $\phi$ is a group homomorphism. Find the kernel and the image of $\phi\text{.}$
Since $\phi(m + n) = 7(m+n) = 7m + 7n = \phi(m) + \phi(n)\text{,}$ $\phi$ is a homomorphism.
Describe all of the homomorphisms from ${\mathbb Z}_{24}$ to ${\mathbb Z}_{18}\text{.}$
For any homomorphism $\phi : {\mathbb Z}_{24} \rightarrow {\mathbb Z}_{18}\text{,}$ the kernel of $\phi$ must be a subgroup of ${\mathbb Z}_{24}$ and the image of $\phi$ must be a subgroup of ${\mathbb Z}_{18}\text{.}$ Now use the fact that a generator must map to a generator.
If $\phi : G \rightarrow H$ is a group homomorphism and $G$ is abelian, prove that $\phi(G)$ is also abelian.
Let $a, b \in G\text{.}$ Then $\phi(a) \phi(b) = \phi(ab) = \phi(ba) = \phi(b)\phi(a)\text{.}$
Let $\phi : G_1 \rightarrow G_2$ be a surjective group homomorphism. Let $H_1$ be a normal subgroup of $G_1$ and suppose that $\phi(H_1) = H_2\text{.}$ Prove or disprove that $G_1/H_1 \cong G_2/H_2\text{.}$
Find a counterexample.
Prove the identity
Prove that the following matrices are orthogonal. Are any of these matrices in $SO(n)\text{?}$
(a) is in $SO(2)\text{;}$ (c) is not in $O(3)\text{.}$
Let ${\mathbf x}\text{,}$ ${\mathbf y}\text{,}$ and ${\mathbf w}$ be vectors in ${\mathbb R}^n$ and $\alpha \in {\mathbb R}\text{.}$ Prove each of the following properties of inner products.
$\langle {\mathbf x}, {\mathbf y} \rangle = \langle {\mathbf y}, {\mathbf x} \rangle\text{.}$
$\langle {\mathbf x}, {\mathbf y} + {\mathbf w} \rangle = \langle {\mathbf x}, {\mathbf y} \rangle + \langle {\mathbf x}, {\mathbf w} \rangle\text{.}$
$\langle \alpha {\mathbf x}, {\mathbf y} \rangle = \langle {\mathbf x}, \alpha {\mathbf y} \rangle = \alpha \langle {\mathbf x}, {\mathbf y} \rangle\text{.}$
$\langle {\mathbf x}, {\mathbf x} \rangle \geq 0$ with equality exactly when ${\mathbf x} = 0\text{.}$
If $\langle {\mathbf x}, {\mathbf y} \rangle = 0$ for all ${\mathbf x}$ in ${\mathbb R}^n\text{,}$ then ${\mathbf y} = 0\text{.}$
(a) $\langle {\mathbf x}, {\mathbf y} \rangle = \langle {\mathbf y}, {\mathbf x} \rangle\text{.}$
Prove that $\{ (2,1), (1,1) \}$ and $\{ ( 12, 5), ( 7, 3) \}$ are bases for the same lattice.
Use the unimodular matrix
Prove that $SO(n)$ is a normal subgroup of $O(n)\text{.}$
Show that the kernel of the map $\det : O(n) \rightarrow {\mathbb R}^*$ is $SO(n)\text{.}$
Prove or disprove: There exists an infinite abelian subgroup of $O(n)\text{.}$
True.
Determine which of the 17 wallpaper groups preserves the symmetry of the pattern in Figure 12.26.
$p6m$
Find all of the abelian groups of order less than or equal to 40 up to isomorphism.
There are three possible groups.
Find all of the composition series for each of the following groups.
${\mathbb Z}_{12}$
${\mathbb Z}_{48}$
The quaternions, $Q_8$
$D_4$
$S_3 \times {\mathbb Z}_4$
$S_4$
$S_n\text{,}$ $n \geq 5$
${\mathbb Q}$
(a) $\{ 0 \} \subset \langle 6 \rangle \subset \langle 3 \rangle \subset {\mathbb Z}_{12}\text{;}$ (e) $\{ (1) \} \times \{ 0 \} \subset \{ (1), (123), (132) \} \times \{ 0 \} \subset S_3 \times \{ 0 \} \subset S_3 \times \langle 2 \rangle\subset S_3 \times {\mathbb Z}_4\text{.}$
A group $G$ is a if every element of $G$ has finite order. Prove that a finitely generated abelian torsion group must be finite.
Use the Fundamental Theorem of Finitely Generated Abelian Groups.
Let $N$ be a normal subgroup of $G\text{.}$ If $N$ and $G/N$ are solvable groups, show that $G$ is also a solvable group.
If $N$ and $G/N$ are solvable, then they have solvable series
Prove that $D_n$ is solvable for all integers $n\text{.}$
Use the fact that $D_n$ has a cyclic subgroup of index 2.
Suppose that $G$ is a solvable group with order $n \geq 2\text{.}$ Show that $G$ contains a normal nontrivial abelian factor group.
$G/G'$ is abelian.
Examples 14.1–14.5 in the first section each describe an action of a group $G$ on a set $X\text{,}$ which will give rise to the equivalence relation defined by $G$-equivalence. For each example, compute the equivalence classes of the equivalence relation, the $G$-.
Compute all $X_g$ and all $G_x$ for each of the following permutation groups.
$X= \{1, 2, 3\}\text{,}$ $G=S_3=\{(1), (12), (13), (23), (123), (132) \}$
$X = \{1, 2, 3, 4, 5, 6\}\text{,}$ $G = \{(1), (12), (345), (354), (12)(345), (12)(354) \}$
(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{.}$
Compute the $G$-equivalence classes of $X$ for each of the $G$-sets in Exercise 14.4.2. For each $x \in X$ verify that $|G|=|{\mathcal O}_x| \cdot |G_x|\text{.}$
(a) ${\mathcal O}_1 = {\mathcal O}_2 = {\mathcal O}_3 = \{ 1, 2, 3\}\text{.}$
Find the conjugacy classes and the class equation for each of the following groups.
$S_4$
$D_5$
${\mathbb Z}_9$
$Q_8$
The conjugacy classes for $S_4$ are
The class equation is $1 + 3 + 6 + 6 + 8 = 24\text{.}$
If a square remains fixed in the plane, how many different ways can the corners of the square be colored if three colors are used?
$(3^4 + 3^1 + 3^2 + 3^1 + 3^2 + 3^2 + 3^3 + 3^3)/8 = 21\text{.}$
Up to a rotation, how many ways can the faces of a cube be colored with three different colors?
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.
Suppose that the vertices of a regular hexagon are to be colored either red or white. How many ways can this be done up to a symmetry of the hexagon?
$(1 \cdot 2^6 + 3 \cdot 2^4 + 4 \cdot 2^3 + 2 \cdot 2^2 + 2 \cdot 2^1)/12 = 13\text{.}$
How many equivalence classes of switching functions are there if the input variables $x_1\text{,}$ $x_2\text{,}$ and $x_3$ can be permuted by any permutation in $S_3\text{?}$ What if the input variables $x_1\text{,}$ $x_2\text{,}$ $x_3\text{,}$ and $x_4$ can be permuted by any permutation in $S_4\text{?}$
$(1 \cdot 2^8 + 3 \cdot 2^6 + 2 \cdot 2^4)/6 = 80\text{.}$
Let $a \in G\text{.}$ Show that for any $g \in G\text{,}$ $gC(a) g^{-1} = C(gag^{-1})\text{.}$
Use the fact that $x \in g C(a) g^{-1}$ if and only if $g^{-1}x g \in C(a)\text{.}$
What are the orders of all Sylow $p$-subgroups where $G$ has order 18, 24, 54, 72, and 80?
If $|G| = 18 = 2 \cdot 3^2\text{,}$ then the order of a Sylow 2-subgroup is 2, and the order of a Sylow 3-subgroup is 9.
Find all the Sylow 3-subgroups of $S_4$ and show that they are all conjugate.
The four Sylow 3-subgroups of $S_4$ are $P_1 = \{ (1), (123), (132) \}\text{,}$ $P_2 = \{ (1), (124), (142) \}\text{,}$ $P_3 = \{ (1), (134), (143) \}\text{,}$ $P_4 = \{ (1), (234), (243) \}\text{.}$
Prove that no group of order 96 is simple.
Since $|G| = 96 = 2^5 \cdot 3\text{,}$ $G$ has either one or three Sylow 2-subgroups by the Third Sylow Theorem. If there is only one subgroup, we are done. If there are three Sylow 2-subgroups, let $H$ and $K$ be two of them. Therefore, $|H \cap K| \geq 16\text{;}$ otherwise, $HK$ would have $(32 \cdot 32)/8 = 128$ elements, which is impossible. Thus, $H \cap K$ is normal in both $H$ and $K$ since it has index 2 in both groups.
Let $G$ be a group of order $p^2 q^2\text{,}$ where $p$ and $q$ are distinct primes such that $q \nmid p^2 - 1$ and $p \nmid q^2 - 1\text{.}$ Prove that $G$ must be abelian. Find a pair of primes for which this is true.
Show that $G$ has a normal Sylow $p$-subgroup of order $p^2$ and a normal Sylow $q$-subgroup of order $q^2\text{.}$
Let $H$ be a subgroup of a group $G\text{.}$ Prove or disprove that the normalizer of $H$ is normal in $G\text{.}$
False.
Show that every group of order $255$ is cyclic.
Prove that the number of distinct conjugates of a subgroup $H$ of a finite group $G$ is $[G : N(H) ]\text{.}$
Define a mapping between the right cosets of $N(H)$ in $G$ and the conjugates of $H$ in $G$ by $N(H) g \mapsto g^{-1} H g\text{.}$ Prove that this map is a bijection.
Let $G$ be a group. Prove that $G' = \langle a b a^{-1} b^{-1} : a, b \in G \rangle$ is a normal subgroup of $G$ and $G/G'$ is abelian. Find an example to show that $\{ a b a^{-1} b^{-1} : a, b \in G \}$ is not necessarily a group.
Let $a G', b G' \in G/G'\text{.}$ Then $(a G')( b G') = ab G' = ab(b^{-1}a^{-1}ba) G' = (abb^{-1}a^{-1})ba G' = ba G'\text{.}$
Which of the following sets are rings with respect to the usual operations of addition and multiplication? If the set is a ring, is it also a field?
$7 {\mathbb Z}$
${\mathbb Z}_{18}$
${\mathbb Q} ( \sqrt{2}\, ) = \{a + b \sqrt{2} : a, b \in {\mathbb Q}\}$
${\mathbb Q} ( \sqrt{2}, \sqrt{3}\, ) = \{a + b \sqrt{2} + c \sqrt{3} + d \sqrt{6} : a, b, c, d \in {\mathbb Q}\}$
${\mathbb Z}[\sqrt{3}\, ] = \{ a + b \sqrt{3} : a, b \in {\mathbb Z} \}$
$R = \{a + b \sqrt[3]{3} : a, b \in {\mathbb Q} \}$
${\mathbb Z}[ i ] = \{ a + b i : a, b \in {\mathbb Z} \text{ and } i^2 = -1 \}$
${\mathbb Q}( \sqrt[3]{3}\, ) = \{ a + b \sqrt[3]{3} + c \sqrt[3]{9} : a, b, c \in {\mathbb Q} \}$
(a) $7 {\mathbb Z}$ is a ring but not a field; (c) ${\mathbb Q}(\sqrt{2}\, )$ is a field; (f) $R$ is not a ring.
List or characterize all of the units in each of the following rings.
${\mathbb Z}_{10}$
${\mathbb Z}_{12}$
${\mathbb Z}_{7}$
${\mathbb M}_2( {\mathbb Z} )\text{,}$ the $2 \times 2$ matrices with entries in ${\mathbb Z}$
${\mathbb M}_2( {\mathbb Z}_2 )\text{,}$ the $2 \times 2$ matrices with entries in ${\mathbb Z}_2$
(a) $\{1, 3, 7, 9 \}\text{;}$ (c) $\{ 1, 2, 3, 4, 5, 6 \}\text{;}$ (e)
Find all of the ideals in each of the following rings. Which of these ideals are maximal and which are prime?
${\mathbb Z}_{18}$
${\mathbb Z}_{25}$
${\mathbb M}_2( {\mathbb R} )\text{,}$ the $2 \times 2$ matrices with entries in ${\mathbb R}$
${\mathbb M}_2( {\mathbb Z} )\text{,}$ the $2 \times 2$ matrices with entries in ${\mathbb Z}$
${\mathbb Q}$
(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.
Prove that ${\mathbb R}$ is not isomorphic to ${\mathbb C}\text{.}$
Assume there is an isomorphism $\phi: {\mathbb C} \rightarrow {\mathbb R}$ with $\phi(i) = a\text{.}$
Prove or disprove: The ring ${\mathbb Q}( \sqrt{2}\, ) = \{ a + b \sqrt{2} : a, b \in {\mathbb Q} \}$ is isomorphic to the ring ${\mathbb Q}( \sqrt{3}\, ) = \{a + b \sqrt{3} : a, b \in {\mathbb Q} \}\text{.}$
False. Assume there is an isomorphism $\phi: {\mathbb Q}(\sqrt{2}\, ) \rightarrow {\mathbb Q}(\sqrt{3}\, )$ such that $\phi(\sqrt{2}\, ) = a\text{.}$
Solve each of the following systems of congruences.
(a) $x \equiv 17 \pmod{55}\text{;}$ (c) $x \equiv 214 \pmod{2772}\text{.}$
If $R$ is a field, show that the only two ideals of $R$ are $\{ 0 \}$ and $R$ itself.
If $I \neq \{ 0 \}\text{,}$ show that $1 \in I\text{.}$
Let $\phi : R \rightarrow S$ be a ring homomorphism. Prove each of the following statements.
If $R$ is a commutative ring, then $\phi(R)$ is a commutative ring.
$\phi( 0 ) = 0\text{.}$
Let $1_R$ and $1_S$ be the identities for $R$ and $S\text{,}$ respectively. If $\phi$ is onto, then $\phi(1_R) = 1_S\text{.}$
If $R$ is a field and $\phi(R) \neq 0\text{,}$ then $\phi(R)$ is a field.
(a) $\phi(a) \phi(b) = \phi(ab) = \phi(ba) = \phi(b) \phi(a)\text{.}$
Let $R$ be an integral domain. Show that if the only ideals in $R$ are $\{ 0 \}$ and $R$ itself, $R$ must be a field.
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{.}$
A ring $R$ is a if for every $a \in R\text{,}$ $a^2 = a\text{.}$ Show that every Boolean ring is a commutative ring.
Compute $(a+b)^2$ and $(-ab)^2\text{.}$
Let $p$ be prime. Prove that
is a ring. The ring ${\mathbb Z}_{(p)}$ is called the $p\text{.}$
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{.}$
An element $x$ in a ring is called an if $x^2 = x\text{.}$ Prove that the only idempotents in an integral domain are $0$ and $1\text{.}$ Find a ring with a idempotent $x$ not equal to 0 or 1.
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{.}$
Compute each of the following.
$(5x^2 + 3x - 4) + (4x^2 - x + 9)$ in ${\mathbb Z}_{12}$
$(5x^2 + 3x - 4) (4x^2 - x + 9)$ in ${\mathbb Z}_{12}$
$(7x^3 + 3x^2 - x) + (6x^2 - 8x + 4)$ in ${\mathbb Z}_9$
$(3x^2 + 2x - 4) + (4x^2 + 2)$ in ${\mathbb Z}_5$
$(3x^2 + 2x - 4) (4x^2 + 2)$ in ${\mathbb Z}_5$
$(5x^2 + 3x - 2)^2$ in ${\mathbb Z}_{12}$
(a) $9x^2 + 2x + 5\text{;}$ (b) $8x^4 + 7x^3 + 2x^2 + 7x\text{.}$
Use the division algorithm to find $q(x)$ and $r(x)$ such that $a(x) = q(x) b(x) + r(x)$ with $\deg r(x) \lt \deg b(x)$ for each of the following pairs of polynomials.
$a(x) = 5 x^3 + 6x^2 - 3 x + 4$ and $b(x) = x - 2$ in ${\mathbb Z}_7[x]$
$a(x) = 6 x^4 - 2 x^3 + x^2 - 3 x + 1$ and $b(x) = x^2 + x - 2$ in ${\mathbb Z}_7[x]$
$a(x) = 4 x^5 - x^3 + x^2 + 4$ and $b(x) = x^3 - 2$ in ${\mathbb Z}_5[x]$
$a(x) = x^5 + x^3 -x^2 - x$ and $b(x) = x^3 + x$ in ${\mathbb Z}_2[x]$
(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{.}$
Find all of the zeros for each of the following polynomials.
$5x^3 + 4x^2 - x + 9$ in ${\mathbb Z}_{12}$
$3x^3 - 4x^2 - x + 4$ in ${\mathbb Z}_{5}$
$5x^4 + 2x^2 - 3$ in ${\mathbb Z}_{7}$
$x^3 + x + 1$ in ${\mathbb Z}_2$
(a) No zeros in ${\mathbb Z}_{12}\text{;}$ (c) 3, 4.
Find a unit $p(x)$ in ${\mathbb Z}_4[x]$ such that $\deg p(x) \gt 1\text{.}$
Look at $(2x + 1)\text{.}$
Which of the following polynomials are irreducible over ${\mathbb Q}[x]\text{?}$
$x^4 - 2x^3 + 2x^2 + x + 4$
$x^4 - 5x^3 + 3x - 2$
$3x^5 - 4x^3 - 6x^2 + 6$
$5x^5 - 6x^4 - 3x^2 + 9 x - 15$
(a) Reducible; (c) irreducible.
Give two different factorizations of $x^2 + x + 8$ in ${\mathbb Z}_{10}[x]\text{.}$
One factorization is $x^2 + x + 8 = (x + 2)(x + 9)\text{.}$
Show that the division algorithm does not hold for ${\mathbb Z}[x]\text{.}$ Why does it fail?
The integers $\mathbb Z$ do not form a field.
Prove or disprove: $x^p + a$ is irreducible for any $a \in {\mathbb Z}_p\text{,}$ where $p$ is prime.
False.
Suppose that $R$ and $S$ are isomorphic rings. Prove that $R[x] \cong S[x]\text{.}$
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{.}$
The polynomial
is called the Show that $\Phi_p(x)$ is irreducible over ${\mathbb Q}$ for any prime $p\text{.}$
The polynomial
is called the Show that $\Phi_p(x)$ is irreducible over ${\mathbb Q}$ for any prime $p\text{.}$
Let $F$ be a field. Show that $F[x]$ is never a field.
Find a nontrivial proper ideal in $F[x]\text{.}$
Let $z = a + b \sqrt{3}\, i$ be in ${\mathbb Z}[ \sqrt{3}\, i]\text{.}$ If $a^2 + 3 b^2 = 1\text{,}$ show that $z$ must be a unit. Show that the only units of ${\mathbb Z}[ \sqrt{3}\, i ]$ are 1 and $-1\text{.}$
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{.}$
The Gaussian integers, ${\mathbb Z}[i]\text{,}$ are a UFD. Factor each of the following elements in ${\mathbb Z}[i]$ into a product of irreducibles.
5
$1 + 3i$
$6 + 8i$
2
(a) $5 = -i(1 + 2i)(2 + i)\text{;}$ (c) $6 + 8i = -i(1 + i)^2(2 + i)^2\text{.}$
Prove or disprove: Any subring of a field $F$ containing 1 is an integral domain.
True.
Prove that the field of fractions of the Gaussian integers, ${\mathbb Z}[i]\text{,}$ is
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{.}$
Let $D$ be a Euclidean domain with Euclidean valuation $\nu\text{.}$ If $a$ and $b$ are associates in $D\text{,}$ prove that $\nu(a) = \nu(b)\text{.}$
Let $a = ub$ with $u$ a unit. Then $\nu(b) \leq \nu(ub) \leq \nu(a)\text{.}$ Similarly, $\nu(a) \leq \nu(b)\text{.}$
Show that ${\mathbb Z}[\sqrt{5}\, i]$ is not a unique factorization domain.
Show that 21 can be factored in two different ways.
Draw the diagram for the set of positive integers that are divisors of 30. Is this poset a Boolean algebra?
Prove or disprove: ${\mathbb Z}$ is a poset under the relation $a \preceq b$ if $a \mid b\text{.}$
False.
Draw the switching circuit for each of the following Boolean expressions.
$(a \vee b \vee a') \wedge a$
$(a \vee b)' \wedge (a \vee b)$
$a \vee (a \wedge b)$
$(c \vee a \vee b) \wedge c' \wedge (a \vee b)'$
(a) $(a \vee b \vee a') \wedge a$
(c) $a \vee (a \wedge b)$
Prove or disprove that the two circuits shown are equivalent.
Not equivalent.
For each of the following circuits, write a Boolean expression. If the circuit can be replaced by one with fewer switches, give the Boolean expression and draw a diagram for the new circuit.
(a) $a' \wedge [(a \wedge b') \vee b] = a \wedge (a \vee b) \text{.}$
Let $R$ be a ring and suppose that $X$ is the set of ideals of $R\text{.}$ Show that $X$ is a poset ordered by set-theoretic inclusion, $\subset\text{.}$ Define the meet of two ideals $I$ and $J$ in $X$ by $I \cap J$ and the join of $I$ and $J$ by $I + J\text{.}$ Prove that the set of ideals of $R$ is a lattice under these operations.
Let $I, J$ be ideals in $R\text{.}$ We need to show that $I + J = \{ r + s : r \in I \text{ and } s \in J \}$ is the smallest ideal in $R$ containing both $I$ and $J\text{.}$ If $r_1, r_2 \in I$ and $s_1, s_2 \in J\text{,}$ then $(r_1 + s_1) + (r_2 + s_2) = (r_1 + r_2) +(s_1 + s_2)$ is in $I + J\text{.}$ For $a \in R\text{,}$ $a(r_1 + s_1) = ar_1 + as_1 \in I + J\text{;}$ hence, $I + J$ is an ideal in $R\text{.}$
Let $X$ be a poset such that for every $a$ and $b$ in $X\text{,}$ either $a \preceq b$ or $b \preceq a\text{.}$ Then $X$ is said to be a .
Is $a \mid b$ a total order on ${\mathbb N}\text{?}$
Prove that ${\mathbb N}\text{,}$ ${\mathbb Z}\text{,}$ ${\mathbb Q}\text{,}$ and ${\mathbb R}$ are totally ordered sets under the usual ordering $\leq\text{.}$
(a) No.
Let $B$ be a Boolean algebra. Prove that $a = b$ if and only if $(a \wedge b') \vee ( a' \wedge b) = O$ for $a, b \in B\text{.}$
$( \Rightarrow)\text{.}$ $a = b \Rightarrow (a \wedge b') \vee (a' \wedge b) = (a \wedge a') \vee (a' \wedge a) = O \vee O = O\text{.}$ $( \Leftarrow)\text{.}$ $( a \wedge b') \vee (a' \wedge b) = O \Rightarrow a \vee b = (a \vee a) \vee b = a \vee (a \vee b) = a \vee [I \wedge (a \vee b)] = a \vee [(a \vee a') \wedge (a \vee b)] = [a \vee (a \wedge b')] \vee [a \vee (a' \wedge b)] = a \vee [(a \wedge b') \vee (a' \wedge b)] = a \vee 0 = a\text{.}$ A symmetric argument shows that $a \vee b = b\text{.}$
Let ${\mathbb Q }( \sqrt{2}, \sqrt{3}\, )$ be the field generated by elements of the form $a + b \sqrt{2} + c \sqrt{3} + d \sqrt{6}\text{,}$ where $a, b, c, d$ are in ${\mathbb Q}\text{.}$ Prove that ${\mathbb Q }( \sqrt{2}, \sqrt{3}\, )$ is a vector space of dimension 4 over ${\mathbb Q}\text{.}$ Find a basis for ${\mathbb Q }( \sqrt{2}, \sqrt{3}\, )\text{.}$
${\mathbb Q}(\sqrt{2}, \sqrt{3}\, )$ has basis $\{ 1, \sqrt{2}, \sqrt{3}, \sqrt{6}\, \}$ over ${\mathbb Q}\text{.}$
Prove that the set $P_n$ of all polynomials of degree less than $n$ form a subspace of the vector space $F[x]\text{.}$ Find a basis for $P_n$ and compute the dimension of $P_n\text{.}$
The set $\{ 1, x, x^2, \ldots, x^{n-1} \}$ is a basis for $P_n\text{.}$
Which of the following sets are subspaces of ${\mathbb R}^3\text{?}$ If the set is indeed a subspace, find a basis for the subspace and compute its dimension.
$\{ (x_1, x_2, x_3) : 3 x_1 - 2 x_2 + x_3 = 0 \}$
$\{ (x_1, x_2, x_3) : 3 x_1 + 4 x_3 = 0, 2 x_1 - x_2 + x_3 = 0 \}$
$\{ (x_1, x_2, x_3) : x_1 - 2 x_2 + 2 x_3 = 2 \}$
$\{ (x_1, x_2, x_3) : 3 x_1 - 2 x_2^2 = 0 \}$
(a) Subspace of dimension 2 with basis $\{(1, 0, -3), (0, 1, 2) \}\text{;}$ (d) not a subspace
Let $V$ be a vector space over $F\text{.}$ Prove that $-(\alpha v) = (-\alpha)v = \alpha(-v)$ for all $\alpha \in F$ and all $v \in V\text{.}$
Since $0 = \alpha 0 = \alpha(-v + v) = \alpha(-v) + \alpha v\text{,}$ it follows that $- \alpha v = \alpha(-v)\text{.}$
Prove that any set of vectors containing ${\mathbf 0}$ is linearly dependent.
Let $v_0 = 0, v_1, \ldots, v_n \in V$ and $\alpha_0 \neq 0, \alpha_1, \ldots, \alpha_n \in F\text{.}$ Then $\alpha_0 v_0 + \cdots + \alpha_n v_n = 0\text{.}$
Let $V$ and $W$ be vector spaces over a field $F\text{,}$ of dimensions $m$ and $n\text{,}$ respectively. If $T: V \rightarrow W$ is a map satisfying
for all $\alpha \in F$ and all $u, v \in V\text{,}$ then $T$ is called a from $V$ into $W\text{.}$
Prove that the of $T\text{,}$ $\ker(T) = \{ v \in V : T(v) = {\mathbf 0} \}\text{,}$ is a subspace of $V\text{.}$ The kernel of $T$ is sometimes called the of $T\text{.}$
Prove that the or of $T\text{,}$ $R(V) = \{ w \in W : T(v) = w \text{ for some } v \in V \}\text{,}$ is a subspace of $W\text{.}$
Show that $T : V \rightarrow W$ is injective if and only if $\ker(T) = \{ \mathbf 0 \}\text{.}$
Let $\{ v_1, \ldots, v_k \}$ be a basis for the null space of $T\text{.}$ We can extend this basis to be a basis $\{ v_1, \ldots, v_k, v_{k + 1}, \ldots, v_m\}$ of $V\text{.}$ Why? Prove that $\{ T(v_{k + 1}), \ldots, T(v_m) \}$ is a basis for the range of $T\text{.}$ Conclude that the range of $T$ has dimension $m-k\text{.}$
Let $\dim V = \dim W\text{.}$ Show that a linear transformation $T : V \rightarrow W$ is injective if and only if it is surjective.
(a) Let $u, v \in \ker(T)$ and $\alpha \in F\text{.}$ Then
Hence, $u + v, \alpha v \in \ker(T)\text{,}$ and $\ker(T)$ is a subspace of $V\text{.}$
(c) The statement that $T(u) = T(v)$ is equivalent to $T(u-v) = T(u) - T(v) = 0\text{,}$ which is true if and only if $u-v = 0$ or $u = v\text{.}$
Let $U$ and $V$ be subspaces of a vector space $W\text{.}$ The sum of $U$ and $V\text{,}$ denoted $U + V\text{,}$ is defined to be the set of all vectors of the form $u + v\text{,}$ where $u \in U$ and $v \in V\text{.}$
Prove that $U + V$ and $U \cap V$ are subspaces of $W\text{.}$
If $U + V = W$ and $U \cap V = {\mathbf 0}\text{,}$ then $W$ is said to be the In this case, we write $W = U \oplus V\text{.}$ Show that every element $w \in W$ can be written uniquely as $w = u + v\text{,}$ where $u \in U$ and $v \in V\text{.}$
Let $U$ be a subspace of dimension $k$ of a vector space $W$ of dimension $n\text{.}$ Prove that there exists a subspace $V$ of dimension $n-k$ such that $W = U \oplus V\text{.}$ Is the subspace $V$ unique?
If $U$ and $V$ are arbitrary subspaces of a vector space $W\text{,}$ show that
(a) Let $u, u' \in U$ and $v, v' \in V\text{.}$ Then
Show that each of the following numbers is algebraic over ${\mathbb Q}$ by finding the minimal polynomial of the number over ${\mathbb Q}\text{.}$
$\sqrt{ 1/3 + \sqrt{7} }$
$\sqrt{ 3} + \sqrt[3]{5}$
$\sqrt{3} + \sqrt{2}\, i$
$\cos \theta + i \sin \theta$ for $\theta = 2 \pi /n$ with $n \in {\mathbb N}$
$\sqrt{ \sqrt[3]{2} - i }$
(a) $x^4 - (2/3) x^2 - 62/9\text{;}$ (c) $x^4 - 2 x^2 + 25\text{.}$
Find a basis for each of the following field extensions. What is the degree of each extension?
${\mathbb Q}( \sqrt{3}, \sqrt{6}\, )$ over ${\mathbb Q}$
${\mathbb Q}( \sqrt[3]{2}, \sqrt[3]{3}\, )$ over ${\mathbb Q}$
${\mathbb Q}( \sqrt{2}, i)$ over ${\mathbb Q}$
${\mathbb Q}( \sqrt{3}, \sqrt{5}, \sqrt{7}\, )$ over ${\mathbb Q}$
${\mathbb Q}( \sqrt{2}, \root 3 \of{2}\, )$ over ${\mathbb Q}$
${\mathbb Q}( \sqrt{8}\, )$ over ${\mathbb Q}(\sqrt{2}\, )$
${\mathbb Q}(i, \sqrt{2} +i, \sqrt{3} + i )$ over ${\mathbb Q}$
${\mathbb Q}( \sqrt{2} + \sqrt{5}\, )$ over ${\mathbb Q} ( \sqrt{5}\, )$
${\mathbb Q}( \sqrt{2}, \sqrt{6} + \sqrt{10}\, )$ over ${\mathbb Q} ( \sqrt{3} + \sqrt{5}\, )$
(a) $\{ 1, \sqrt{2}, \sqrt{3}, \sqrt{6}\, \}\text{;}$ (c) $\{ 1, i, \sqrt{2}, \sqrt{2}\, i \}\text{;}$ (e) $\{1, 2^{1/6}, 2^{1/3}, 2^{1/2}, 2^{2/3}, 2^{5/6} \}\text{.}$
Find the splitting field for each of the following polynomials.
$x^4 - 10 x^2 + 21$ over ${\mathbb Q}$
$x^4 + 1$ over ${\mathbb Q}$
$x^3 + 2x + 2$ over ${\mathbb Z}_3$
$x^3 - 3$ over ${\mathbb Q}$
(a) ${\mathbb Q}(\sqrt{3}, \sqrt{7}\, )\text{.}$
Show that ${\mathbb Z}_2[x] / \langle x^3 + x + 1 \rangle$ is a field with eight elements. Construct a multiplication table for the multiplicative group of the field.
Use the fact that the elements of ${\mathbb Z}_2[x]/ \langle x^3 + x + 1 \rangle$ are 0, 1, $\alpha\text{,}$ $1 + \alpha\text{,}$ $\alpha^2\text{,}$ $1 + \alpha^2\text{,}$ $\alpha + \alpha^2\text{,}$ $1 + \alpha + \alpha^2$ and the fact that $\alpha^3 + \alpha + 1 = 0\text{.}$
Can a cube be constructed with three times the volume of a given cube?
False.
Let $K$ be an algebraic extension of $E\text{,}$ and $E$ an algebraic extension of $F\text{.}$ Prove that $K$ is algebraic over $F\text{.}$ [Caution: Do not assume that the extensions are finite.]
Suppose that $E$ is algebraic over $F$ and $K$ is algebraic over $E\text{.}$ Let $\alpha \in K\text{.}$ It suffices to show that $\alpha$ is algebraic over some finite extension of $F\text{.}$ Since $\alpha$ is algebraic over $E\text{,}$ it must be the zero of some polynomial $p(x) = \beta_0 + \beta_1 x + \cdots + \beta_n x^n$ in $E[x]\text{.}$ Hence $\alpha$ is algebraic over $F(\beta_0, \ldots, \beta_n)\text{.}$
Show that ${\mathbb Q}( \sqrt{3}, \sqrt{7}\, ) = {\mathbb Q}( \sqrt{3} + \sqrt{7}\, )\text{.}$ Extend your proof to show that ${\mathbb Q}( \sqrt{a}, \sqrt{b}\, ) = {\mathbb Q}( \sqrt{a} + \sqrt{b}\, )\text{,}$ where $\gcd(a, b) = 1\text{.}$
Since $\{ 1, \sqrt{3}, \sqrt{7}, \sqrt{21}\, \}$ is a basis for ${\mathbb Q}( \sqrt{3}, \sqrt{7}\, )$ over ${\mathbb Q}\text{,}$ ${\mathbb Q}( \sqrt{3}, \sqrt{7}\, ) \supset {\mathbb Q}( \sqrt{3} +\sqrt{7}\, )\text{.}$ Since $[{\mathbb Q}( \sqrt{3}, \sqrt{7}\, ) : {\mathbb Q}] = 4\text{,}$ $[{\mathbb Q}( \sqrt{3} + \sqrt{7}\, ) : {\mathbb Q}] = 2$ or 4. Since the degree of the minimal polynomial of $\sqrt{3} +\sqrt{7}$ is 4, ${\mathbb Q}( \sqrt{3}, \sqrt{7}\, ) = {\mathbb Q}( \sqrt{3} +\sqrt{7}\, )\text{.}$
Let $E$ be an extension field of $F$ and $\alpha \in E$ be transcendental over $F\text{.}$ Prove that every element in $F(\alpha)$ that is not in $F$ is also transcendental over $F\text{.}$
Let $\beta \in F(\alpha)$ not in $F\text{.}$ Then $\beta = p(\alpha)/q(\alpha)\text{,}$ where $p$ and $q$ are polynomials in $\alpha$ with $q(\alpha) \neq 0$ and coefficients in $F\text{.}$ If $\beta$ is algebraic over $F\text{,}$ then there exists a polynomial $f(x) \in F[x]$ such that $f(\beta) = 0\text{.}$ Let $f(x) = a_0 + a_1 x + \cdots + a_n x^n\text{.}$ Then
Now multiply both sides by $q(\alpha)^n$ to show that there is a polynomial in $F[x]$ that has $\alpha$ as a zero.
Let $\alpha$ be a root of an irreducible monic polynomial $p(x) \in F[x]\text{,}$ with $\deg p = n\text{.}$ Prove that $[F(\alpha) : F] = n\text{.}$
Calculate each of the following.
$[\gf(3^6) : \gf(3^3)]$
$[\gf(128): \gf(16)]$
$[\gf(625) : \gf(25) ]$
$[\gf(p^{12}): \gf(p^2)]$
Make sure that you have a field extension.
Let $\alpha$ be a zero of $x^3 + x^2 + 1$ over ${\mathbb Z}_2\text{.}$ Construct a finite field of order 8. Show that $x^3 + x^2 + 1$ splits in ${\mathbb Z}_2(\alpha)\text{.}$
There are eight elements in ${\mathbb Z}_2(\alpha)\text{.}$ Exhibit two more zeros of $x^3 + x^2 + 1$ other than $\alpha$ in these eight elements.
Construct a finite field of order 27.
Find an irreducible polynomial $p(x)$ in ${\mathbb Z}_3[x]$ of degree 3 and show that ${\mathbb Z}_3[x]/ \langle p(x) \rangle$ has 27 elements.
Factor each of the following polynomials in ${\mathbb Z}_2[x]\text{.}$
$x^5- 1$
$x^6 + x^5 + x^4 + x^3 + x^2 + x + 1$
$x^9 - 1$
$x^4 +x^3 + x^2 + x + 1$
(a) $x^5 -1 = (x+1)(x^4+x^3 + x^2 + x+ 1)\text{;}$ (c) $x^9 -1 = (x+1)( x^2 + x+ 1)(x^6+x^3+1)\text{.}$
Prove or disprove: ${\mathbb Z}_2[x] / \langle x^3 + x + 1 \rangle \cong {\mathbb Z}_2[x] / \langle x^3 + x^2 + 1 \rangle\text{.}$
True.
Construct all BCH codes of
length 7.
length 15.
(a) Use the fact that $x^7 -1 = (x+1)( x^3 + x+ 1)(x^3+x^2+1)\text{.}$
Prove or disprove: There exists a finite field that is algebraically closed.
False.
Let $F \subset E \subset K$ be fields. If $K$ is a separable extension of $F\text{,}$ show that $K$ is also separable extension of $E\text{.}$
If $p(x) \in F[x]\text{,}$ then $p(x) \in E[x]\text{.}$
Let $E$ be an extension of a finite field $F\text{,}$ where $F$ has $q$ elements. Let $\alpha \in E$ be algebraic over $F$ of degree $n\text{.}$ Prove that $F( \alpha )$ has $q^n$ elements.
Since $\alpha$ is algebraic over $F$ of degree $n\text{,}$ we can write any element $\beta \in F(\alpha)$ uniquely as $\beta = a_0 + a_1 \alpha + \cdots + a_{n-1} \alpha^{n-1}$ with $a_i \in F\text{.}$ There are $q^n$ possible $n$-tuples $(a_0, a_1, \ldots, a_{n-1})\text{.}$
Let $p$ be prime. Prove that $(p-1)! \equiv -1 \pmod{p}\text{.}$
Factor $x^{p-1} - 1$ over ${\mathbb Z}_p\text{.}$
Compute each of the following Galois groups. Which of these field extensions are normal field extensions? If the extension is not normal, find a normal extension of ${\mathbb Q}$ in which the extension field is contained.
$G({\mathbb Q}(\sqrt{30}\, ) / {\mathbb Q})$
$G({\mathbb Q}(\sqrt[4]{5}\, ) / {\mathbb Q})$
$G( {\mathbb Q}(\sqrt{2}, \sqrt{3}, \sqrt{5}\, )/ {\mathbb Q} )$
$G({\mathbb Q}(\sqrt{2}, \sqrt[3]{2}, i) / {\mathbb Q})$
$G({\mathbb Q}(\sqrt{6}, i) / {\mathbb Q})$
(a) ${\mathbb Z}_2\text{;}$ (c) ${\mathbb Z}_2 \times {\mathbb Z}_2 \times {\mathbb Z}_2\text{.}$
Determine the separability of each of the following polynomials.
$x^3 + 2 x^2 - x - 2$ over ${\mathbb Q}$
$x^4 + 2 x^2 + 1$ over ${\mathbb Q}$
$x^4 + x^2 + 1$ over ${\mathbb Z}_3$
$x^3 +x^2 + 1$ over ${\mathbb Z}_2$
(a) Separable over $\mathbb Q$ since $x^3 + 2 x^2 - x - 2 = (x - 1)(x + 1)(x + 2)\text{;}$ (c) not separable over $\mathbb Z_3$ since $x^4 + x^2 + 1 = (x + 1)^2 (x + 2)^2 \text{.}$
Give the order and describe a generator of the Galois group of $\gf(729)$ over $\gf(9)\text{.}$
If
then $G(\gf(729)/ \gf(9)) \cong {\mathbb Z}_3\text{.}$ A generator for $G(\gf(729)/ \gf(9))$ is $\sigma\text{,}$ where $\sigma_{3^6}( \alpha) = \alpha^{3^6} = \alpha^{729}$ for $\alpha \in \gf(729)\text{.}$
Determine the Galois groups of each of the following polynomials in ${\mathbb Q}[x]\text{;}$ hence, determine the solvability by radicals of each of the polynomials.
$x^5 - 12 x^2 + 2$
$x^5 - 4 x^4 + 2 x + 2$
$x^3 - 5$
$x^4 - x^2 - 6$
$x^5 + 1$
$(x^2 - 2)(x^2 + 2)$
$x^8 - 1$
$x^8 + 1$
$x^4 - 3 x^2 -10$
Find a primitive element in the splitting field of each of the following polynomials in ${\mathbb Q}[x]\text{.}$
$x^4 - 1$
$x^4 - 8 x^2 + 15$
$x^4 - 2 x^2 - 15$
$x^3 - 2$
(a) ${\mathbb Q}(i)$
Prove that the Galois group of an irreducible cubic polynomial is isomorphic to $S_3$ or ${\mathbb Z}_3\text{.}$
Let $E$ be the splitting field of a cubic polynomial in $F[x]\text{.}$ Show that $[E:F]$ is less than or equal to 6 and is divisible by 3. Since $G(E/F)$ is a subgroup of $S_3$ whose order is divisible by 3, conclude that this group must be isomorphic to ${\mathbb Z}_3$ or $S_3\text{.}$
Let $G$ be the Galois group of a polynomial of degree $n\text{.}$ Prove that $|G|$ divides $n!\text{.}$
$G$ is a subgroup of $S_n\text{.}$
Let $K$ be the splitting field of $x^3 + x^2 + 1 \in {\mathbb Z}_2[x]\text{.}$ Prove or disprove that $K$ is an extension by radicals.
True.
We know that the cyclotomic polynomial
is irreducible over ${\mathbb Q}$ for every prime $p\text{.}$ Let $\omega$ be a zero of $\Phi_p(x)\text{,}$ and consider the field ${\mathbb Q}(\omega)\text{.}$
Show that $\omega, \omega^2, \ldots, \omega^{p-1}$ are distinct zeros of $\Phi_p(x)\text{,}$ and conclude that they are all the zeros of $\Phi_p(x)\text{.}$
Show that $G( {\mathbb Q}( \omega ) / {\mathbb Q} )$ is abelian of order $p - 1\text{.}$
Show that the fixed field of $G( {\mathbb Q}( \omega ) / {\mathbb Q} )$ is ${\mathbb Q}\text{.}$
Clearly $\omega, \omega^2, \ldots, \omega^{p - 1}$ are distinct since $\omega \neq 1$ or 0. To show that $\omega^i$ is a zero of $\Phi_p\text{,}$ calculate $\Phi_p( \omega^i)\text{.}$
The conjugates of $\omega$ are $\omega, \omega^2, \ldots, \omega^{p - 1}\text{.}$ Define a map $\phi_i: {\mathbb Q}(\omega) \rightarrow {\mathbb Q}(\omega^i)$ by
where $a_i \in {\mathbb Q}\text{.}$ Prove that $\phi_i$ is an isomorphism of fields. Show that $\phi_2$ generates $G({\mathbb Q}(\omega)/{\mathbb Q})\text{.}$
Show that $\{ \omega, \omega^2, \ldots, \omega^{p - 1} \}$ is a basis for ${\mathbb Q}( \omega )$ over ${\mathbb Q}\text{,}$ and consider which linear combinations of $\omega, \omega^2, \ldots, \omega^{p - 1}$ are left fixed by all elements of $G( {\mathbb Q}( \omega ) / {\mathbb Q})\text{.}$