So far I have:
Base case: $$ n = 1 : (2(1))! > (1!)^2$$ $$ 2! > 1!^2$$ $$2 > 1$$ Induction step: Assume this is true for some $n > 1$ Let n = p + 1 $$(2(p+1))! > ((p+1)!)^2$$ $$(2p)!(2p+1)(2p+2) > ((p+1)!)^2$$ $$(2p)!>\frac{((p+1)!)^2}{(2p+1)(2p+2)}$$ Now I add 1 to the smaller term in the demoninator, for cancellation purposes which makes the RHS smaller so inequality still holds.
$$(2p)!>\frac{(p!)^2(p+1)^2}{(2p+2)(2p+2)}$$ $$(2p)!>\frac{(p!)^2}{4}$$ Now I am stumped on how to get rid of the extra 4 in the denominator.
Use $$(2n)! = n! (n+1)(n+2)\cdots(2n)> n! \cdot 1\cdot 2 \cdots n = (n!)^2.$$
Alternatively, if you know binomial coefficients, $$ (2n)! = \binom{2n}{n} (n!)^2 > (n!)^2, $$ since $\binom{2n}{n}$ is an integer $> 1.$