Is it true that the eigenvalues of $A + B$ are the sum of some eigenvalue of $A$ and some eigenvalue of $B$?
I'm taking a linear algebra class, and I recently learned about eigenvalues. I think that this claim is true, but it is not a theorem that I can find anywhere. I've tried it for many examples, and I just wanted someone to confirm.
Thanks
Look at $$A=\begin{pmatrix} 0&0\\1&0\end{pmatrix}+B=\begin{pmatrix} 0&-1\\1&0\end{pmatrix}=\begin{pmatrix} 0&-1\\2&0\end{pmatrix}$$
The eigenvalues of $A$ are zero while $B$ are $\pm i$ and the eigenvalues of their sum matrix are $\pm i\sqrt{2}$. But $$0 \pm i \neq \pm i\sqrt{2}$$