Ninty64
- 45
- 0
Homework Statement
Show that x^{n}+y^{n}=z^{n} has a nontrivial solution if and only if the equation \frac{1}{x^{n}}+\frac{1}{y^{n}}=\frac{1}{z^{n}} has a nontrivial solution.
Homework Equations
By nontrivial solutions, it is implied that they are integer solutions.
The Attempt at a Solution
I was able to solve in one direction
Given an integer solution to \frac{1}{x^{n}}+\frac{1}{y^{n}}=\frac{1}{z^{n}}
Then it follows that:
\frac{x^{n}+y^{n}}{x^{n}y^{n}}=\frac{1}{z^{n}}
x^{n}y^{n}=z^{n}x^{n}+z^{n}y^{n}
(xy)^{n}=(zx)^{n}+(zy)^{n}
Therefore, since the set of integers is closed under multiplication, then x^{n}+y^{n}=z^{n} has a nontrivial solution.
However, I can't seem to prove the other direction. Working the above proof backwards doesn't work unless I assume that d = gcd(x,y) and somehow prove that z = xy.