I started with the base case that the statement is true when $n=4, 4!\geq 4^2$ because $24 \geq 16$ which is true.
For my second step I assumed that the statement is true when $n = k.$
$k! > k^ 2$ For each $k \geq 4$.
On the last step, I need to show that
$(k+1) ! \geq (k+1)^2$
I tried this
$(k+1)!=(k+1)k! = kk!+k! >=kk^2 +k^2$
This is where am stuck. I don't know where to go from here. I would appreciate any help.