Theorem: Let A be an nΓn matrix. If v1β,v2β,β¦,vkβ are eigenvectors corresponding to distinct eigenvalues Ξ»1β,Ξ»2β,β¦,Ξ»kβ, then {v1β,v2β,β¦,vkβ} is linearly independent.
Proof: We use proof by induction on k.
Base case (k=1): A single eigenvector v1β is nonzero by definition, hence linearly independent.
Inductive step: Assume the result holds for kβ1 eigenvectors. We prove it for k eigenvectors.
Suppose for contradiction that {v1β,β¦,vkβ} is linearly dependent. Then there exist scalars c1β,β¦,ckβ, not all zero, such that:
c1βv1β+c2βv2β+β―+ckβvkβ=0...(1)
Since not all ciβ are zero, we can assume without loss of generality that ckβξ =0 (by reordering if necessary).
Step 1: Apply matrix A to equation (1):
A(c1βv1β+c2βv2β+β―+ckβvkβ)=A(0)=0
By linearity:
c1βAv1β+c2βAv2β+β―+ckβAvkβ=0
Since Aviβ=Ξ»iβviβ for each i:
c1βΞ»1βv1β+c2βΞ»2βv2β+β―+ckβΞ»kβvkβ=0...(2)
Step 2: Multiply equation (1) by Ξ»kβ:
c1βΞ»kβv1β+c2βΞ»kβv2β+β―+ckβΞ»kβvkβ=0...(3)
Step 3: Subtract equation (3) from equation (2):
c1β(Ξ»1ββΞ»kβ)v1β+c2β(Ξ»2ββΞ»kβ)v2β+β―+ckβ1β(Ξ»kβ1ββΞ»kβ)vkβ1β=0
Note that the term involving vkβ cancels: ckβ(Ξ»kββΞ»kβ)vkβ=0.
Step 4: Apply the inductive hypothesis. By assumption, {v1β,β¦,vkβ1β} is linearly independent (since these correspond to distinct eigenvalues Ξ»1β,β¦,Ξ»kβ1β).
Therefore, all coefficients in the above equation must be zero:
ciβ(Ξ»iββΞ»kβ)=0forΒ i=1,2,β¦,kβ1
Step 5: Reach a contradiction. Since the eigenvalues are distinct, Ξ»iβξ =Ξ»kβ for i<k, so Ξ»iββΞ»kβξ =0 for all i=1,β¦,kβ1.
Therefore: c1β=c2β=β―=ckβ1β=0
Substituting back into equation (1):
ckβvkβ=0
Since vkβ is an eigenvector, vkβξ =0. Therefore ckβ=0.
But this contradicts our assumption that not all ciβ are zero.
Conclusion: The assumption that {v1β,β¦,vkβ} is linearly dependent leads to a contradiction. Therefore, the eigenvectors are linearly independent. β