For all n that is a natural number where n ≥ 4, n! > n^2
We wish to prove by induction. Let us call (n! > n^2) p(n).
Base Case: We will test out p(4).
4! = 24
$4^2 = 12.$ As 24 > 12, p(4) is proven.
Induction Hypothesis and Conclusion:
Assume $n! > n^2$ for all $n ≥ 4$
We wish to prove p (k+1). That is, $((n+1)! > (n+1)^2)$
$(n+1)! ≥ n!(n+1) > n^2(n+1)$ using the Induction Hypothesis
$n^2(n+1) ≥ (n+1)^2$ occurs when $n^2 ≥ (n+1)$
$ n^2 ≥ (n+1) $
$ n ≥ 1 + 1/n $
As n ≥ 4, this is true. There for, we have shown p(n+1) and proved the original statement.
There is a small problem: $4^2=16$ (not $12$).
And there is a big problem, which is when you write “Assume $n! > n^2$ for all $n ≥ 4$”. If you assume that, then you will be assuming the very thing that you wish to prove. What you should do is to take some $n\in\mathbb N$, to assume that the inequality $n! > n^2$ holds for that $n$ and to prove that then $(n+1)!>(n+1)^2$.