9

I was seeing the proof that $\exp(A)\exp(B)=\exp(A+B)$ on link

Show that $ e^{A+B}=e^A e^B$

where uses the hypothesis $AB=BA$?

Thanks!

yemino
  • 814

3 Answers3

9

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.

Hayden
  • 16,737
6

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$.

Eric Towers
  • 67,037
5

The binomial formula $$(A+B)^l=\sum_{k=0}^l{l\choose k}A^kB^{l-k}$$ is valid if $AB=BA$.

  • Not quite: $(A+B)^{1}=A+B$ is valid even if $AB\ne BA$. I think you meant "if" instead of "only if." (sorry to be picky!) –  Apr 15 '14 at 20:57
  • In the proof $l$ take the values from $0$ to $\infty$. –  Apr 15 '14 at 21:03