You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: blueprint/src/chapter/ch02reductions.tex
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,15 +52,15 @@ \section{Frey packages}
52
52
The last thing to ensure is that $a$ is 3 mod~4. Because $b$ is even, we know that $a$ is odd, so it is either~1 or~3 mod~4. If $a$ is 3 mod~4 then we are home; if however $a$ is 1 mod~4 we replace $a,b,c$ by their negatives and this is the Frey package we seek.
53
53
\end{proof}
54
54
55
-
\section{Galois representations and elliptic curves}
55
+
\section{Galois representations and elliptic curves}\label{twopointfour}
56
56
57
57
To continue, we need some of the theory of elliptic curves over $\Q$. So let $f(X)$ denote any monic cubic polynomial with rational coefficients and whose three complex roots are distinct, and let us consider the equation $E:Y^2=f(X)$, which defines a curve in the $(X,Y)$ plane. This curve (or strictly speaking its projectivisation) is a so-called elliptic curve (or an elliptic curve over $\Q$ if we want to keep track of the field where the coefficients of $f(X)$ lie).
58
58
59
59
If $E:Y^2=f(X)$ is as above, and if $K$ is any field of characteristic 0, then we write $E(K)$ for the set of solutions to $y^2=f(x)$ with $x,y\in K$, together with an additional ``point at infinity''. It is an extraordinary fact, and not at all obvious, that $E(K)$ naturally has the structure of an additive abelian group, with the point at infinity being the zero element (the identity). We shall use $+$ to denote the group law. This group structure has the property that three distinct points $P,Q,R\in K^2$ which are in $E(K)$ will sum to zero if and only if they are collinear.
60
60
61
61
The group structure behaves well under change of field: If $K$ and $L$ are two fields of characteristic zero and $f:K\to L$ is a field homomorphism, the map from $E(K)$ to $E(L)$ induced by $f$ is an additive group homomorphism. This construction is functorial (it sends the identity to the identity, and compositions to compositions). Thus if $f$ is an isomorphism of fields, the induced map $E(K)\to E(L)$ is an isomorphism of groups, with the inverse isomorphism being the map $E(L)\to E(K)$ induced by $f^{-1}$. This construction thus gives us an action of the multiplicative group $\Aut(K)$ of automorphisms of the field $K$ on the additive abelian group $E(K)$. In particular, if $\Qbar$ denotes an algebraic closure of the rationals (for example, the algebraic numbers in $\bbC$) and if $\GQ$ denotes the group of field isomorphisms $\Qbar\to\Qbar$, then for any elliptic curve $E$ over $\Q$ we have an action of $\GQ$ on the additive abelian group $E(\Qbar)$.
62
62
63
-
We need a variant of this construction where we only consider the $p$-torsion of the curve. Recall that if $A$ is any additive abelian group, and if $p$ is a prime number, then the subgroup $A[p]$ of elements $a$ such that $pa=0$ is naturally a vector space over the field $\Z/p\Z$. If a group~$G$is acting on $A$ via additive group isomorphisms, then there will be an induced action of~$G$ on $A[p]$, which thus inherits the stucture of a mod $p$ representation of $G$. Applying this to the above situation, we deduce that if $E$ is an elliptic curve over $\Q$ then $\GQ$ acts on $E(\Qbar)[p]$ and this is the \emph{mod $p$ Galois representation} attached to the curve $E$.
63
+
We need a variant of this construction where we only consider the $n$-torsion of the curve, for $n$ a positive integer. Recall that if $A$ is any additive abelian group, and if $n$ is a positive integer, then we can consider the subgroup $A[n]$ of elements $a$ such that $na=0$. If a group~$G$acts on $A$ via additive group isomorphisms, then there will be an induced action of~$G$ on $A[n]$. If furthermore $n=p$ is prime, then $A[p]$ is naturally a vector space over the field $\Z/p\Z$, and thus it inherits the stucture of a mod $p$ representation of $G$. Applying this to the above situation, we deduce that if $E$ is an elliptic curve over $\Q$ then $\GQ$ acts on $E(\Qbar)[p]$ and this is the \emph{mod $p$ Galois representation} attached to the curve $E$.
64
64
65
65
In the next section we apply this theory to an elliptic curve coming from a counterexample to Fermat's Last theorem.
Copy file name to clipboardexpand all lines: blueprint/src/chapter/ch03frey.tex
+19-29
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ \chapter{Elliptic curves, and the Frey Curve}
2
2
3
3
\section{Overview}
4
4
5
-
In the last chapter we explained how, given a counterexample to Fermat's Last Theorem we could construct a Frey curve, which is an elliptic curve with some interesting properties. In this chapter we start with an overview of parts of the theory of the arithmetic of elliptic curves. Following
5
+
In the last chapter we explained how, given a counterexample to Fermat's Last Theorem we could construct a Frey package and thus a Frey curve, which is an elliptic curve with some interesting properties. In this chapter we start with an overview of parts of the theory of the arithmetic of elliptic curves. Following
6
6
this we prove the two main results of this chapter: firstly that the $p$-torsion $\rho$ in the Frey curve is ``hardly ramified'', and secondly that Mazur's result on the possible torsion of elliptic curves implies that $\rho$ must be irreducible.
7
7
8
8
\section{The arithmetic of elliptic curves}
@@ -16,7 +16,7 @@ \section{The arithmetic of elliptic curves}
16
16
in the $K$-points of $E$ is a finite group of size $n^2$.
17
17
\end{theorem}
18
18
\begin{proof}
19
-
There are several proofs in the textbooks. The proof we shall formalise is forthcoming work of David Angdinata; it follows the approach with division polynomials, and it will be part of his PhD thesis.
19
+
There are several proofs in the textbooks {\bf TODO precise reference}. We shall prove this result using the theory of division polynomials; the formalisation is ongoing work of David Angdinata, and it will be part of his PhD thesis.
20
20
\end{proof}
21
21
22
22
This theorem actually tells us the structure of the $n$-torsion, because of the following
@@ -27,8 +27,8 @@ \section{The arithmetic of elliptic curves}
27
27
then $A\cong (\Z/n\Z)^2$.
28
28
\end{lemma}
29
29
\begin{proof}
30
-
One proof would be to write $A$ as $\prod_{i=1}^t(\Z/a_i\Z)$
31
-
with $a_i\mid a_{i+1}$, uses $d=a_1$ to deduce $t=2$ and then uses$d=a_2$ to deduce $a_1=a_2$.
30
+
The result is obvious if $n=1$, so we may assume $n.1$. One proof would be to write $A$ as $\prod_{i=1}^t(\Z/a_i\Z)$
31
+
with $a_i\mid a_{i+1}$ (this is possible by the structure theorem of finite abelian groups), and then to apply our hypothesis firstly with $d=a_1$ to deduce $t=2$ and then with$d=a_2$ to deduce $a_1=a_2$.
@@ -41,26 +41,13 @@ \section{The arithmetic of elliptic curves}
41
41
theorem~\ref{Elliptic_curve_n_torsion_size}.
42
42
\end{proof}
43
43
44
-
If $K$ is now any field, and $E/K$ is an elliptic curve, then for $L$ a field which is
45
-
also a $K$-algebra, we write $E(L)$ for the group of $L$-points of $E$. If $M$ is also
46
-
a field and a $K$-algebra, and $\phi:L\to M$ is a $K$-algebra morphism, then there is
47
-
an induced group homomorphism $E(L)\to E(M)$ which is functorial (that is,
48
-
the identity map $L\to L$ induces the identity map on $E(L)$, and composing $K$-algebra
49
-
morphisms and then applying the construction is the same as applying the construction
50
-
and then composing). The same holds true for the $n$-torsion: $\phi : L\to M$ induces
51
-
a functorial $\Z/n\Z$-module morphism $E(L)[n]\to E(M)[n]$.
52
-
53
-
From this, it is a purely formal fact that for $L/K$ a Galois extension,
54
-
$\Gal(L/K)$ acts naturally on $E(L)[n]$. If $K=\Q$, $L=\overline{\Q}$, $n>0$ and $E$ is an elliptic
55
-
curve over $\Q$, this gives us a \emph{Galois representation} $\Gal(\Qbar/\Q)\to\GL_2(\Z/n\Z)$
56
-
coming from the $n$-torsion of $E(\Qbar)$.
44
+
We saw in section~\ref{twopointfour} that if if $E$ is an elliptic curve over a field $K$,
45
+
then $\GK$ acts naturally on the abelian group $E(\Kbar)[n]$. If furthermore $n\not=0$ in $K$ then from the above corollary, we now know that this abelian group is free of rank 2 over $\Z/n\Z$. If we choose a basis (this is traditionally done in the literature, although we do not ever seem to actually use such a choice), then $E(\Kbar)[n]$ gives us a \emph{Galois representation} $\Gal(\Kbar/K)\to\GL_2(\Z/n\Z)$.
57
46
58
47
A fundamental fact about this Galois representation is that its determinant is the
59
48
cyclotomic character.
60
49
61
-
\begin{theorem}\label{Elliptic_curve_det_p_torsion}\uses{Elliptic_curve_p_torsion_2d} If $E$ is an
62
-
elliptic curve over a field $K$, and $n>0$ is a positive integer which is nonzero in $K$, then the
63
-
determinant of the 2-dimensional representation of $\Gal(K^{\sep}/K)$ on $E[n]$ is the
50
+
\begin{theorem}\label{Elliptic_curve_det_n_torsion}\uses{Elliptic_curve_n_torsion_2d} If $E$ is an elliptic curve over a field $K$, and $n>0$ is a positive integer which is nonzero in $K$, then the determinant of the 2-dimensional representation of $\Gal(K^{\sep}/K)$ on $E[n]$ is the
64
51
mod $n$ cyclotomic character.
65
52
\end{theorem}
66
53
\begin{proof}
@@ -71,39 +58,42 @@ \section{Good reduction}
71
58
72
59
We give a brief overview of the theory of good and multiplicative reduction of elliptic curves.
73
60
For more details one can consult the standard sources such as~\cite{silverman}. **TODO** more
74
-
precise ref.
61
+
precise ref. We stick with the low-level approach, thinking of elliptic curves as plane cubics; whilst we cannot do this forever, it will suffice for these initial results.
75
62
76
-
Let $E$ be an elliptic curve over the field of fractions $K$ of a DVR
63
+
\begin{definition}\label{good_reduction} Let $E$ be an elliptic curve over the field of fractions $K$ of a DVR
77
64
$R$ with maximal ideal $\m$. We say $E$ has \emph{good reduction} if $E$ has a model with
78
65
coefficients in $R$ and the reduction mod $\m$ is still non-singular. If $E$ is an elliptic curve
79
-
over a number field $N$ then one says that $E$ has good reduction at a finite place $P$ of $N$ if
66
+
over a number field $N$and $P$ is a finite place of $N$, then one says that $E$ has \emph{good reduction at $P$} if
80
67
the base extension of $E$ to the completion $N_P$ of $N$ at $P$ has good reduction.
81
68
69
+
\begin{remark} From this point on, our Frey curves and Frey packages will use notation $(a,b,c,\ell)$, with $\ell\geq5$ a prime number. This frees up $p$ for use as another prime.
70
+
82
71
\begin{example} If $E$ is the Frey curve $Y^2=X(X-a^\ell)(X+b^\ell)$ associated to a
83
72
Frey package $(a,b,c,\ell)$, and if $p$ is a prime
84
-
not dividing $abc$ (and in particular $p>2$), then the reduction mod $p$ of this
73
+
not dividing $abc$ (and in particular if $p>2$), then the reduction mod $p$ of this
85
74
equation is still a smooth
86
75
plane cubic, because the three roots $0$, $a^\ell$ and $-b^\ell$ are distinct modulo $p$
87
76
(note that the difference between $a^\ell$ and $-b^\ell$ is $c^\ell$). Hence the Frey curve
88
77
has good reduction at $\ell$.
89
78
\end{example}
90
79
91
80
If $E$ is an elliptic curve over a number field $N$ and if $\rho$ is the representation
92
-
of $\Gal(\overline{N}/N)$ on the $n$-torsion of $E$ then the image of $\rho$ is finite,
93
-
so by the fundamental theorem of Galois theory the representation factors through an
81
+
of $\Gal(\overline{N}/N)$ on the $n$-torsion of $E$ then $\rho$ is continuous and its image is finite,
82
+
so by the fundamental theorem of (infinite) Galois theory the representation factors through an
94
83
injection $\Gal(L/N)\to\GL_2(\Z/n\Z)$ where $L/N$ is a finite Galois extension of
95
84
number fields. One says that $\rho$ is \emph{unramified} at a finite place $P$ of $N$
96
85
if the extension $L/N$ is unramified at $P$ (or in other words, if the factorization
97
86
of $P$ in the integers of $L$ is squarefree).
98
87
99
88
At some point we will need a theory of finite flat group schemes over an affine base. Here
100
-
is a working definition.
89
+
is a working definition. {\bf TODO should be locally free not flat}
101
90
102
91
\begin{definition}\label{finite_flat_group_scheme} If $R$ is a commutative ring, then
103
92
a \emph{finite flat group scheme} over $R$ is the spectrum of a commutative Hopf algebra $H/R$
104
93
which is finite and flat as an $R$-module.
105
94
\end{definition}
106
95
96
+
107
97
Some facts we will need are:
108
98
109
99
\begin{theorem}\label{good_reduction_implies_unramified} If $E$ is an ellipitic curve over a number
0 commit comments