Eigenvectors Corresponding to Distinct Eigenvalues are Linearly Independent
📂Linear AlgebraEigenvectors Corresponding to Distinct Eigenvalues are Linearly Independent
Theorem
Let V be a vector space, T:V→V be a linear transformation, and λ1,…,λk be distinct eigenvalues of T. If v1,…,vk are eigenvectors of T corresponding to the eigenvalue λ1,…,λk, then {v1,…,vk} are linearly independent.
Corollary
Diagonalization
T is diagonalizable if there exist n linearly independent eigenvectors of T.
If T:V→V is a linear transformation, and assuming dim(V)=n. If T has n distinct eigenvalues, then T is diagonalizable.
Proof
We prove this by mathematical induction. Assume k=1. Then, by the definition of eigenvectors, v1=0 holds, and {v1} are linearly independent.
Now assume the theorem holds for k−1 distinct eigenvalues. And let a1,…,ak be constants that satisfy the following equation.
a1v1+⋯+akvk=0
Taking T−λkI on both sides, since vi are eigenvectors,
a1(λ1−λk)v1+⋯ak−1(λk−1−λk)vk−1=0
Then, by assumption, the following holds.
a1(λ1−λk)=⋯=ak−1(λk−1−λk)=0
Since we assume λi are distinct,
a1=⋯=ak−1=0
Therefore, akvk=0, but since vk=0, it follows that ak=0. Hence,
a1=⋯=ak=0
and {v1,…,vk} are linearly independent.
■