Prove by induction that $ 2!4!..(2n)! > ((n+1)!)^n $.
Attempt :
It is clearly true for $n=2$.
Let it be true for $n=m$.
Therefore, $ 2!4!..(2m)! > ((m+1)!)^m $
=> $ 2!4!..(2m)!(2(m+1))! > ((m+1)!)^m . {2(m+1)}! $
It will be done if I can prove that :
$ ((m+1)!)^m . (2(m+1))! > ((m+2)!)^(m+1) = ((m+1)!)^m . (m+2)^m.(m+2)!$
which boils down to proving :
$ (2(m+1))! > (m+2)^m.(m+2)! $
I am unable to prove it. If i try to prove it by induction, it leads to more expressions that are needed to be proved.
\begin{align} (2(m+1))! &= (2m+2)(2m+1) \cdots (m+3)\cdot(m+2)!\\ &> (m+2)(m+2) \cdots (m+2) \cdot (m+2)!\\ &= (m+2)^m (m+2)! \end{align}