I have to prove by induction the following fact:
Show that $(4n)!$ is divisible by $8^n$.
My stab at the solution:
I have a slightly bad feeling about this solution and I would like if someone would point me to my possible (more than likely) error(s).
Thank you,
Bayerischer

In step II you say:
$8^n | F(n) => F(n)=8^v $
That's false. You should write.
$8^n | F(n) => F(n)=k*8^n $
So at step III you will have
$F(n+1)=t*F(n) => F(n+1) = t*k*8^n$
If you prove that $8|t$. (ie: $t = 8*t'$)
You will have: $F(n+1) = k*8*t'*8^n = k*t'*8^{(n+1)}$ hence $8^{(n+1)} | F(n+1)$ Q.E.D.