Browse Source

Add AbstractAlgebra notes ch18-ch26

master
arnaucube 2 years ago
parent
commit
1e98a56325
6 changed files with 120 additions and 10 deletions
  1. BIN
      abstract-algebra-charles-pinter-notes.pdf
  2. +102
    -4
      abstract-algebra-charles-pinter-notes.tex
  3. +13
    -0
      number-theory.sage
  4. +3
    -0
      number-theory_test.sage
  5. BIN
      seminarexercises.pdf
  6. +2
    -6
      seminarexercises.tex

BIN
abstract-algebra-charles-pinter-notes.pdf


+ 102
- 4
abstract-algebra-charles-pinter-notes.tex

@ -26,7 +26,7 @@
\maketitle
\begin{abstract}
Notes on \emph{"A book of Abstract Algebra - by Charles C. Pinter"}, is a $LaTeX$ version of handmade notes taken while reading the book. It contains only some definitions and theorems (without proofs), so it is highly recommended to read the actual book instead of the current notes. Additionally, some theorems and concepts are extended with notes from other resources from outside the book.
Notes on \emph{"A book of Abstract Algebra - by Charles C. Pinter"}, is a $LaTeX$ version of handmade notes taken while reading the book. It contains only some definitions and theorems (without proofs), so it is highly recommended to read the actual book instead of the current notes.
\\
\emph{This is an unfinished and 'work in progress' document.}
\end{abstract}
@ -324,16 +324,114 @@ for any elements a, b, and c in the ring if $a \neq 0$.
A ring has the \emph{cancellation property} iff it has no \emph{divisors of zero}.
\end{theorem}
\begin{definition}[Ideal]
A nonempty subset $B$ of a ring $A$ is called an \emph{ideal} of $A$ if $B$ is closed with respect to addition and negatives, and $B$ absorbs products in $A$.
\\
(\emph{Absorbs product}: $\forall b \in B$ and $x \in A$, then $xb, bx \in B$).
\end{definition}
\begin{definition}[Principal ideal]
A \emph{principal ideal} is an ideal $I$ in a ring $R$ that is generated by a single element $a \in R$ through multiplication by every element of $R$. In other words $I = aR = \{a r : r \in R \}$.
\\
(eg. Every ideal of $\mathbb{Z}$ is principal).
\end{definition}
\begin{definition}[Integral domain]
An \emph{integral domain} is defined to be a commutative ring with unity having the cancellation property.
\end{definition}
Every field is an integral domain, but the converse is not true (eg. $\mathbb{Z}$ is an integral domain but not a field).
\begin{definition}[Ideal]
A nonempty subset $B$ of a ring $A$ is called an \emph{ideal} of $A$ if $B$ is closed with respect to addition and negatives, and $B$ absorbs products in $A$.
\begin{definition}[Characteristic n]
Let $A$ be a ring with unity, the \emph{characteristic} of $A$ is the least positive integer $n$ such that
$$1 + 1 + \cdots + 1 = 0$$
If there is no such positive integer $n$, $A$ has characteristic $0$.
\end{definition}
\section{Factoring into primes}
\begin{definition}[Euclid's lemma]
Let $m$ and $n$ be integers, and let $p$ be a prime. If $p|(mn)$, then either $p|m$ or $p|n$.
\end{definition}
\framebox{WIP: covered until chapter 18, work in progress.}
\begin{theorem}[Factorization into primes]
Ever integer $n>1$ can be expressed as a product of positive primes. That is, there are one or more primes $p_1, \ldots, p_r$ such that $n=p_1 p_2 \cdots p_r$.
\end{theorem}
\begin{theorem}[Unique factorization]
Suppose $n$ can be factored into positive primes in two ways, namely,
$$n= p_1 \cdots p_r = q_1 \cdots q_t$$
Then $r=t$, and the $p_i$ are the same numbers as the $q_j$ except, possibly, for the order in which they appear.
\end{theorem}
From the last two theorems: every integer $m$ can be factored into primes, and the prime factors of $m$ are unique (except for the order).
\section{Elements of number theory}
\begin{theorem}[Little theorem of Fermat]
Let $p$ be a prime. Then,
$$a^{p-1} \equiv 1 \pmod p, \forall a \not\equiv 0 \pmod p$$
\\
So, by taking $a^{p-2} \cdot a \equiv 1 \pmod p$, where $a^{p-2} \equiv a^{-1} \pmod p$ (the inverse modulo p), we see that $a^p \equiv a \pmod p, \forall a \in \mathbb{Z}$, so $a^p - a$ is a multiple of $p$.
\end{theorem}
\begin{theorem}[Euler's $\phi$ function]
\emph{Euler's $\phi$ function} describes the number of integers in $\mathbb{Z} / n \mathbb{Z}$ which are relatively prime (coprime) to $n$.
\end{theorem}
\begin{theorem}[Euler's theorem]
If $a$ and $n$ are relatively prime, $a^{\phi(n)} \equiv 1 \pmod n$.
\end{theorem}
\section{Polynomials}
\begin{definition}
Let $A$ be a commutative ring with unity, and $x$ an arbitrary symbol. Every expression of the form
$$a_0 + a_1 x + a_2 x^2 + \cdots + a_n x^n$$
is called a \emph{polynomial in $x$ with coefficients in $A$}, or more simply, a \emph{polynomial in $x$ over $A$}.
\end{definition}
The expressions $a_k x^k$, for $k \in \{ 1, \ldots, n \}$, are called the \emph{terms} of the polynomial, being $a_n x^n$ the \emph{leading term}, and $a_0$ the \emph{constant term}.
The $a_k$ are called the \emph{coefficients} of $x^k$, being $a_n$ the \emph{leading coefficient}. And the \emph{degree} of a polynomial $a(x)$ is the greatest $n$ such that the coefficient of $x^n$ is not zero.
The polynomial whose leading coefficient is equal to $1$ is called \emph{monic}.
\begin{theorem}[Division algorithm for polynomials]
If $a(x)$ and $b(x)$ are polynomials over a field $F$, and $b(x) \neq 0$, there exist polynomials $q(x)$ and $r(x)$ over $F$ such that
$a(x) = b(x) q(x) + r(x)$ and
[$r(x) = 0$ or $\deg r(x) < \deg b(x)$].
\end{theorem}
\begin{theorem}
Any two nonzero polynomials $a(x), b(x) \in F[x]$ have a $\gcd d(x)$. Furthermore, $d(x)$ can be expressed as a \emph{linear combination}
$$d(x)= r(x) a(x) + s(x) b(x)$$
where $r(x), s(x) \in F[x]$.
\end{theorem}
\begin{theorem}[Factorization into irreducible polynomials]
Every polynomial $a(x)$ of positive degree in $F[x]$ can be written as a product
$$a(x) = k p_1(x) p_2(x) \cdots p_r(x)$$
where $k$ is a constant in $F$ and $p_1(x), \ldots, p_r(x)$ are monic irreducible polynomials of $F[x]$.
\end{theorem}
\begin{theorem}[Unique factorization]
If $a(x)$ can be written in two ways as a product of monic irreducibles, say
$$a(x) = k p_1(x) \cdots p_r(x) = l q_1(x) \cdots q_s(x)$$
then $k=l$, $r=s$, and $p_i(x) = q_j(x)$.
\end{theorem}
\begin{theorem}
$c$ is a root of $a(x)$ iff $x - c$ is a factor of $a(x)$.
\end{theorem}
\begin{theorem}
If $a(x)$ has distinct roots $c_1, \ldots, c_m$ in $F$, then $(x-c_1)(x-c_2)\cdots(x-c_m)$ is a factor of $a(x)$.
\end{theorem}
\begin{theorem}
If $a(x)$ has degree $n$, it has at most $n$ roots.
\end{theorem}
\framebox{WIP: covered until chapter 26, work in progress.}
\end{document}

+ 13
- 0
number-theory.sage

@ -32,6 +32,12 @@ def gcd(a, b):
return g*b
def gcd_recursive(a, b):
if mod(a, b)==0:
return b
return gcd_recursive(b, mod(a,b))
# Extended Euclidean algorithm
# Inputs: a, b
# Outputs: r, x, y, such that r = gcd(a, b) = x*a + y*b
@ -54,6 +60,13 @@ def egcd(a, b):
return d, x, y
def egcd_recursive(a, b):
if b==0:
return a, 1, 0
g, x, y = egcd_recursive(b, a%b)
return g, y, x - (a//b) * y
# Inverse modulo N, using the Extended Euclidean algorithm
def inv_mod(a, N):
g, x, y = egcd(a, N)

+ 3
- 0
number-theory_test.sage

@ -18,9 +18,12 @@ assert crt(a_i, m_i, M) == 42
assert gcd(21, 12) == 3
assert gcd(1_426_668_559_730, 810_653_094_756) == 1_417_082
assert gcd_recursive(21, 12) == 3
#####
# Extended Euclidean algorithm tests
assert egcd(7, 19) == (1, -8, 3)
assert egcd_recursive(7, 19) == (1, -8, 3)
#####
# Inverse modulo N tests

BIN
seminarexercises.pdf


+ 2
- 6
seminarexercises.tex

@ -42,12 +42,8 @@
\end{solution}
\begin{solution}{1.28}\
The quotient set of the equivalence relation in Example 1.27 is
$$
X / \sim = \{[(x_0,y_0)], [(x_1, y_1)], \ldots, [(x_n, y_n)]\}
$$
Yes, it is isomorphic to the cosets of the \emph{nth} roots of unity, which are $\mathbb{G}_n = \{w_k\}^{n-1}_{k=0}$, where $w_k=e^{\frac{2 \pi i}{n}}$.
\emph{(WIP)}\\
It is isomorphic to the cosets of the \emph{nth} roots of unity, which are $\mathbb{G}_n = \{w_k\}^{n-1}_{k=0}$, where $w_k=e^{\frac{2 \pi i}{n}}$.
\end{solution}
\begin{solution}{2.2}\

Loading…
Cancel
Save