The hypothesis: $x \geq 4$ then $x^2 \leq 2^x$.
The proof: As $x$ grows larger than $4$, the right-side $2^x$ doubles each time $x$ increases by $1$ .
However, the left-side $x^2$ grows by the ratio $\left(\dfrac {x+1}{x}\right)^2$.
If $x \geq 4$ then $\dfrac {x+1}x$ cannot be greater than 1.25 . therefore $\left(\dfrac {x+1}{x}\right)^2$ can not be bigger than 1.56 .
The Question I have is: Why is the growth rate of $x^2$ the ratio $\left(\dfrac {x+1}{x}\right)^2$ ?