Linear Algebra – Prove $e^{A \oplus B} = e^A \otimes e^B$ for Matrices $A$ and $B$

abstract-algebragroup-theorylinear algebraquantum mechanicsring-theory

How to prove that $e^{A \oplus B} = $$e^A \otimes e^B$? Here $A$ and $B$ are $n\times n$ and $m \times m$ matrices, $\otimes$ is the Kronecker product and $\oplus$ is the Kronecker sum:
$$
A \oplus B = A\otimes I_m + I_n\otimes B,
$$
where $I_m$ and $I_n$ are the identity matrices of size $m\times m$ and $n\times n$, respectively.

EDIT: Actually if you go to the page http://mathworld.wolfram.com/KroneckerSum.html it tells us this property is true.

http://digitalcommons.unf.edu/cgi/viewcontent.cgi?article=1025&context=etd

Best Answer

What is to be proved is the following: $$ e^{A \otimes I_b +I_a \otimes B} = e^A \otimes e^B~$$ where $I_a,A \in M_n$ , $ I_b, B \in M_m$

This is true because $$ A \otimes I_b~~~~\text{and}~~~~ I_a \otimes B$$ commute, which can be shown by using the so called mixed-product property of the Kronecker product. i.e. $$ (A \otimes B)\cdot (C \otimes D) = (A\cdot C) \otimes (B\cdot D)~$$ Here, $\cdot$ represents the ordinary matrix product.

One can also show that for an arbitrary matrix function $f$, $$f(A\otimes I_b) = f(A)\otimes I_b~~~~\text{and}~~~ f(I_b \otimes A) = I_b \otimes f(A)~.$$ Together with the commutative property mentioned above, you can prove your result.

Related Question