I'm trying to prove that $n! > n^2$ for $n\geq 4$ by use of mathematical induction, but I get to the inductive step and get lost. But I'm struggling with the inductive step as expected.
2026-04-03 21:23:31.1775251411
Proving $n! > n^2$ by mathematical induction
140 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$4!=24>16=4^2$, so the basic step holds. Then:
$$ (n+1)! = (n+1) n! \color{red}{>} (n+1) n^2 > (n+1)(n+1) = (n+1)^2 $$ and we are fine. We used the inductive hypothesis in $\color{red}{>}$.