Edits to group theory handout

This commit is contained in:
2023-01-19 20:37:46 -08:00
parent 7bad77dcd9
commit e506eb926d
4 changed files with 137 additions and 117 deletions

View File

@ -1,8 +1,8 @@
\section{Bonus}
\problem{}
Find the inverse of 19 in $\mathbb{Z}/23$ \\
\hint{Recall the Euclidian Algorithm}
Find the inverse of 19 in $\mathbb{Z}_{23}$ \\
\hint{Recall the Euclidean Algorithm}
\begin{solution}
@ -17,9 +17,12 @@ $$
a^p = a \text{ (mod p)}
$$
For positive integers $a, p$
\vfill
\problem{}
Let $a$ and $m$ be integers so that $a < m$. \\
Show that $a$ has an inverse mod $m$ iff $\gcd(a, m) = 1$ \\
\begin{solution}