Can I prove $a^n<b^n$ when $0<a<b$ by inducton?
It's easy to see when $n=1$: $a^n<b^n$ is true. my attempt is from
$a^{n+1} = (a^n)*a$
$b^{n+1}=b^n*b$
then don't know what to do next.
It look so easy but I just can't say it in mathematical language, will you help me? thank you in advance.
Suppose that $a^n<b^n$, you need to prove that $a^{n+1}<b^{n+1}$, since $a^n<b^n$ and $a>0$ , multiplying both sides by $a$ we get that $$a^{n+1}<b^na$$ since $a<b$ and $b>0$, multiplying both sides by $b^n$: $$ab^n < b^{n+1}$$ Now, using transitivity: $$a^{n+1}<ab^n< b^{n+1} \rightarrow a^{n+1}<b^{n+1}$$