Prove using induction $ 2!4!...(2n)!>[(n+1)!]^n$
I have tried out a lot of ways to solve this, one of them being taking all the 2's out:
$ 2!4!6!...(2n)!$
$ =2^{1+2+3+...+n}(1!2!3!...n!)$
$ =2^{\frac{n(n+1)}{2}}(1!2!3!...n!)$
But I have not been able to solve this problem. It would be great if someone could help me with this.
Directly, we have $$\begin{align*} (2n+2)! &= (n+1)! \prod_{k=1}^{n+1} (n+k+1) \\ &> (n+1)! \prod_{k=1}^{n+1} (n+2) \\ &= (n+1)! (n+2)^{n+1} \\ &= \frac{(n+2)!^{n+1}}{(n+1)!^n} \end{align*}$$ which establishes the induction step: we then have $$\prod_{m=1}^{n+1} (2m)! = (2n+2)! \prod_{m=1}^n (2m)! > \frac{(n+2)!^{n+1}}{(n+1)!^n} \cdot (n+1)!^n = (n+2)!^{n+1},$$ so if the claim is true for $n$, it is also true for $n+1$.