I'm having some trouble proving the following statement:
$$\forall n\in \mathbb N, \ \ 2^n |(2n)!$$
The first thing that came to mind was mathematical induction but this is my first time using it with this kind of the question (with divisibility instead of an equality/inequality) and I'm not quite sure how to proceed. How can I prove this? Should I use the properties of the divisibility of two numbers and manipulate $2^n |(2n)!$ until I get $2^{n+1} |(2(n+1))!$ or should I use the fact that $\exists k \in \mathbb Z: (2n)! = k2^n $ and try to conclude that $\exists l\in \mathbb Z:\ (2(n+1)) = l 2^{n+1}!$ ?