Prove, by induction, that $5^n + 5 < 5^{n+1}$ for all $n\in\Bbb N$.
Attempt:
If $n = 1$, then $5^1 + 5 < 5^{2}$ => $10 < 25$ which is a true statement so the base case holds.
Assume $5^k + 5 < 5^{k+1}$ is true for some $k\in\Bbb N$.
How to prove it for $n = k+1$?