Proving Double Factorial: (2n)!=2^nn!

  • Context: Undergrad 
  • Thread starter Thread starter matematikuvol
  • Start date Start date
  • Tags Tags
    Factorial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 7K views
matematikuvol
Messages
190
Reaction score
0
How to prove

[tex](2n)!=2^nn![/tex]

for example

[tex](2)!=2^11!=2[/tex]

[tex](4)!=2^22!=8[/tex]

...

[tex](2n)!=2n(2n-2)(2n-4)...=2^3n(n-1)(n-2)...[/tex]

I see that by intiution but I don't know how to write prove.
 
Mathematics news on Phys.org
Prove it by induction. You've shown that it holds for the case n =1, so if you assume that it holds for general n, show that it follows that it holds for the case n+1.
 
[tex] (2 n)! = 2 \times 4 \times \ldots \times (2 n)[/tex]

But, notice that:
[tex] \begin{array}{l}<br /> 2 = 2 \times 1 \\<br /> <br /> 4 = 2 \times 2 \\<br /> <br /> \ldots \\<br /> <br /> 2 n = 2 \times n<br /> \end{array}[/tex]

Combine the first factor of two from each factor in the double factoriel. How many of them are there? What do the remaining factors give?