summaryrefslogtreecommitdiff
path: root/Homework/math4310/alg_structures_assn_3.tex
blob: bb9c2220cbf5c503c9c5d6cd254c0fef799f8559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
% Created 2023-01-31 Tue 22:49
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\notindent \notag \usepackage{ dsfont } \usepackage{amsmath}
\author{Logan Hunt}
\date{\today}
\title{Assignment Three}
\hypersetup{
 pdfauthor={Logan Hunt},
 pdftitle={Assignment Three},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 28.2 (Org mode 9.6.1)}, 
 pdflang={English}}
\begin{document}

\maketitle
\setlength\parindent{0pt}

\section{Section 2.2}
\label{sec:orgfecc6e5}
\subsection{Question One}
\label{sec:orgd22e42b}
\subsubsection{b}
\label{sec:org757c583}
\begin{center}
\begin{tabular}{rrrrr}
\(\oplus\) & 0 & 1 & 2 & 3\\[0pt]
0 & 0 & 1 & 2 & 3\\[0pt]
1 & 1 & 2 & 3 & 0\\[0pt]
2 & 2 & 3 & 0 & 1\\[0pt]
3 & 3 & 0 & 1 & 2\\[0pt]
\end{tabular}
\end{center}

\begin{center}
\begin{tabular}{rrrrr}
\(\odot\) & 0 & 1 & 2 & 3\\[0pt]
0 & 0 & 0 & 0 & 0\\[0pt]
1 & 0 & 1 & 2 & 3\\[0pt]
2 & 0 & 2 & 0 & 2\\[0pt]
3 & 0 & 3 & 2 & 1\\[0pt]
\end{tabular}
\end{center}

\subsubsection{c}
\label{sec:org603554a}
\begin{center}
\begin{tabular}{rrrrrrrr}
\(\oplus\) & 0 & 1 & 2 & 3 & 4 & 5 & 6\\[0pt]
0 & 0 & 1 & 2 & 3 & 4 & 5 & 6\\[0pt]
1 & 1 & 2 & 3 & 4 & 5 & 6 & 0\\[0pt]
2 & 2 & 3 & 4 & 5 & 6 & 0 & 1\\[0pt]
3 & 3 & 4 & 5 & 6 & 0 & 1 & 2\\[0pt]
4 & 4 & 5 & 6 & 0 & 1 & 2 & 3\\[0pt]
5 & 5 & 6 & 0 & 1 & 2 & 3 & 4\\[0pt]
6 & 6 & 0 & 1 & 2 & 3 & 4 & 5\\[0pt]
\end{tabular}
\end{center}

\begin{center}
\begin{tabular}{rrrrrrrr}
\(\odot\) & 0 & 1 & 2 & 3 & 4 & 5 & 6\\[0pt]
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0\\[0pt]
1 & 0 & 1 & 2 & 3 & 4 & 5 & 6\\[0pt]
2 & 0 & 2 & 4 & 6 & 1 & 3 & 5\\[0pt]
3 & 0 & 3 & 6 & 2 & 5 & 1 & 4\\[0pt]
4 & 0 & 4 & 1 & 5 & 2 & 6 & 3\\[0pt]
5 & 0 & 5 & 3 & 1 & 6 & 4 & 2\\[0pt]
6 & 0 & 6 & 5 & 4 & 3 & 2 & 1\\[0pt]
\end{tabular}
\end{center}

\subsection{Question Three}
\label{sec:org6ac99a4}
\(x = [1], [3], [5], [7]\)

\subsection{Question Five}
\label{sec:org69e894a}
\(x = [1], [2], [4], [5]\)

\subsection{Question Eight}
\label{sec:org26350fa}
\(x = [1], [2], [6], [7]\)

\subsection{Question Eleven}
\label{sec:orgcd603cc}
\subsubsection{b}
\label{sec:org2896606}
\(x = [0], [1], [2], [3]\)
\subsection{Question Fifteen}
\label{sec:org5bca8ba}
\subsubsection{c}
\label{sec:org830aeb3}
From the Binomial Theorem,

\begin{align*}
(a + b)^5 &= a^5 + 5a^4 b + 10a^3 b^2 + 10a^2 b^3 + 5ab^4 + b^5
\end{align*}

Then,
\begin{equation*}
(a + b)^5 &\equiv_5 (a^5 + 5a^4 b + 10a^3 b^2 + 10a^2 b^3 + 5ab^4 + b^5) \\
&\equiv_5 (a^5 + b^5) \\
\end{equation*}

since each of the terms \(5a^4 b, 10a^3 b^2, 10a^2 b^3, 5ab^4\) are zero as \(5 \equiv_5 0\) and \(10 \equiv_5 0\).



\section{Section 2.3}
\label{sec:org7ebf66c}
\subsection{Question One}
\label{sec:orge906711}
\subsubsection{b}
\label{sec:orgddb4d23}
\([1], [3], [5], [7]\) since \([7 * 7] = [49] = [1]\), \([5 * 5] = [25] = [1]\), \([3 * 3] = [9] = [1]\), and
\([1 * 1] = [1]\).
\subsection{Question Two}
\label{sec:org4efa77f}
\subsubsection{b}
\label{sec:org41d490d}
\([2], [4], [6]\) since \([2 * 4] = [8] = [0]\), \([4 * 4] = [16] = [0]\), and \([6 * 4] = [24] = [0]\).
\subsection{Question Eight}
\label{sec:org27e3ed4}
\subsubsection{a}
\label{sec:orgeac97d5}
\begin{enumerate}
\item \(2x = 1\)
\item \(2x = 3\)
\item \(2x = 5\)
\end{enumerate}
\subsubsection{b}
\label{sec:orgb99f90c}
Yes, each one is equivalent to 0 when \(x = 6\).
\subsection{Question Nine}
\label{sec:orge8d0de5}
\subsubsection{a}
\label{sec:org8045c18}
By definition, there exists \(b\), the inverse of \(a\), such that \(ab = 1\).
Assume that \(a\) is a zero divisor, then there exists \(c \neq 0\)
such that \(ac = 0\). Then, \((ab)c = 0b \Rightarrow (1)(c) = 0\) implies that \(c = 0\), which is a contradiction.
\subsubsection{b}
\label{sec:orgc5282b2}
By definition, there exists \(b\), with \(b \neq 0\) such that \(ab = 0\).
Assume that \(a\) is a unit, then there exists \(c\) such that \(ac = 1\).
Then, \((b)ac = 1b \Rightarrow 0c = b\) implies that \(b = 0\), which is a contradiction.

\subsection{Question Eleven}
\label{sec:org6981e66}
By definition of \(a\) being a unit, there exists \(ay = 1\) with \(y\) being an inverse of \(a\).
By multiplying our target \((y)ax = (y)b \Rightarrow x = yb\).

To prove this is unique, assume that \(k\) and \(l\) are solutions of \(ax = b\). Then, \(ak = b\) and \(al = b\). Since \(a\) is a unit, by using our
previous strategy, \((y)ak = (y)b\) and \((y)al = (y)b\), so \(k = yb\) and \(l = yb\) and thus \(k = l\).


\section{Chapter 13}
\label{sec:org62ae8b0}
\subsection{A2}
\label{sec:org0b1499e}
As \(p | c \Rightarrow c = pk\), and \(p | c \Rightarrow c = ql\) then \(pk = ql\) and thus by Theorem 1.5 since \(p\) and \(q\) are prime \(p | l\)
or \(p | q\) and \(q | p\) or \(q | k\), but since \(p\) and \(q\) are prime, then it must be that only \(p | l\) and \(q | k\).

Since \(p | l\) then \(l = mp\) and \(c = ql \Rightarrow c = qmp\) and \(qp\) is a factor of \(c\).

\subsection{A3 (a)}
\label{sec:orge4f13f2}
GO = 0715

715\textsuperscript{3} (mod 2773) = 107
\end{document}