The Relationship between Invariant Subspaces and Eigenvectors
📂Linear AlgebraThe Relationship between Invariant Subspaces and Eigenvectors
Theorem
Let V be a n-dimensional vector space, T:V→V be a linear transformation, and W be T-invariant. Let v1,…,vk be the eigenvector of T corresponding to different eigenvalues. If v1+⋯+vk∈W, then for all i, vi∈W holds.
Proof
We prove this by mathematical induction.
For k=1
It is trivially v1∈W⟹v1∈W.
Assume it holds for k=m−1
Now, let k=m and suppose v=v1+⋯vm∈W holds. Since W is T-invariant,
T(v)=T(v1+⋯+vm)=T(v1)+⋯T(vm)=λ1v1+⋯+λmvm∈W
Here, λi are distinct eigenvalues. Since (W is a subspace) λmv∈W and the following holds:
T(v)−λmv=(λ1−λm)v1+⋯+(λm−1−λm)vm−1∈W
Then, by the assumption that it holds for k=m−1, we have:
(λ1−λm)v1,…,(λm−1−λm)vm−1∈W⟹v1,…,vm−1∈W
Therefore, since W is a subspace, the following holds:
vm=v−v1−⋯−vm−1∈W
■