Why does $\sum_{n=0}^\infty\left[\sum_{m=0}^n\left[\frac{1}{m!(n-m)!} \cdot A^{n-m} \cdot B^m\right]\right]=\sum_{l=0}^\infty\left[\frac{1}{l!} \cdot A^l\right] \cdot \sum_{m=0}^\infty\left[\frac{1}{m!} \cdot B^m\right]$ hold?
What properties are used here?
In my textbook there is a hint to perform a change-of variables $n=m+l$ and to interchange the summations.
Then we would get: $\sum_{n=0}^\infty\left[\sum_{m=0}^n\left[\frac{1}{m!(n-m)!} \cdot A^{n-m} \cdot B^m\right]\right]=\sum_{m=0}^{m+l}\left[\sum_{m+l=0}^\infty\left[\frac{1}{m!l!} \cdot A^l \cdot B^m\right]\right]$ but now I don't know how to continue, i.e. how to arrive at $\sum_{l=0}^\infty\left[\frac{1}{l!} \cdot A^l\right] \cdot \sum_{m=0}^\infty\left[\frac{1}{m!} \cdot B^m\right]$.
The summand looks fine but how to adapt the summation bounds and why?
Comment:
In (1) we rewrite the index range as preparation for the next step.
In (2) we exchange the order of summation provided the series converge absolutely, so that reordering does not change the value of the double series.
In (3) we change the index of the inner series to start with $n=0$.
In (4) we finally write the double series as product of two series.