Suppose $n \in \mathbb{N}$, prove the given inequality.
So far I have this:
Show that the above is true for $n=1$.
$$ 1 \leq 3 $$
Suppose that it holds for all $n$. Show that it holds for $n+1$
$$ (n+1)^2 \leq 2^{n+1} + 1 $$ $$ \color{red}{n^2} + 2n + 1 \leq 2^n + \color{red}{2^n + 1} $$
So I have to use induction again. But here, when I try the case where $n=1$ it doesn't hold ... ?
i.e.
$$ 2n+1 \leq 2^n $$
Is not true for $n=1$. What do I do?
It is true for $n=1$. Assume that it is true for $n$ i.e. $n^2 \le 2^n + 1$. Now
$$ (n+1)^2 = n^2 + 2n + 1 \le 2^n + 2n + 1 \le 2^n + 2^n + 1 = 2^{n+1} + 1 $$
Hence proved.