Skip to content

Commit 738c3c4

Browse files
committed
nothing
1 parent ba141eb commit 738c3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FLT.lean

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ theorem PNat.pow_add_pow_ne_pow
2020
(n : ℕ) (hn : n > 2) :
2121
x^n + y^n ≠ z^n :=
2222
PNat.pow_add_pow_ne_pow_of_FermatLastTheorem FLT.Wiles_Taylor_Wiles x y z n hn
23+

0 commit comments

Comments
 (0)