I'm in a calculus class I need to prove that $$\lim_{n\to\infty}\sum_{k=0}^{n}\frac{1}{{n\choose k}} \to 2$$ Is my below solution valid?
We are given the problem
$$\lim_{n\to\infty}\sum_{k=0}^{n}\frac{1}{{n\choose k}}$$ Looking at this, we can see that the sum is always at least $2$, for: $$\frac{1}{{n \choose 0}} + \frac{1}{{n \choose n}} = 1+1$$ $$= 2$$ looking at the above, we see that each term must be $\le 1$ for ${n \choose k}$ must always be less than or equal to one. Therefore:
$$\sum_{k=0}^{n}\frac{1}{{n\choose k}} \le n \cdot 1 = n$$
From the above, we can conclude that the graph of the function looks like an upside-down normal distribution curve, this is because it starts at 1, decreases, and then increases back to 1. From this, we can see that the function is symmetrical, and thus all the numbers in the middle(not including the edge cases) must be less than:
$$\frac{1}{{n \choose 1}} = \frac{1}{{n \choose n-1}} = \frac{1}{n}$$ Therefore, since $$\lim_{n\to\infty}\frac{1}{n} \to 0$$ Our final answer is $$1+0+0+....+0+0+1 = 2$$ And therefore, $$\lim_{n\to\infty}\sum_{k=0}^{n}\frac{1}{{n\choose k}} \to 2$$