I was seeing the proof that $\exp(A)\exp(B)=\exp(A+B)$ on link
where uses the hypothesis $AB=BA$?
Thanks!
I was seeing the proof that $\exp(A)\exp(B)=\exp(A+B)$ on link
where uses the hypothesis $AB=BA$?
Thanks!
The step that claims $$\sum_{m=0}^l{\frac{l!}{m!(l-m)!}A^{m}B^{l-m}}=(A+B)^l$$ For example, we would usually say that $$(A+B)^2=A^2+AB+BA+B^2$$ Only because $$AB=BA$$ can this be simplified.
The commutativity of $A$ and $B$ is used where the double summation becomes a single summation. Consider as an example the term in that sum with $\ell =2$: $(A+B)^2 = A^2+AB+BA+B^2$.
The binomial formula $$(A+B)^l=\sum_{k=0}^l{l\choose k}A^kB^{l-k}$$ is valid if $AB=BA$.