This is my work so far but I am currently stuck and is a tad bit clueless on the steps to take Please try to prove using induction.
Question : Let $P(n)$ be the statement $n^2 \leq n!$ where $n$ is a non-negative integer. Explain the steps to be taken if you were to prove that $P(n)$ is true for any $n \geq 4$.
Attempt :
$P(n) = n^2 \leq n!$
$n \geq 4$
Base claim : If $n$ is $4$ ...
$4^2 \leq 4!$
$16\leq 4 \times 3 \times 2 \times 1$
$16 \leq 24$
Assume that
$P(k)$ is true, prove that $P(k+1)$ is true.
$P(k) : k^2 \leq k!$