Statement of Fermat's Last Theorem #
This file states Fermat's Last Theorem. We provide a statement over a general semiring with specific exponent, along with the usual statement over the naturals.
Statement of Fermat's Last Theorem over the naturals for a given exponent.
Equations
Instances For
Statement of Fermat's Last Theorem: a ^ n + b ^ n = c ^ n
has no nontrivial natural solution
when n ≥ 3
.
Equations
- FermatLastTheorem = ∀ n ≥ 3, FermatLastTheoremFor n
Instances For
theorem
FermatLastTheoremWith.mono
{α : Type u_1}
[Semiring α]
[NoZeroDivisors α]
{m : ℕ}
{n : ℕ}
(hmn : m ∣ n)
(hm : FermatLastTheoremWith α m)
: