Lecture 17 - 2025-03-17

This commit is contained in:
2025-03-17 11:04:47 -04:00
parent 4b024b13ee
commit 672342f3bc
2 changed files with 162 additions and 1 deletions
+162 -1
View File
@@ -1296,4 +1296,165 @@ We get unique factorization, i.e., prime iff irreducible. \[
\]
Suppose we want to compute \( \left( \frac{7}{101} \right) \). We have \[ \left( \frac{7}{101} \right) = \left( \frac{101}{7} \right) = \left( \frac{3}{7} \right) = - \left( \frac{7}{3} \right) = - \left( \frac{1}{3} \right) = -1 \]
\end{remark}
\end{remark}
\section{FLT for \( n = 3, 4 \)}
\begin{theorem}
\( x^4 + y^4 = z^4 \) has no solutions in \( \Z \) except \( x = y = z = 0 \).
\end{theorem}
\begin{note}
If \( p \mid x, y, z \), then we can factor it out. Without loss of generality, we can assume \( \gcd(x, y, z) = 1 \).
\end{note}
\subsubsection{Divisibility at \( 2 \)}
We have \( x^4 \equiv 0, 1 \pmod{4} \). We look at modulo \( p \), and we show that \( A + B = C \) has no solutions in \( A, B, C \in \{ x^4, x \in \Z / p \Z \} = Q_4(p) \).
{~~~}
In solving for \( x^2 + y^2 = p \), we used \( \Z[i] \) and factorization \( x^2 + y^2 = (x + iy)(x - iy) \). We try something similar, \[
x^4 + y^4 = (x^2 + iy^2)(x^2 - iy^2) = x^4 \qquad \text{ in } \Z[i]
\] take \( \eta = x^2 + iy^2 \), \( \bar{\eta} = x^2 - iy^2 \), and we want to solve \[
\eta \bar{\eta} = z^4 \qquad \text{ in } \Z[i]
\]
\begin{remark}
Primes in \( \Z[i] \)
\begin{enumerate}[label=(\roman*)]
\item \( 2i = (1 + i)^2 \), \( 1 + i \) is prime in \( \Z[i] \)
\item \( p \in \Z \) is \( 1 \pmod{4} \), \( p = \pi \bar{\pi} \), \( \pi, \bar{\pi} \in \Z[i] \) are primes
\item \( p \in Z \) is \( 3 \pmod{4} \), \( p \) itself is prime in \( \Z[i] \)
\end{enumerate}
\end{remark}
Note that since \( x \) and \( y \) are coprime, \( \gcd(\eta, \bar{\eta}) = 1 \) in \( \Z[i] \).
Indeed, suppose \( \pi | \eta, \bar{\eta} \), then \( \pi \mid \eta + \bar{eta} = 2x^2 \) and \( \pi \mid \eta - \bar{\eta} = 2iy^2 \) so \( \pi \mid \gcd(2x^2, 2y^2) \) so \( \pi \mid 2 \). Since \( \gcd(\eta, \bar{eta}) \) is bot dividible by \( 1 + i \), we can only have \( \pi = 1 \).
{~~~}
We conclude that
\begin{enumerate}
\item Away from \( 2 \), \( \eta \) and \( \bar{\eta} \) are both 4th powers in \( \Z[i] \).
\item If \( p \equiv 3 \pmod{4} \), then \( p \mid \eta \implies p = \bar{p} \mid \bar{\eta} \) so \( p \mid \gcd(\eta, \bar{\eta}) \mid 2 \) which cannot happen.
\end{enumerate}
\begin{remark}
\( z \) cannot be even.
If \( z \) is even, then we want to solve \( z^4 \equiv 0 \pmod{4} \) so \( ? + ? \equiv 0 \pmod{4} \) where \{ ? = \{ 0, 1 \} \}.
\end{remark}
Take \( \pi = a + bi \), and suppose \( \pi \mid \eta \implies \pi^4 \mid \eta = x^2 + y^2 \).
\( \pi^4 = a^4 + b^4 + 4a^3bi - 4ab^3i - 6a^2b^2 = (a^4 + b^4 - 6a^2b^2) + 4iab(a^2 - b^2) \).
Let's ignore \( 2 \) and suppose that \( \pi^4 = x^2 + iy^2 \).
Then, \begin{align*}
x^4 + b^4 - 6a^2b^2 & = x^2 & \text{ up to some power of } 2 \\
4ab(x^2 + b^2) & = y^2 \\
ab(x^2 + b^2) & = y^2 & \text{ ignore } 2
\end{align*}
We can assume that \( \gcd(a, b) = 1 \) since \( \gcd(x, y) = 1 \).
\begin{remark}
Since \( 4ab(x^2 + b^2) = y^2 \), we must have \( y \) even. Since \( a^2 - b^2 = w^2 \) we must have \( a \) odd and \( b \) even.
\end{remark}
We know that \( a, b, a^2 - b^2 \) are all mutually coprime so \( a, b, a^2 - b^2 \) are all squares. \[
a = u^2 \qquad b = v^2 \qquad a^2 - b^2 = w^2
\] and we have \[
u^4 - v^4 = w^2
\]
{~~~}
We now have \begin{align*}
a^4 + b^4 - 6a^2b^2 & = x^2 \\
(a^2 - b^2)^2 - 4a^2b^2 & = x^2 \\
(a^2 - 2ab - b^2)(a^2 + 2ab - b^2) & = x^2
\end{align*}
If \( \ell \mid a^2 - 2ab - b^2 \) and \( \ell \mid a^2 + 2ab - b^2 \), then \( \ell \mid 2(a^2 - b^2), 4ab \) (the sum and difference of the two terms)
\begin{itemize}
\item If \( \ell = 2 \), \[
2 \mid a^2 - b^2
\] nad since \( a \) odd \( b \) even, this cannot happen.
\item If \( \ell \neq 2 \),\[
\ell \mid ab \implies \ell \mid a \text{ or } b
\] and \[
\ell \mid a^2 - b^2 \implies \ell \mid a \text{ and } b
\] so \[
\ell = 1
\]
\end{itemize}
% Now \( a^2 - 2ab - b^2 \) is coprime to \( a^2 + 2ab - b^2 \). Thus, \[
% a^2 - 2ab - b^2 = c^2 \qquad \text{ for some } c \in \Z
% \] so \[
% b^2 + 2ab + (c^2 - a^2) = 0
% \] We solve for \( b \) and obtain \[
% = \frac{-2a \pm \sqrt{4a^2 - 4(C^2 - a^2)}}{2} = -a \pm \sqrt{2C^2}
% \]
TODO: See Picture
\subsection{Review: M\"obius Inversion}
Suppose \[
f(n) = \sum_{d \mid n} g(d) \qquad \forall n \in \N_{\geq 1}
\] then \[
g(n) = \sum_{d \mid n} \mu\left( \frac{n}{d} \right) f(d)
\]
Think of the \( g(d) \) as variables, \( f(n) \) as knowns, and \( f(n) = \sum_{d \mid n} g(d) \) as a system of linear equations.
The simpliest equations are uppar-triangular. We conclude that this system is indeed uppar triangular.
\begin{itemize}
\item For \( n = 1 \), \( g(1) = f(1) \)
\item For \( n = p \), \( f(p) = g(1) + g(p) \) so \[
g(p) = f(p) - f(1) \qquad \text{ since } f(1) = g(1)
\]
\item For \( n = p^2 \), \( g(p^2) + g(p) + g(1) = f(p^2) \) so \[
g(p^2) = f(p^2) - f(p) \qquad \text{ since } f(p) = g(1) + g(p)
\]
For \( n = pq \) distinct primes, \( g(pq) + g(p) + g(q) + g(1) = f(pq) \) so \[
g(pq) = f(pq) - f(p) - f(q) + f(1)
\]
\end{itemize}
\begin{proof}
Because the equations are triangular, there is at most one solution. Sufficies to verify that the solution works.
\begin{align*}
\sum_{d \mid n} g(d)
& = \sum_{d \mid d} \sum_{e \mid n = d} f(e) \mu(m)
\\
& = \sum_{e \mid n} f(e) \sum_{m \mid n/e} \mu(m)
\end{align*}
Take \( N = n/e \), WTS \[
\sum_{m \mid N} \mu(m) = \begin{cases}
1 & \text{if } N = 1 \\
0 & \text{otherwise}
\end{cases}
\]
It's easy to prove since \( \mu \ast 1 \left( = \sum_{m \mid N} \mu(m) \right) \) is multiplicative, so check on prime powers \( N = p^k \), \[
\sum_{m \mid N} \mu(m) = \begin{cases}
\mu(1) - \mu(p) = 0 & \text{ if } k \geq 1 \\
\mu(1) = 1 & \text{ if } k = 0
\end{cases}
\]
\end{proof}