Let $\lambda_1,...,\lambda_n$ be a set of distinct eigenvalues for a linear operator $T:V \to V$. Define $$\Lambda_{\lambda_i}=\{v \in V | (\lambda_i I-T)^{n_i}(v)=0 \text{ for some } n_i\in \mathbb N\}$$ I am trying to prove that the subspaces $\Lambda_{\lambda_1},\Lambda_{\lambda_2},...,\Lambda_{\lambda_n}$ are linearly independent. My approach is to use induction on $n$.
For the base case $n=1$ the result is trivial since $\forall v\in\Lambda_{\lambda_1}$ if $v=0$ then $v=0$.
Now assume that $\Lambda_{\lambda_1},...,\Lambda_{\lambda_{r}}$ are linearly independent for some $r<n$ (Induction hypothesis). Suppose that $$v_1+ \dot{} \dot{} \dot{}+v_r+v_{r+1}=0$$ where each $v_i \in \Lambda_{\lambda_i}$ for $i=1,...,r+1.$ We can apply $(\lambda_{r+1}I-T)^{n_{r+1}}$ to both sides of the equation to get that $$(\lambda_{r+1}I-T)^{n_{r+1}}(v_1+ \dot{} \dot{} \dot{}+v_r)+(\lambda_{r+1}I-T)^{n_{r+1}}(v_{r+1})=0$$ and since $v_{r+1}\in \Lambda_{\lambda_{r+1}}$ we get that $$(\lambda_{r+1}I-T)^{n_{r+1}}(v_1+ \dot{} \dot{} \dot{}+v_r)=0$$ Now, in order to use my induction hypothesis I need to show that $v_1+ \dot{} \dot{} \dot{}+v_r=0$ and this is where I get stuck. Why must it be true at this point that $v_1+ \dot{} \dot{} \dot{}+v_r=0$?