Proof-verification for $\lim\limits_{n\to\infty}\frac{1}{2^n}\cdot \binom nk$ for a fixed $k\in \mathbb{N}$

81 Views Asked by At

Proof-verification for $\lim\limits_{n\to\infty}\frac{1}{2^n}\cdot \binom nk$ for a fixed $k\in \mathbb{N}$

so that's how I solved it:$$\frac{1}{2^n}\cdot \binom nk=\frac{n!}{2^n \cdot k!(n-k)!}=\frac{n\cdot (n-1)\cdot \ldots \cdot k! \cdot \ldots \cdot (n-k+1)\cdot (n-k)! }{2^n \cdot k!(n-k)!}=\frac{n\cdot (n-1)\cdot \ldots \cdot (n-k+1)}{2^n} \overset{n\to\infty}\longrightarrow 0$$

since we know that exponential growth is way faster than polynomial growth...

3

There are 3 best solutions below

4
On BEST ANSWER

You are missing a factor $k!$ in your last expression. Also, you could make that last sentence more explicit by noting that the sequence is nonnegative and $$\frac{n\cdot (n-1)\cdot \ldots \cdot (n-k-1)}{2^n k!}\leq\frac{n^k}{2^n k!}\leq\frac{n^k}{2^n}$$

0
On

The idea of the proof is correct, but the proof is not rigorous because the factors of $\binom nk$ have been handled haphazardly. A more rigorous approach is to notice that since $k$ is fixed, $\binom nk$ is a $k$th degree polynomial (all but the first $k$ factors in $n!$ are removed by the division by $(n-k)!$, while $k$ is a fixed constant) and then to use the fact of exponential functions growing faster than all fixed-order polynomial functions, as before.

2
On

Noting that, for $n\ge k$, $$ 2^n=(1+1)^n\ge \binom{n+1}{k+1}=\binom{n}{k}\frac{n+1}{k+1} $$ one has $$ 0\le \frac{1}{2^n}\binom{n}{k}\le\frac{k+1}{n+1} $$ which implies $$\lim\limits_{n\to\infty}\frac{1}{2^n}\binom{n}{k}=0.$$