Show that if $z \in \Bbb C$ is such that $|z| < 1$, then $\sum_{n=0} ^{\infty} {a \choose n}z^n$ converges for any $a \in \Bbb C$.
The fact that these are complex numbers is throwing me off. I know that as $n$ increases, the value of $z^n$ is getting smaller and smaller, therefore the binomial ${a \choose n}$ is being multiplied by smaller and smaller values.
Can I consider this a multiplication of two separate series? $\sum_{n=0}^{\infty} {a \choose n}$ and $\sum_{n=0}^{\infty} z^n$ ? Is that a sensible direction to head in?
$\sum_{n\geq 0}\binom{a}{n}z^n$ converges if $$ \lim_{n\to\infty}\Big|\frac{a_{n+1}}{a_n}\Big|<1$$ where $a_n=\binom{a}{n}z^n.$
Then compute $$\Big|\frac{a_{n+1}}{a_n}\Big|=\Big|\frac{a-n}{n+1}z\Big|$$ and note that the above limit converges to $|z|.$