Prove: $\forall a \in \mathbb{R}^+, \exists n_0 \in \mathbb{N}, \forall n \in \mathbb{N}, n\geq n_0 \implies an \leq 2^n$
The hints are:
- Use induction on $n$
- it’s easier if you don’t try to find the smallest possible $n_0$
I don't know where to start other than setting up the induction. When it comes to the proof, I am stuck!
Additional hints:
$a(n+1) = an + a\cdot 1$
Meanwhile $2^{n+1} = 2\cdot 2^n = 2^n + 2^n$
We should be able to convince ourselves that $a\leq an$. Supposing that we were able to compare $an$ and $2^n$, can we use this knowledge to compare $a(n+1)$ and $2^{n+1}$?
As far as "don't try to find the smallest possible $n_0$" that is very good advice. Following that advice, let's consider what happens if we take $n_0$ to be $\lceil a\rceil$ itself. Then how does $an_0$ compare to $2^{n_0}$?
Full answer: Try to finish the problem on your own before looking here.
We wish to prove that for any $a\in \Bbb R^+$ there exists an $n_0$ such that for all $n\geq n_0$ we have $an\leq 2^n$.
$~$
$~$