1

I want to prove that$$\binom{2n}{n} \geq \frac{4^n }{ 2n}$$

I tried to solve with Stirling formula and got to $$\binom{2n}{n} \geq C*\frac{4^n}{ 2n}.$$ I'm not sure how to continue since $C$ could be between $0$ and $1$. Would greatly appreciate any help.

Andrew Chin
  • 7,389

1 Answers1

1

Prove it by induction on $n$. When $n$ increases to $n+1$ the right-hand side increases by a factor of ${4n\over n+1}$ What about the left-hand side?

saulspatz
  • 53,131