Considering the cubic case of Fermat’s Last Theorem, I make the following claim:
Proposition: The Diophantine equation $$ X^3 + Y^3 = Z^3 \tag{$\star$} $$ has a finite number of primitive [and non-trivial] integer solutions $(x,y,z)$.
Is there a simple and elementary way to prove this statement?
Note: I am aware of Wiles’s proof of FLT in the general case, and the infinite descent proof of the cubic case by Euler et al., and the Mordell–Weil theorem, etc. I’m just curious, independent of those things, whether this weaker proposition has a simple and elementary proof.
Suppose $z=x+d_1$ and $y=x+d_2$ also $y>x$ ⇒ $d_2<d_1$. Substituting in equation we get:
$x^3 +3x^2(d_2-d_1) +3x(d_2^2 -d_1^2)-d_1^3=0$
Now If you claim equation $x^3+y^3=z^3$ have a solution then you have to prove the equation $x^3 +3x^2(d_2-d_1) +3x(d_2^2 -d_1^2)-d_1^3=0$ has a solution. You can either use standard algorithm for cubic equations or reasoning to show this. I think this could be a simple elementary method.
– sirous Dec 18 '17 at 06:56