Any implications of this diagonal element inequality?

  • Context: Graduate 
  • Thread starter Thread starter winterfors
  • Start date Start date
  • Tags Tags
    Element Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
winterfors
Messages
70
Reaction score
0
Given two definite positive definite matrices A and B of identical size with the following relationship of their diagonal elements:

[tex]A_{ii} \geq B_{ii}[/tex] (no summation)

which also holds after any unitary change of coordinates

[tex]\textbf{A}'=\textbf{U}^T\textbf{A}\textbf{U}[/tex]

where [tex]\textbf{U}[/tex] complete set of orthonormal vectors.


Question: What does this imply in terms of inequalities on the eigenvalues of the matrices?

The sum of eigenvalues of A is of course equal of greater than the sum of eigenvalues B:s eigenvalues, but this is true even without allowing for change of coordinates. I'm sure you must be able to deduce something stronger when the inequality holds under any unitary coordinate change...
 
Physics news on Phys.org
My linear algebra is very rusty so be careful of the argument below.

A-B is p.s.d .

I am assuming the matrices are real.

Now from the given condition we have for any orthogonal matrix U, the diagonal elements of [itex]U^T (A-B) U[/itex] are non negative.

In particular choose [itex]U[/itex] to be the orthogonal matrix corresponding to the spectral decomposition of [itex]A-B[/itex] and we get all its eigenvalues as non negative.
 
Last edited:
I think this also implies that the eigenvalues of A dominate the eigenvalues of B in the following way: if [itex]\lambda_i(A)[/itex] is the [itex]i^{th}[/itex] largest eigenvalue of A and [itex]\lambda_i(B)[/itex] is similarly defined. Then [itex]\sum_{i=1}^{k} \lambda_i(A) \geq \sum_{i=1}^{k} \lambda_i(B)[/itex] for [itex]k=1,\dots,n[/itex].

This follows from the fact that for two hermitian matrices A and B of the same order we have (4.3.27 Horn and Johnson)
[itex]\sum_{i=1}^{k} \lambda_i(A+B) \geq \sum_{i=1}^{k} \lambda_i(A) + \sum_{i=1}^{k} \lambda_i(B)[/itex], in particular substituting the pair [itex]A-B,B[/itex] and noting [itex]\lambda_i(A-B) \geq 0[/itex] we get the result.
 
Last edited:
This was exactly what I was looking for, many thanks!