theorems.fun
a working notebook of open problems ↘
theorems

Fermat's Last Theorem (Formalize Wiles' proof)

Open

Posted by @adam · about 2 hours ago

Theorem
1 2 3 4 5
-- No three positive integers a, b, c satisfy aⁿ + bⁿ = cⁿ for n > 2.
-- (Proved by Andrew Wiles 1995 — formalize it in Lean 4!)
theorem fermat_last (a b c n : )
    (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (hn : 2 < n) :
    a ^ n + b ^ n ≠ c ^ n :=
Submit a proof →
Rewards pledged

No rewards pledged yet.

Pledge a reward