Given two Maclaurin Series,
$$ f_0(x):= \sum_{k=0}^{\infty} a_{k} x^k;\quad \forall\ x\in [u_0, v_0], \quad f_1(x):= \sum_{k=0}^{\infty} b_{k} x^k;\quad \forall\ x\in [u_1, v_1]. $$
I have, many times, used that, if $u_0=u_1$ and $v_0=v_1,$ then:
$$ f_0(x) + f_1(x) = \sum_{k=0}^{\infty} (a_{k} + b_k) x^k\quad \forall\ x\in I:= [u_0, v_0] \cap [u_1, v_1] $$
This is clearly true, because it is true for all convergent series, not just Maclaurin series.
$$$$
However, I have also used many times, without proof, the following:
$$(1)\qquad f_0(x) f_1(x) = \sum_{k=0}^{\infty} c_k x^k\quad \forall\ x\in I $$
where
$$ c_k = \sum_{j = 0}^{k} a_{k-j} b_j. $$
For example, in an exam question to find the Maclaurin expansion of $\ e^x\sin x,\ $ up until the $x^5$ term, I think it is standard to do the following:
$$e^x = 1 + \frac{x}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \ldots $$
and
$$ \sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} + \ldots. $$
"Therefore",
$$ e^x \sin x = \left(1 + \frac{x}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \ldots \right) \left( x - \frac{x^3}{3!} + \frac{x^5}{5!} + \ldots \right) $$
$$ = x + x^2 + \left( \frac{1}{2!} - \frac{1}{3!} \right) x^3 + \left( \frac{1}{3!} - \frac{1}{3!} \right) x^4 + \left( \frac{1}{5!} - \frac{1}{2!} \frac{1}{3!} + \frac{1}{4!} \right) x^5 + \ldots. $$
However, it's not super obvious to me that, $(a)$ in general, this expression (i.e. that the RHS of $(1)$ ) converges; $(b)$ that $(1)$ is true.
I cannot think of a proof of either $(a)$ or $(b)$ off the top of my head. Are these always true? If so, how do you prove them?
According to the Wikipedia page for Cauchy product, it suffices for one of the series to converge absolutely. However, if both series converge conditionally, it is possible that the Cauchy product series does not converge.