Your redaction is not good.
Induction theorem says :
Let $\wp(n)$ a property.
1. There is $n_0\in \mathbb N$ s.t. $\wp(n_0)$ true.
2. For all $n\geq n_0$, $\wp(n)$ true implies $\wp(n+1)$ true.
Therefore, $\wp(n)$ true for all $n\geq n_0$.
So in your case, $n_0=0$ work. Now suppose your property is true for an unspecified $n\geq 1$. Let prove that $\wp(n+1)$ true (i.e. $(n+1)^2<4^{n+1}$).
$$(n+1)^2=n^2+2n+1\underset{hyp.}{\leq} 4^n+2n+1.$$
You also have that $n\leq n^2<4^n$ where the last inequality is by your induction hypothesis, and thus $2n<2\cdot 4^n$, and finally, $1<4^n$. Therefore,
$$(n+1)^2<4^n(1+2+1)=4\cdot 4^{n}=4^{n+1}.$$
Therefore $\wp(n+1)$ is true, and thus, by the theorem, $$n^2<4^n,$$
for all $n\geq 0$.