This is from the question proof by induction
This is for $ n \ge4 $
$$ 2^{n+1} = 2^n*2 > 2n^2 = n^2 + n^2 > n^2 + 2n + 1 = (n + 1)^2 $$
$$2^{n+1}>(n + 1)^2$$
The part that I can't understand is how they got this part $$ n^2 + n^2 > n^2 + 2n + 1$$
This is from the question proof by induction
This is for $ n \ge4 $
$$ 2^{n+1} = 2^n*2 > 2n^2 = n^2 + n^2 > n^2 + 2n + 1 = (n + 1)^2 $$
$$2^{n+1}>(n + 1)^2$$
The part that I can't understand is how they got this part $$ n^2 + n^2 > n^2 + 2n + 1$$
Proving the step $n^2+n^2\geq n^2+2n+1$
$$\begin{array}{rl|r}n^2+n^2&= n^2+n\cdot n&\text{by properties of exponents}\\ &> n^2 +3n&\text{since}~n>3\\ &=n^2+2n+n&\text{by properties of addition}\\ &>n^2+2n+1&\text{since}~n>1\end{array}$$
Subtract $n^2+2n+1$ from both sides to get $n^2-2n-1>0$. Solve the inequality for $n$. You should find that for $n>4$, The inequality is true.
We know this is true for a value of $n$. We must now prove it for $n+1$
\begin{align} 2^{n+1} &\gt (n+1)^2 &\qquad\text{This is what we want to prove}\\ 2^{n+1} &= 2^n \cdot2 &\qquad\text{This is true for all n}\\ 2^n &> n^2 &\qquad\text{This is true by induction}\\ 2^n \cdot 2&> 2n^2 &\qquad\text{Multiplication}\\ 2^n \cdot 2&> n^2 + n^2 &\qquad\text{Just splitting it up}\\ n^2 + n^2 &> n^2 + 2n + 1&\qquad\text{We're trying to get to the first formula }\\ n^2 &\gt 2n+1 &\quad\text{True for all values of $n$ that satisfy the original induction}\\ n^2 + n^2 &> (n+1)^2 &\qquad\text{And now we simplify}\\ \end{align} $$2^{n+1} \gt 2n^2 \gt (n+1)^2$$