[Math] Distinct eigenvalues of submatrix of real symmetric matrix

eigenvalues-eigenvectorslinear algebramatrices

I require for a proof that if a n x n real symmetric matrix (of rank n) has n distinct non-zero eigenvalues, a principal submatrix, in particular the one obtained by removing the first row and first column, has (n-1) distinct non-zero eigenvalues.

The following is addendum:

I have managed to find however, that if a real symmetric matrix is of full rank n, the principal submatrix obtained by removing the first row and first column, is not necessarily of rank n-1, even if it must be of at least rank n-2. This would mean that some principal submatrices of this form would not have n-1 distinct non-zero eigenvalues.

I do so by constructing a counterexample since by performing Gaussian elimination on

$$A_1=\begin{pmatrix}
a & b & c \\
b & d & d \\
c & d & d\end{pmatrix}$$

We obtain

$$A_2=\begin{pmatrix}
0 & 0 & c-b \\
b-c & 0 & 0 \\
0 & d & 0\end{pmatrix}$$

Thus the matrix is of full rank even though in A1 the bottom right principal submatrix is degenerate. I have empirical evidence, using wolfram alpha to calculate the eigenvalues, that 2 of the eigenvalues of this matrix are identical. This supports my idea that if a real symmetric matrix has a principal submatrix not of full rank, it would not have distinct non-zero eigenvalues.

However, a matrix of full rank may not have distinct non-zero eigenvalues, so I was hoping that given the condition it does and if it is symmetric, somehow this would force the principal submatrix, which is also symmetric, to be of full rank and also have to full spectrum of distinct eigenvalues.

So quite obviously, my question is, how does one go about proving it?

Best Answer

The answer: the Cauchy interlacing theorem which is presented here for hermitian matrices but, that, of course, can be "downgraded" to real symmetric matrices.

Related Question