Skip to content

Commit 2147a2f

Browse files
committed
trying to get blueprint github issues working
1 parent f33a86d commit 2147a2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blueprint/src/chapter/reductions.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ \section{Overview}
55

66
\section{Reduction to \texorpdfstring{$n\geq5$}{ngeq5} and prime}
77

8-
\begin{lemma}\label{WLOG_n_prime}\lean{FermatLastTheorem.of_odd_primes}\leanok
8+
\begin{lemma}\label{WLOG_n_prime}\lean{FLT.FermatLastTheorem.of_odd_primes}\leanok
99
If there is a counterexample to Fermat's Last Theorem, then there is a counterexample $a^p+b^p=c^p$
1010
with $p$ an odd prime.
1111
\end{lemma}
@@ -20,7 +20,8 @@ \section{Reduction to \texorpdfstring{$n\geq5$}{ngeq5} and prime}
2020

2121
Euler proved Fermat's Last Theorem for $p=3$; at the time of writing this is not in mathlib.
2222

23-
\begin{lemma}\label{p_not_three}\lean{fermatLastTheoremThree}\leanok
23+
\begin{lemma}\label{p_not_three}\lean{FLT.fermatLastTheoremThree}\leanok
24+
\discussion{16}
2425
There are no nontrivial solutions in integers to $a^3+b^3=c^3$.
2526
\end{lemma}
2627
\begin{proof}
@@ -35,7 +36,7 @@ \section{Frey packages}
3536

3637
For convenience we make the following definition.
3738

38-
\begin{definition}\label{Frey_package}\lean{FreyPackage}\leanok A \emph{Frey package} is a triple $(a,b,c)$ of nonzero pairwise coprime integers with $a\equiv3\pmod4$ and $b\equiv0\pmod2$, and a prime $p\geq5$, such that $a^p+b^p=c^p$.\end{definition}
39+
\begin{definition}\label{Frey_package}\lean{FLT.FreyPackage}\leanok A \emph{Frey package} is a triple $(a,b,c)$ of nonzero pairwise coprime integers with $a\equiv3\pmod4$ and $b\equiv0\pmod2$, and a prime $p\geq5$, such that $a^p+b^p=c^p$.\end{definition}
3940

4041
Our next reduction is as follows:
4142

0 commit comments

Comments
 (0)