Question. Prove: $ 0 \leq x < y $ then $ x^n < y^n$ $ \forall n \in \mathbb{N} $
I'm particularly bad at proving obvious things but here it goes. ( please be super strict on analyzing my proof please.)
Im not sure how to do this one algebraically, my first thought is i want to prove something a bit different i want to prove that $ \dfrac {x} {y} <1$ then apply that to $ (\dfrac {x} {y})^n < 1 $
im lazy so lets call $ \dfrac {x} {y} = r$ since $ 0 \leq r < 1$ i want to show that $ r^n < 1$ $ \forall n \in \mathbb{N}$ i want to use some kind of geometric principle or well really anything to get me off the hook of having to use induction at this point. would showing that $ \lim_{n \to \infty} r^n \to 0$ do anything for me?
if not i guess $r_1 < 1$ as x < y
$ r_2 < r_1 $ as $ r_2 = r_1 * r_1 $ hence $ \dfrac {r_1^2} { r_1} < \dfrac {r_1} { r_1}$ or $r_1 < 1$ which we already established
then we want to show that $r_{n-1} > r_n $ for all n.
first we should note that we know $r_n = r_1 * r_{n-1}$
This leads us to = $r_{n-1} > r_{n-1} * r_1 $ which is easy as $( \dfrac {r_{n-1}} {r_{n-1}} > \dfrac {r_{n-1} * r_1} {r_{n-1}} )$ = $ 1> {r_{1}}$ which we already know.
i suck at induction so it feels like i am missing something here to proving it this way.
The idea is good.
First of all, if $x=0$ there's nothing to prove, except that $y^n>0$ for all $n$.
So let $x>0$ and set $r=x/y<1$ and try proving that $r^n<1$. For $n=1$ this is obvious, so assume $r^n<1$. Then, multiplying by $r$ you get $$ r^{n+1}=r^nr<1\cdot r<1 $$
Note: this uses the known fact that $0<a<b$ implies $0<ac<bc$ for all $c>0$.