In reading the well known book on Algebraic graph theory I came across a theorem that could be stated in the following way:
If G is a graph of diameter d then the adjacency matrix of G has at least d+1 distinct eigenvalues.
The proof shows that if A is the adjacency matrix of a graph G that has diameter d, then I,A,A2,…,Ad are linearly independent. And then the main theorem somehow follows from here.
I assume what is used is the fact that if A is a symmetric matrix and I,A,…,Ad are linearly independent, then A has at least d+1 distinct eigenvalues?
Am I right? If yes, how can one quickly prove this fact?
Answer
Yes, you are: If A is a symmetric matrix then A is diagonalizable (semi-simple). Hence, the minimal polynomial of A, mA(x) consists of linear factors of multiplicity 1 each, i.e. mA(x)=(x−λ1)⋅...⋅(x−λk), where λ1,...,λk are all the distinct eigenvalues of A.
Now, you know that I,A,…,Ad are linearly independent, which implies that there is no polynomial of degree ≤d annulling A (applying any such polynomial to gives you a linear combination of I,A,…,Ad). Since mA(x) is annulling A, it follows that d<deg(mA(x))=k. Hence k≥d+1.
No comments:
Post a Comment