1
$\begingroup$

Let $f(z) = \sum\limits_{n=0}^\infty a_n z^n$ and let $g(z) = \sum\limits_{n=0}^\infty b_n z^n$. I need to show that $\sum\limits_{n=0}^\infty a_n z^n \sum\limits_{n=0}^\infty b_n z^n$ converges to $\sum\limits_{n=0}^\infty c_n z^n$ where each $c_n$ is given by $c_n = \sum\limits_{k=0}^n a_k b_{n-k}$.

This is not homework by the way.

The question says to use the Cauchy integral theorem and look at $f(z)g(z)/z^n = \sum\limits_{k=0}^\infty a_k z^{k-n} g(z)$, but I don't understand why it tells me to proceed this way.

  • 1
    Actually I got it. Simply following the hint and integrating termwise does the trick.2012-12-10

1 Answers 1

1

Let $\phi(z) = f(z)g(z)$. $\phi$ is analytic and can be represented as $\phi(z) = \sum_{n=0}^\infty c_n z^n$. Then Cauchy's integral formula gives $c_n = \frac{1}{2 \pi i} \int_\gamma \frac{\phi(z)}{z^{n+1}} dz$. Expanding $f$ gives

\begin{eqnarray} c_n &=& \frac{1}{2 \pi i} \int_\gamma \frac{\sum_{k=0}^\infty a_k z^k g(z)}{z^{n+1}} dz \\ &=& \frac{1}{2 \pi i} \int_\gamma \frac{\sum_{k=0}^{n} a_k z^k g(z)}{z^{n+1}} dz \\ &=& \sum_{k=0}^{n} a_k \frac{1}{2 \pi i} \int_\gamma \frac{g(z)}{z^{n+1-k}} dz \\ &=& \sum_{k=0}^{n} a_k b_{n-k} \end{eqnarray}

  • 0
    Minor point: Note that the denominator should be $z^{n+1}$.2012-12-10