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...
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}$$