I'm trying to prove that $5^n-3^n>5^{n-1}$
I tried using mathematical induction and got stuck at the induction step.
First, I started by rearranging the inequality as: $4 \times5^n>5\times3^n$
- Try $n=1$: $$20>15$$ Therefore true for $n=1$
- Assume true for $n=k$: $$4 \times5^k>5\times3^k$$
- Examine case $n=k+1$: $$4\times5^{k+1}>5\times3^{k+1}$$
I'm not really sure where to go from here. Any help would be appreciated.