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.