I'm aware that induction is necessary. I have been stuck on this problem for a few days now. I'm having a hard time understanding how to apply the inductive hypothesis to the inequality to arrive at the $P_{n+1}$ step.
Base case clearly holds as $24 > 16$.
Assume $P_n: n!>n^2, n\geq 4$ holds.
$(n+1)n! > (n+1) n^2$
$(n+1)! > (n+1) n^2 $ <--- needs to be in form $(n+1)! > (n+1)^2$.
Thanks for any advice.