9

Doron Zeilberger suggested the following potential proof for Fermat's last theorem:

Let's define: $$W(n,a,b,c) \equiv (a^n + b^n - c^n)^2$$ I am almost sure that there exists a polynomial, discoverable by computer, with positive coefficients such that: $$W(n,a,b,c) = P\left(W(n,a-1,b,c), W(n,a,b-1,c), \ldots W(n -1,a,b,c), \ldots\right)$$ for $n>3$.

Since $W > 0$ for $n= 3$, and $abc>0$ FLT would follow.


$$$$

Could someone explain how / why exactly "FLT would follow"?

Moreover, why wouldn't one have to find a separate polynomial for each (unbound) $n$?

1 Answers1

6

The proof is by infinite descent. Let $n,a,b,c$ be the smallest possible solution to $W(n,a,b,c) = 0$, where $n>3$. Since he is almost sure that there exists a polynomial, discoverable by computer, with positive coefficients such that: $$W(n,a,b,c) = P\left(W(n,a-1,b,c), W(n,a,b-1,c), \ldots W(n -1,a,b,c), \ldots\right)$$ for $n>3$. This would mean that $W(n,a,b,c) > 0$ contradicting the fact that $a,b,c$ is the smallest possible solution to $W(n,a,b,c) = 0$.

Adhvaitha
  • 20,657
  • This answer does not make a lot of sense (at least to me), and it does not explain the use or construction of the described polynomial. – Nathaniel Bubis Apr 22 '15 at 03:01
  • @nbubis Note that none of $W(n-1,a,b,c), W(n,a-1,b,c), W(n,a,b-1,c), W(n,a,b,c-1),...$ are zeros. Hence, if we look at a polynomial expression with positive coefficients with these terms then $W(n,a,b,c)$ would just be a sum of positive terms an hence will never be $0$. – Adhvaitha Apr 22 '15 at 03:04
  • But how do you know that they are not zero? e.g. $W(2, 3, 4,5) =0$ – Nathaniel Bubis Apr 22 '15 at 16:05
  • Also, wouldn't sch a polynomial be unique for every $n$? – Nathaniel Bubis Apr 22 '15 at 16:06
  • @nbubis n will be larger than 2, also he assumes there is some general formula valid for all $n$ that one could prove using e.g. induction. – Count Iblis Jun 29 '16 at 23:26