Use induction to prove that $2^n$ divides $(2n)!$ for any $n\in\mathbb{Z}_{\geq0}.$
How would you do the inductive step for this proof? I have the base case done.
Use induction to prove that $2^n$ divides $(2n)!$ for any $n\in\mathbb{Z}_{\geq0}.$
How would you do the inductive step for this proof? I have the base case done.
The inductive step can be done as follows:
$$(2(n+1))!=(2n+2)!=(2n)!(2n+1)(2n+2)$$
and $\;(2n)!\;$ is divisible by $\;2^n\;$ by the inductive hypothesis, and $\;(2n+1)(2n+2)\;$ is clearly even.
Assume it is true for $n = k$. I.e., assume $\color{blue}{\bf 2^k\mid (2k)!}$.
Then, show that, using the assumption above, then it follows that $$2^{k+1} = \color{red}{\bf 2}\cdot \color{blue}{\bf 2^k}\mid (2(k + 1))! = (2k + 2)(2k+1)\cdot \color{blue}{\bf (2k)!} = \color{red}{\bf 2}(k+1)(2k+1)\cdot\color{blue}{\bf (2k)!}$$
We see that $2n+2$ is obviously divisible by 2 and the result of the division will be $$a \cdot (2n+1)(n+1)$$ which is a natural number.