Strants
- 52
- 2
Homework Statement
From Spivak, Chapter 1, problem 7
Prove that if xn = yn and n is odd, then x=y. Hint: First explain why it suffices to consider only the case x, y >0; then show that x < y and x > y are both impossible.
Homework Equations
x > y means x-y \in P
x = y means x-y = 0
\mbox{Either}\: a \in P, -a \in P, \mbox{or}\: a=0
x^{n} - y^{n} = (x-y)(x^{n-1} + x^{n-2}y + \ldots + xy^{n-n2} + y^{n-1})
If n is odd, n = 2k+1
The Attempt at a Solution
I feel like this proof is right, at least in spirit. However, I'd like to check to see if it is rigorous enough.
If x > 0, then x^{2k+1}>0. However, this also means that y^{2k+1}>0. As a negative value for y would not satisfy this inequality, x>0 implies that y>0.
Furthermore, if -u = x, then:
x^{2k+1} = x*x^{2k} = -u*(-u)^{2k} = -u*u^{2k}=-u^{2k+1}
Therefore, proving x^{2k+1} = y^{2k+1} for x, y > 0 will also prove it for x, y < 0. Also, if x^{2k+1} = y^{2k+1} = 0, then:
x^{2k}*x = 0, y^{2k}*y = 0
x^{-2k} * x^{2k}*x = x^{-2k} *0, y^{-2k} * y^{2k}*y = x^{-2k} * 0
x=0, y=0
So, it suffices to focus on x,y>0.
x^{n} - y^{n} = (x-y)(x^{n-1} + x^{n-2}y + \ldots + xy^{n-n2} + y^{n-1}
Since x^{n} = y^{n}, x^{n} - y^{n} =0.
0 = (x-y)(x^{n-1} + x^{n-2}y + \ldots + xy^{n-n2} + y^{n-1}
Now, the second term must be positive, as it only contains multiplication and addition of positive terms. Thus, (x-y) = 0. Therefore x cannot be greater than or less than y, so x=y.
Sorry if that was a bit long; I was trying to make sure everything was explained completely.
Last edited: