Bound on eigenvalues of sum of matrices
Dependencies:
- Eigenvalues and Eigenvectors
- Eigenpair of affine transformation
- Positive definite iff eigenvalues are positive
- All eigenvalues of a hermitian matrix are real
- Identity matrix
- Sum of positive definite matrices is positive definite
Let $A$ and $B$ be real $n$ by $n$ symmetric matrices. Then $A$, $B$ and $A+B$ have real eigenvalues.
- Let $\lambda^-$ and $\lambda^+$ be the minimum and maximum eigenvalues of $A$.
- Let $\mu^-$ and $\mu^+$ be the minimum and maximum eigenvalues of $B$.
- Let $\gamma^-$ and $\gamma^+$ be the minimum and maximum eigenvalues of $A+B$.
Then \[ \lambda^- + \mu^- \le \gamma^- \le \gamma^+ \le \lambda^+ + \mu^+ \]
Proof
Let $\lambda(X)$ be the set of eigenvalues of matrix $X$.
\begin{align} & \lambda(A) \in [\lambda^-, \lambda^+] \wedge \lambda(B) \in [\mu^-, \mu^+] \\ &\Rightarrow \lambda(A-\lambda^-I) \subseteq [0, \lambda^+ - \lambda^-] \wedge \lambda(B-\mu^-I) \subseteq [0, \mu^+ - \mu^-] \tag{affine transformation} \\ &\Rightarrow (A-\lambda^-I) \textrm{ is PSD } \wedge (B-\mu^-I) \textrm{ is PSD} \\ &\Rightarrow (A-\lambda^-I) + (B - \mu^-I) \textrm{ is PSD} \\ &\Rightarrow (A + B) - (\lambda^- + \mu^-)I \textrm{ is PSD} \\ &\Rightarrow \lambda((A + B) - (\lambda^- + \mu^-)I) \subseteq [0, \infty) \\ &\Rightarrow \lambda(A + B) \subseteq [\lambda^- + \mu^-, \infty) \end{align}
\begin{align} & \lambda(A) \in [\lambda^-, \lambda^+] \wedge \lambda(B) \in [\mu^-, \mu^+] \\ &\Rightarrow \lambda(A-\lambda^+I) \subseteq [\lambda^- - \lambda^+, 0] \wedge \lambda(B-\mu^+I) \subseteq [\mu^- - \mu^+, 0] \tag{affine transformation} \\ &\Rightarrow (A-\lambda^+I) \textrm{ is NSD } \wedge (B-\mu^-I) \textrm{ is NSD} \\ &\Rightarrow (A-\lambda^+I) + (B - \mu^+I) \textrm{ is NSD} \\ &\Rightarrow (A + B) - (\lambda^+ + \mu^+)I \textrm{ is NSD} \\ &\Rightarrow \lambda((A + B) - (\lambda^+ + \mu^+)I) \subseteq (-\infty, 0] \\ &\Rightarrow \lambda(A + B) \subseteq (-\infty, \lambda^+ + \mu^+] \end{align}
Therefore, $\lambda(A+B) \subseteq [\lambda^- + \mu^-, \lambda^+ + \mu^+]$.
Dependency for: None
Info:
- Depth: 19
- Number of transitive dependencies: 99
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /complex-numbers/conjugate-product-abs
- /complex-numbers/conjugation-is-homomorphic
- /complex-numbers/complex-numbers
- /linear-algebra/eigenvectors/cayley-hamilton-theorem
- /misc/fundamental-theorem-of-algebra
- /sets-and-relations/composition-of-bijections-is-a-bijection
- /sets-and-relations/equivalence-relation
- Group
- Ring
- Polynomial
- Vector
- Dot-product of vectors
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- 0x = 0 = x0
- Field
- Vector Space
- Linear independence
- Span
- Incrementing a linearly independent set
- Linear transformation
- Composition of linear transformations
- Vector space isomorphism is an equivalence relation
- Inner product space
- Inner product is anti-linear in second argument
- Orthogonality and orthonormality
- Gram-Schmidt Process
- A set of mutually orthogonal vectors is linearly independent
- Symmetric operator
- A field is an integral domain
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Transpose of stacked matrix
- Matrix multiplication is associative
- Positive definite
- Sum of positive definite matrices is positive definite
- Reduced Row Echelon Form (RREF)
- Conjugate Transpose and Hermitian
- Transpose of product
- Conjugation of matrices is homomorphic
- Submatrix
- Determinant
- Determinant of upper triangular matrix
- Swapping last 2 rows of a matrix negates its determinant
- Trace of a matrix
- Matrices over a field form a vector space
- Row space
- Matrices form an inner-product space
- Elementary row operation
- Determinant after elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Rank of a matrix
- A set of dim(V) linearly independent vectors is a basis
- Basis of F^n
- Matrix of linear transformation
- Coordinatization over a basis
- Basis changer
- Basis change is an isomorphic linear transformation
- Vector spaces are isomorphic iff their dimensions are same
- Canonical decomposition of a linear transformation
- Eigenvalues and Eigenvectors
- All eigenvalues of a hermitian matrix are real
- All eigenvalues of a symmetric operator are real
- Real matrix with real eigenvalues has real eigenvectors
- Diagonalization
- Symmetric operator iff hermitian
- Linearly independent set can be expanded into a basis
- Full-rank square matrix in RREF is the identity matrix
- A matrix is full-rank iff its determinant is non-0
- Characteristic polynomial of a matrix
- Degree and monicness of a characteristic polynomial
- Full-rank square matrix is invertible
- AB = I implies BA = I
- Determinant of product is product of determinants
- Every complex matrix has an eigenvalue
- Symmetric operator on V has a basis of orthonormal eigenvectors
- Orthogonal matrix
- Orthogonally diagonalizable iff hermitian
- Bounding matrix quadratic form using eigenvalues
- Positive definite iff eigenvalues are positive
- Eigenpair of affine transformation