[Math] Proof that a positive definite matrix of size $d$ by $d$ has $d$ distinct eigenvalues

linear algebra

How to prove that a positive definite matrix of size $d$ by $d$ has $d$ distinct eigenvalues?
I have the following statement I want to prove. Positive definite matrix of size $d$ by $d$ has $d$ distinct real eigenvalues and its $d$ eigenvectors are orthogonal.

I know how to prove that the eigenvalues are real (I prove this from the symmetric property only) and I know how to prove that for two eigenvectors corresponding to two different eigenvalues their inner product equal zero and thus they orthogonal (I prove this from the symmetric property only too). I asking about how to prove that a positive definite matrix $A$ of size $d \times d$ ($A$ symmetric ($A^T=A$) and $x^TAx>0$ for all $x \in R^N$) has exactly $d$ distinct eigenvalues.

EDIT:

This is a statement written in lecture notes I have without a proof. (In the lecture notes its written about the covariance matrix of multivariate Gaussian). Is there a statement about when $d$ by $d$ positive definite matrix has d distinct eigenvalues and when not? There are conditions on positive definite matrix that if they are applied then there are $d$ distinct eigenvalues?

Best Answer

First be careful of the details here.

1) x^TAx>0 for all NON ZERO x∈R^N

2) "distinct" eigenvalues is not correct. The identity matrix shows that. It is positive definite and has one eigenvalue, 1, of multiplicity N.

3) The eigenvectors are not necessarily orthogonal if there are eigenvalues of multiplicity > 1. In the case of the identity matrix, any vector is an eigenvector. It is possible to find a set of N orthogonal eigenvectors, but other sets are possible that are not orthogonal.

Related Question