logo

The Relationship between Invariant Subspaces and Eigenvectors 📂Linear Algebra

The Relationship between Invariant Subspaces and Eigenvectors

Theorem1

Let VV be a nn-dimensional vector space, T:VVT : V \to V be a linear transformation, and WW be TT-invariant. Let v1,,vkv_{1}, \dots, v_{k} be the eigenvector of TT corresponding to different eigenvalues. If v1++vkWv_{1} + \cdots + v_{k} \in W, then for all ii, viWv_{i} \in W holds.

Proof

We prove this by mathematical induction.

  • For k=1k=1

    It is trivially v1W    v1Wv_{1} \in W \implies v_{1} \in W.

  • Assume it holds for k=m1k = m-1

    Now, let k=mk = m and suppose v=v1+vmWv = v_{1} + \cdots v_{m} \in W holds. Since WW is TT-invariant,

    T(v)=T(v1++vm)=T(v1)+T(vm)=λ1v1++λmvmW T(v) = T(v_{1} + \dots + v_{m}) = T(v_{1}) + \cdots T(v_{m}) = \lambda_{1}v_{1} + \cdots + \lambda_{m}v_{m} \in W

    Here, λi\lambda_{i} are distinct eigenvalues. Since (WW is a subspace) λmvW\lambda_{m}v \in W and the following holds:

    T(v)λmv=(λ1λm)v1++(λm1λm)vm1W T(v) - \lambda_{m}v = (\lambda_{1} - \lambda_{m})v_{1} + \cdots + (\lambda_{m-1} - \lambda_{m})v_{m-1} \in W

    Then, by the assumption that it holds for k=m1k=m-1, we have:

    (λ1λm)v1,,(λm1λm)vm1W    v1,,vm1W (\lambda_{1}-\lambda_{m})v_{1}, \dots, (\lambda_{m-1}-\lambda_{m})v_{m-1} \in W \implies v_{1}, \dots, v_{m-1} \in W

    Therefore, since WW is a subspace, the following holds:

    vm=vv1vm1W v_{m} = v - v_{1} - \cdots - v_{m-1} \in W


  1. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p234 ↩︎