Skip to content

Commit 783c3c9

Browse files
committed
change label. Is doc-gen broken?
1 parent 570a888 commit 783c3c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

blueprint/src/chapter/ch02reductions.tex

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ \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{FermatLastTheorem.of_odd_primes}\lean{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}
1212
\begin{proof}\leanok
13+
Note: this proof is \href{https://leanprover-community.github.io/mathlib4_docs/Mathlib/NumberTheory/FLT/Four.html#FermatLastTheorem.of_odd_primes}{in mathlib already};
14+
we run through it for completeness' sake.
15+
1316
Say $a^n + b^n = c^n$ is a counterexample to Fermat's Last Theorem. Every positive integer is either
1417
a power of 2 or has an odd prime factor. If $n=kp$ has an odd prime factor $p$ then
1518
$(a^k)^p+(b^k)^p=(c^k)^p$ is the counterexample we seek. It remains to deal with the case where
@@ -30,7 +33,7 @@ \section{Reduction to \texorpdfstring{$n\geq5$}{ngeq5} and prime}
3033

3134
\begin{corollary}\label{WLOG_p_ge_5}\leanok If there is a counterexample to Fermat's Last Theorem, then there is a counterexample $a^p+b^p=c^p$ with $p$ prime and $p\geq 5$.
3235
\end{corollary}
33-
\begin{proof}\uses{p_not_three, WLOG_n_prime}\leanok Follows from the previous two lemmas.\end{proof}
36+
\begin{proof}\uses{p_not_three, FermatLastTheorem.of_odd_primes}\leanok Follows from the previous two lemmas.\end{proof}
3437

3538
\section{Frey packages}
3639

0 commit comments

Comments
 (0)