my name is Rafał and I decided to create this thread because of my inability to find a solution. I have been fighting with this inequality for 1.5 week and I have a hope that you will give me any hint (no solution but clue). So I need to prove it to prove something bigger. I'm talking about inequality:
$${2n\choose n} \ge {n \choose {\left\lfloor \frac{n}{2} \right\rfloor}}$$
In my opinion it's obvious, but formally i need to prove it.
1)So I wrote a simple program in C++ for n from 1 to 11 and everything was allright (bigger n implicited problem with memory). It was very clear to see that ${2n\choose n}$ was growing faster.
2)I was trying to use definition of binomial coefficients and by using mathematical induction proved this inequality but there were such a big problems with ${\left\lfloor \frac{n}{2} \right\rfloor}$. (Yes, I used ${\frac{n}{2}-1 \le \left\lfloor \frac{n}{2} \right\rfloor} \le \frac{n}{2} \le \frac{n}{2}+1$ but it wasn't helpful)
3) I have tried to define a sequence like this: $a_n = \frac{{2n\choose n}}{{n \choose {\left\lfloor \frac{n}{2} \right\rfloor}}}$. My idea was to show that the sequence is increasing for every n ($\frac{a_{n+1}}{a_n} \ge 1$). When it'll be true this sequence must be bounded below by $a_1=1$ and it'll be the end of proof.
But every of my methods were incorect or maybe i had a problem with transformations. I have next idea to use Stirling approximation but I have completely no idea if it will be corect. Any Hint?
\cdot? – VIVID Sep 21 '20 at 15:19