From 6761863358cb35d64b927c7120aca5747e7c13b1 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 23 Jan 2023 16:11:45 -0800 Subject: [PATCH] Fixed a few errors --- Advanced/Group Theory/parts/00 review.tex | 4 ++-- Advanced/Group Theory/parts/01 groups.tex | 2 +- Advanced/Group Theory/parts/03 bonus.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Advanced/Group Theory/parts/00 review.tex b/Advanced/Group Theory/parts/00 review.tex index e8cc4d0..7a976fb 100755 --- a/Advanced/Group Theory/parts/00 review.tex +++ b/Advanced/Group Theory/parts/00 review.tex @@ -70,11 +70,11 @@ Not all elements of $\mathbb{Z}_n$ have an inverse. Those that do are called \te \vspace{2mm} -The set of all units in $\mathbb{Z}_n$ is written $(\mathbb{Z}_n)^\times$ \\ +The set of all units in $\mathbb{Z}_n$ is written $\mathbb{Z}_n^\times$ \\ Read this as \say{$\mathbb{Z}$ mod $n$ cross} \problem{} -What are the elements of $(\mathbb{Z}_5)^\times$? +What are the elements of $\mathbb{Z}_5^\times$? \begin{solution} $\{1, 2, 3, 4\}$ diff --git a/Advanced/Group Theory/parts/01 groups.tex b/Advanced/Group Theory/parts/01 groups.tex index a14d064..3f43604 100755 --- a/Advanced/Group Theory/parts/01 groups.tex +++ b/Advanced/Group Theory/parts/01 groups.tex @@ -1,6 +1,6 @@ \section{Groups} -Group theory gives us a set tools for understanding complex systems. We can use groups to solve the Rubik's cube, to solve problems in physics and chemistry, and to understand complex geometric symmetries. It's also worth noting that all modern crypography relies heavily on group theory. +Group theory gives us a set tools for understanding complex systems. We can use groups to solve the Rubik's cube, to solve problems in physics and chemistry, and to understand complex geometric symmetries. It's also worth noting that all modern cryptography relies heavily on group theory. \definition{} A \textit{group} $(G, \ast)$ consists of a set $G$ and an operator $\ast$. \\ diff --git a/Advanced/Group Theory/parts/03 bonus.tex b/Advanced/Group Theory/parts/03 bonus.tex index 9612f7a..48d252b 100644 --- a/Advanced/Group Theory/parts/03 bonus.tex +++ b/Advanced/Group Theory/parts/03 bonus.tex @@ -11,7 +11,7 @@ Find the inverse of 19 in $\mathbb{Z}_{23}$ \\ \vfill \problem{} -Prove Lagrange's theorem: +Prove Fermat's little theorem: $$ a^p = a \text{ (mod p)}