0

I have already proved $ x < y => x^n < y^n $

I am currently trying to prove the converse statement, but I am getting nowhere. The textbook suggests trying to set up a contradiction, but I can't seem to succeed with this.

user376343
  • 8,311

2 Answers2

3

It is trivial that $x=y\implies x^n=y^n$ and you already know that $x>y\implies x^n>y^n$. In other words, $x\geqslant y\implies x^n\geqslant y^n$. And this is equivalent to $x^n<y^n\implies x<y$.

0

If you wish to prove this by way of contradiction, do the following:

Let's start with $x^n < y^n$, and if possible, assume $x \geq y$. Now, raising the latter inequality to the $n^{th}$ power gives $x^n \geq y^n$, which contradicts $x^n < y^n$. Our assumption $x \geq y$ must be incorrect.

So, $x < y$.

One thing that really bothers me is the constraints on $x,y,$ and $n$ - this relation won't hold for all values of $(x,y,n)$, and I encourage you to figure out necessary constraints. A contradictory example is as follows: $$-2 < -1 \nRightarrow (-2)^2 < (-1)^2$$