Skip to content

Commit 1a6e73a

Browse files
committed
Merge branch 'main' of github.com:ImperialCollegeLondon/FLT
2 parents 65a411f + 5d47503 commit 1a6e73a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.gitignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
/lake-packages/*
44
.lake/*
55
.DS_Store
6+
# Lean blueprint
67
blueprint/print/print.log
78
blueprint/web/
9+
blueprint/src/web.paux
10+
blueprint/src/web.bbl
811
blueprint/print/
912
# KB guesses this is safe (he's asked Patrick)
10-
blueprint/lean_decls
13+
blueprint/lean_decls
1114
# Files generated by LaTeX
1215
*.aux
1316
*.bbl
@@ -18,4 +21,5 @@ blueprint/lean_decls
1821
*.fls
1922
*.fdb_latexmk
2023
*.synctex.gz
21-
24+
# Python virtual environment
25+
/.venv

blueprint/src/chapter/ch03frey.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,6 @@ \section{Hardly ramified representations}
410410

411411
\begin{theorem}\label{Frey_curve_irreducible} The $\ell$-torsion in the Frey curve associated to a Frey package $(a,b,c,\ell)$ is irreducible.
412412
\end{theorem}
413-
\begin{proof}\uses{Frey_curve_reducible_structure, Frey_curve_no_trivial_submodule, Frey_curve_no_trivial_quotient,EllipticCurve.n_torsion_dimension} Follows from theorem~\ref{Frey_curve_reducible_structure}, corollary~\ref{Frey_curve_no_trivial_submodule}
413+
\begin{proof}\uses{Frey_curve_reducible_structure, Frey_curve_no_trivial_submodule, Frey_curve_no_trivial_quotient,Elliptic_curve_n_torsion_2d} Follows from theorem~\ref{Frey_curve_reducible_structure}, corollary~\ref{Frey_curve_no_trivial_submodule}
414414
and corollary~\ref{Frey_curve_no_trivial_quotient}.
415415
\end{proof}

blueprint/src/chapter/chtopbestiary.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ \section{Results from class field theory}
6666
then let $\A_N^f:= N\otimes_{\Z}\widehat{\Z}$
6767
denote the finite adeles of $N$ and let $N_\infty := N\otimes_{\Q}\R$ denote the product of the completions of $N$ at the infinite places, so $\A_N:=\A_N^f\times N_\infty$ is the ring of adeles of $N$.
6868

69-
\begin{theorem}\label{global_class_field_theory}\uses{local_class_field_theory}\notready If $N$ is a finite extension of $\Q$ then there are two ``canonical'' isomorphisms of topological groups between the profinite abelian groups $\pi_0(\A_N^\times/N^\times)$ and $\GN^{\ab}$; one sends local uniformisers to arithemtic Frobenii and the other to geometric Frobenii; each of the global isomorphisms is compatible with the local isomorphisms above.
69+
\begin{theorem}\label{global_class_field_theory}\uses{local_class_field_theory}\notready If $N$ is a finite extension of $\Q$ then there are two ``canonical'' isomorphisms of topological groups between the profinite abelian groups $\pi_0(\A_N^\times/N^\times)$ and $\GN^{\ab}$; one sends local uniformisers to arithmetic Frobenii and the other to geometric Frobenii; each of the global isomorphisms is compatible with the local isomorphisms above.
7070
\end{theorem}
7171
\begin{proof}\notready This is the main theorem of global class field theory; see for example Tate's article in~\cite{cf}.
7272
\end{proof}

0 commit comments

Comments
 (0)