86

Is there a relationship between the eigenvalues of individual matrices and the eigenvalues of their sum? What about the special case when the matrices are Hermitian and positive definite?

I am investigating this with regard to finding the normalized graph cut under general convex constraints. Any pointers will be very helpful.

5 Answers5

73

The problem of describing the possible eigenvalues of the sum of two hermitian matrices in terms of the spectra of the summands leads into deep waters. The most complete description was conjectured by Horn, and has now been proved by work of Knutson and Tao (and others?) - for a good discussion, see the Notices AMS article by those two authors

Depending on what you want, there should be simpler results giving estimates on the eigenvalues of the sum. A book like Bhatia's Matrix Analysis might have some helpful material.

Yemon Choi
  • 25,496
57

A simple estimate which is often useful is that, if $A$ and $B$ are Hermitian matrices with eigenvalues $a_1 > a_2 > \ldots > a_n$ and $b_1 > b_2 > \ldots > b_n$ and the eigenvalues of the sum are $c_1 > c_2 > \ldots > c_n$, then $$ c_{i+j-1} \le a_i + b_j \quad\text{and}\quad c_{n-i-j} \ge a_{n-i} + b_{n-j}. $$ The above conditions are necessary but not sufficient for $A+B=C$ to have a solution; see the Knutson-Tao article if you want sufficient conditions.

If you do not impose that $A$ and $B$ are Hermitian then there are very few restrictions besides the trace being equal. More specifically, the $3n$-tuples $(a_1, \ldots, a_n, b_1, \ldots, b_n, c_1, \ldots, c_n)$ which occur as eigenvalues of $(A,B,C)$ with $A+B=C$ are dense in the hyperplane $\sum a_i + \sum b_i = \sum c_i$.

cfh
  • 278
David E Speyer
  • 150,821
  • 1
    @SandeepSilwal: the two inequalities are given in equations (2) and (11) in a survey by Fulton http://arxiv.org/abs/math/9908012 – Wicher Mar 31 '20 at 16:53
  • So for Hermitian matrices, we know that $c_1 \leq a_1 + b_1$ but is there a bound we can put on this inequality? – KAJ226 Apr 19 '22 at 16:58
20

If 2 positive matrices commute, than each eigenvalue of the sum is a sum of eigenvalues of the summands. This would be true more generally for commuting normal matrices. For arbitrary positive matrices, the largest eigenvalue of the sum will be less than or equal to the sum of the largest eigenvalues of the summands.

Jonas Meyer
  • 7,279
  • 1
    Can you give a reference? – David Spivak Apr 16 '16 at 01:58
  • @DavidSpivak: Commuting normal matrices are simultaneously diagonalizable. This is a version of the "spectral theorem." The link below is to lecture notes that look like a good reference, but if not, or that link dies, googling some of the terms spectral theorem commuting normal matrices should help. http://www.math.drexel.edu/~foucart/TeachingFiles/F12/M504Lect2.pdf – Jonas Meyer Jun 24 '16 at 20:17
  • 3
    No need for positivity or normality of any kind, actually. The following is true in general: If $a,b$ are elements of a unital abelian Banach algebra, then $spec(a+b)\subseteq spec(a)+spec(b)$ (Murphy - C*-Algebras and Operator Theory, exercise 1.5(a)). If $A,B$ commute, apply this to the matrix algebra generated by $A,B,I$ and all $(A-\lambda)^{-1}$ and $(B-\lambda)^{-1}$ for $\lambda\not\in spec(A)$ or $\lambda\not\in spec(B)$, respectively. – Luiz Cordeiro Aug 13 '20 at 00:43
6

If M is Hermitian then H + aI is positive semidefinite when a is large enough. So the Hermitian + positive semidefinite case is essentially the same as the Hermitian case

Chris Godsil
  • 12,043
5

Here is a trivial case with a simple solution. Applicable in Quantum Mechanics, for one.

Given two matrices of the form $A \otimes Id$, $Id \otimes B$, the eigenvalues of their sum are all combinations $a_i+b_j$, where $A\vec{a}_i=a_i\vec{a}_i$ and $B\vec{b}_i=b_i\vec{b}_i$. The eigenvectors are all tensor products of the individual eigenvectors of $A$ and $B$.

This is a one-liner to show:

$$(A \otimes Id + Id \otimes B) \,\vec{a}_i\otimes \vec{b}_j=(a_i+b_j)\,\vec{a}_i\otimes \vec{b}_j$$