Prove $(n!)^{4}\le2^{n(n+1)}$ for $n = 0, 1, 2, 3,...$
Base Step: $(0!)^{4} = 1 \le 2^{0(0+1)} = 1$
IH: Assume that $(k!)^{4} \le 2^{k(k+1)}$ for some $k\in\mathbb N$.
Induction Step: Show $(k+1!)^{4} \le 2^{k+1((k+1)+1)}$
Proof: $(k+1!)^{4} = (k+1)^{4}*(k!)^{4}$ By the definition of factorial. $$\begin{align*} (k+1)^{4}*(k!)^{4} &\le (k+1)^{4}*2^{k(k+1)}\\ &\le (k+1)^{4}*2^{(k+1)((k+1)+1)} \end{align*}$$ by the IH.
That is as far as I have been able to get at this point...Please Help! Any suggestions or comments are greatly appreciated.
That last $\leq$ is leading you astray. Here's the last correct step: $$((k+1)!)^4 = (k+1)^4 (k!)^4 \leq (k+1)^4 2^{k(k+1)}.$$ Your goal is to show that $$(k+1)^4 2^{k(k+1)} \leq 2^{(k+1)((k+1)+1)}.$$ Try dividing both sides by a common factor andd see what's left...