From my readings on the wikipedia, I was able to gather that the product of two infinite series $\sum_{i=0}^{\infty} a_{i}$ and $\sum_{j=0}^{\infty} b_{j} $ is outlined by the Cauchy Product. The cauchy product formula is explicitly shown below, $$ \sum_{i=0}^{\infty} a_i \sum_{j=0}^{\infty} b_j = \sum_{i=0}^{\infty} \sum_{j=0}^{i} a_{j} b_{i-j}. $$ However, I've saw this one Youtube video where multiplying two infinite series does not follow the Cauchy Product.
Example 1: $$\sum_{n=0}^{\infty} H_{n}(x) \frac{t^n}{n!} \, \sum_{m=0}^{\infty} H_{m}(x) \frac{s^m}{m!} = \sum_{n=0}^{\infty} \sum_{m=0}^{\infty} \frac{H_{n}(x) H_{m}(x)}{n! \, m!} t^n s^m $$
Picture 1: Involving the product of two generating functions. The youtube link to the video in Picture 1 is https://youtu.be/X7nlQFWv7bE?t=1m51s .
Is Example 1 valid and if so, why is it valid? Shouldn't the person have applied the Cauchy Product? Any resources that can point me in the right direction is appreciated.