I am learning probabilistic method and try to practice with Combinatorics examples. Recently I read this question and wonder how to show
$$\sum_{k=1}^n \binom{n}{k}^{-1} > \frac{n}{2^n}$$
How to get reciprocal of binomial coefficient. This is the probability of choosing particular $k$ element subset of ${1,2,\cdots, n}$. However why do we sum over all subsets?
Perhaps also $ \frac{n}{2^n}$ is the odds of a random subset of any size having exactly one element?
Maybe try another starting point than this.
I missed a good point in the comments - which is good enough to answer my question. The same post also had
$$\sum_{k=1}^n \binom{n}{k}^{-1} > \frac{n^2}{2^n}$$
Now with a square.
Original: How prove this inequality $\sum_{k=1}^{n}\frac{2k-1}{k\binom{n}{k}}\ge \frac{n}{2^{n-1}}$