I understand the Cauchy product for power series, but we have slightly different notation here. Suppose we have the following power series:
$$f(x) = \sum_{n=0}^\infty a_nx^n$$ $$g(x) = \sum_{m=0}^\infty b_mx^m$$
Their product is written as follows: $$g(x) \times f(x) = \sum_{n=0}^\infty \sum_{m=0}^\infty a_n b_{m}x^{n+m}$$ $$= \sum_{k=0}^\infty x^k (\sum_{n=0}^k a_n b_{k-n})$$
where, $k=n+m, m=k-n, 0\le n \le k$.
Could you please tell me how we got $$g(x) \times f(x) = \sum_{k=0}^\infty x^k (\sum_{n=0}^k a_n b_{k-n})$$