Theorem
- Suppose T(vi)−λivi for i=1,…,n are distinct eigenvalues and eigenvectors of T
- The set of vectors {v1,…,vn} is Linearly Independent
Proof
- Suppose for sake of contradiction that {v1,…,vn} is dependent
- Then, there is a shortest possible dependence 0=a1v1+..+akvk for k≤n
- We apply T to both sides and get
- 0=T(0)=a1T(v1)+⋯+akT(vk)
- =a1λ1v1+⋯+akλkvk
- We know that we have distinct eigenvalues.
- Therefore, there are atleast two values of λi meaning ∃λk=0
- Then, we divide out by that λk to create a shorter dependence
- 0=λka1λ1v1+⋯+λkakλkvk
- Then, we subtract our two equations
a1v1+..+akvk−λka1λ1v1+⋯+λkakλkvk
- =a1(1−λkλ1)v1+...+ak−1(1−λkλk−1)vk
- We know that this equation is linearly dependent as some ai for 1≤i≤k−1 is non-zero. and 1−λkλi=0
- Then, λi=λk. Then, there is no shortest dependence
- □