For two linear operators $A$ and $B$, I am trying to find
$$ \lim_{n \to \infty} ||e^\frac{A+B}{n}-e^\frac{A}{n}e^\frac{B}{n}|| $$
Where $||.||$ is the operator norm. I have approached the problem using a Taylor expansion, and this is what I have so far:
$$ e^\frac{A+B}{n}-e^\frac{A}{n}e^\frac{B}{n}$$ $$=\sum_{i=0}^{\infty} \frac{(A+B)^i}{n^ii!}-(\sum_{i=0}^{\infty} \frac{A^i}{n^ii!})(\sum_{i=0}^{\infty} \frac{B^i}{n^ii!}) $$ $$=\sum_{i=0}^{\infty} \frac{(A+B)^i}{n^ii!}-(\sum_{i,j=0}^{\infty} \frac{A^iB^j}{n^{i+j}i!j!}) $$
At this point, I know that I need to get the first term into a double-sum format in order to make any progress. But I can't use the binomial expansion for $(A+B)^i$, because $A$ and $B$ don't commute.
I have considered trying to write the left term in terms of a non-commutative expansion over all $2^i$ permutations of $A$ and $B$, but I don't think that gets me anywhere.
For the proof I am working on, all I really need is that this limit be bounded above by a term that is $o(\frac{1}{n})$. Could anyone help me with this proof?
Short answer: Just keep the first few terms in the Taylor expansion.
For any operator $M$ we have that $e^{M}=I+M+O(\|M\|^2)$. Therefore $$ \exp\left(\frac{A+B}{n}\right)=1+\frac{A+B}{n}+O\left(\frac{1}{n^2}\right) $$ whereas $$ \exp\left(\frac{A}{n}\right)\exp\left(\frac{B}{n}\right)=\left[1+\frac{A}{n}+O\left(\frac{1}{n^2}\right)\right]\left[1+\frac{B}{n}+O\left(\frac{1}{n^2}\right)\right]=1+\frac{A+B}{n}+O\left(\frac{1}{n^2}\right). $$ It follows by the triangle inequality that $$ \left\|\exp\left(\frac{A+B}{n}\right)-\exp\left(\frac{A}{n}\right)\exp\left(\frac{B}{n}\right)\right\|=O\left(\frac{1}{n^2}\right). $$ Taking the limit as $n\to\infty$ gives the desired result.