Please explain, as clearly as possible, what is wrong with the following "proof" by induction that
$\hspace{1.4 in}$$(2n)!$ is divisible by $2^n 5^{n-3}$ for $n\ge3$.
(There clearly must be an error, since the assertion is false for $n=6$.)
This is true for $n=3$:
$(2\cdot3)!=5\cdot18\cdot(2^3\cdot5^{3-3})$
Assume that this is true for $n$:
$(2n)!=5\cdot{k}\cdot\big(2^{n}\cdot5^{n-3}\big)$
Prove that this is true for $n+1$:
$(2(n+1))!= (2n+2)!=(2n+2)(2n+1)\color{blue}{(2n)!}$
$\hspace{.75 in}=2(n+1)(2n+1)\cdot\color{blue}{5\cdot k\cdot\big(2^n\cdot5^{n-3}\big)}$
$\hspace{.75 in}=(n+1)(2n+1)\cdot k\cdot\color{blue}{\big(2^{n+1}\cdot5^{(n+1)-3}\big)}$
You assume that $(2n)!$ can be written as $$5k(2^n\cdot5^{n-3})$$
Then you prove that $(2n+2)!$ can be written as $$k(2^{n+1}\cdot5^{n-2})$$
However, for the induction to hold, one needs to prove that $(2n+2)!$ can be written as $5k(2^{n+1}\cdot5^{n-2})$, because that is what you are assuming in the induction hypothesis.
Moral: Always write very clearly down what you are proving with the induction, and check whether that is what you are proving in the base case, hypothesis and induction step.