We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773a20a commit a7e8600Copy full SHA for a7e8600
FltRegular/SmallNumbers/SmallNumbers.lean
@@ -20,7 +20,7 @@ theorem FLT_small {n : ℕ} (hn : n ∈ Finset.Icc 3 16) : FermatLastTheoremFor
20
· apply FermatLastTheoremFor.mono (show 3 ∣ 6 by decide)
21
exact fermatLastTheoremThree
22
· exact fermatLastTheoremSeven
23
- · apply FermatLastTheoremFor.mono (show 4 ∣ _ by decide)
+ · apply FermatLastTheoremFor.mono (show 4 ∣ 8 by decide)
24
exact fermatLastTheoremFour
25
· apply FermatLastTheoremFor.mono (show 3 ∣ 9 by decide)
26
0 commit comments