I'm doing a self-study of Axler's Linear Algebra Done Right, and am looking for some help understanding a step in the proof of Proposition 5.21, appearing on page 89 of the second edition. An abbreviated version of 5.21 and its proof is shown below, with the step I don't understand highlighted in bold:
Suppose $T \in \mathcal{L}$($V$). Let $\lambda_{1}, \ldots , \lambda_{m}$ denote the distinct eigenvalues of $T$. Then the following are equivalent:
- $V$ has a basis consisting of eigenvectors of T;
- dim V $=$ dim null ($T - \lambda_{1}I) + \cdots +$ dim null($T - \lambda_{m}I$)
Suppose that (2) holds. Choose a basis of null ($T - \lambda_{j}I$); put all these bases together to form a list ($\vec{v_{1}}, \ldots , \vec{v_{n}}$) of eigenvectors of $T$, where $n$ = dim $V$. To show this list is linearly independent, suppose
$a_{1}\vec{v_{1}} + \cdots +a_{n}\vec{v_{n}} = 0$ (1)
where $a_{1}, \ldots , a_{n} \in \mathbf{F}$. For each $j = 1,\ldots,m$, let $u_{j}$ denote the sum of all the terms of $a_{k} \vec{v_{k}}$ such that $\vec{v_{k}} \in$ null($T - \lambda_{j}I$). Thus each $u_{j}$ is an eigenvector of $T$ with eigenvalue $\lambda_{j}$, and
$u_{1} + \cdots + u_{m} = 0$
My question is this: what does it mean to "let $u_{j}$ denote the sum of all the terms of $a_{k} \vec{v_{k}}$ such that $\vec{v_{k}} \in$ null($T - \lambda_{j}I$)?" Aren't those terms already defined in equation (1), and isn't their sum already supposed to be zero? And how is it that "thus" each $u_{j}$ becomes an eigenvector of $T$ with a corresponding eigenvalue of $\lambda_{j}$?
Thanks in advance for any and all help!