I am trying to prove the following:
$${}^nC_k \geq \frac{1}{n+1}2^{nH(x)}$$
for $x = \frac{k}{n}$ and $ 0 \leq k \leq n$. The entropy function is the binary entropy function with $H(0) = H(1) = 0$.
I have already proved that $ {}^nC_k \leq 2^{nH(x)}$
I tried to use this along with the equation $\sum_{i=0}^{n} {}^nC_i x^i (1-x)^{n-i} = 1$
So this becomes $\sum_{i=0}^{n} {}^nC_i x^i (1-x)^{n-i} = 1 \le \sum_{i=0}^{n} 2^{nH(x)} x^i (1-x)^{n-i}$
So, $$\sum_{i=0}^{n}\frac{{}^nC_i}{ 2^{nH(\frac{m}{n})}} = 1 \le n+1$$
And then each individual term must be $\le n+1$, but this does not help. I am not sure how to approach this. I found a similar question, but wasn't able to understand the answer.