So I need to use induction to prove that $4^n<5^n$ for all natural numbers $n > 0$. I have proved the base case to be true. For the induction hypothesis, we assume that when $n=k$, then $4^k < 5^k$. However, I am stuck in the inductive step when I try to show that it needs to be true for $n+1$. Therefore, we need to show that $4^{k+1} < 5^{k+1}$. However I get stuck on the first step trying to prove it as in
- $4^{k+1} = 4 \cdot 4^k$, then by substituting $5^k$ instead of $4^k$ from the inductive hypothesis and I get stuck right here and I do not know how to proceed.
Any help would be appreciated.