I'm currently rereading through Linear Algebra by Friedberg. The outline of his proof for the dimension theorem is as follows:
Extend a basis ${v_1, ... , v_k}$ of $N(T)$ to a basis ${v_1, ... , v_n}$ of vector space $V$.
Show $\mathrm{span}( T(v_{k+1}), ... , T(v_n) ) = R(T)$
Show $T(v_{k+1}), ... , T(v_n)$ are linearly independent.
I understand every single step. My only issue is the last lines of the proof says that this argument also shows that $T(v_{k+1}), ... , T(v_n)$ are all distinct.
My main question is how does this argument show that? I have a feeling this has to do something with the vectors being linearly independent. But I'm uneasy about it.
Doesn't the very question of asking if $T(v_k+1) , ... , T(v_n)$ are linearly independent assume that they are in fact distinct? That is, we are assuming they are distinct from the very start. For instance, we wouldn't ask if $(1,0,0)$, $(1,0,0)$, and $(0,1,0)$ are linearly independent.
How does this all tie into the definition of linear independence. And where is my understanding of it faulty concerning this question at hand?
I've tried to reason as follows.
If our vectors $T(v_{k+1}) , ... T(v_n)$ are not distinct. Then the task of showing that they are linearly independent makes no sense. This is because linear independence only concerns distinct vectors.
Edit: Here are the definitions of linear dependence and independence given from the text:
A subset $S$ of a vector space $V$ is called linearly dependent if there exists a finite number of distinct vectors $u_1, ... ,u_n$ in $S$ and scalar $a_1, ... ,a_n$ all not zero such that $a_1 u_1+ ... + a_n u_n = 0$ (zero vector)
Linear independence is given as the negation of the above statement. That is, $S$ is linearly independent if it is not linearly dependent.
Why are linearly independent vectors distinct? Suppose they're not, and that $v_i=v_j$ for some distinct $i,j$. Then $$1\cdot v_i + (-1)\cdot v_j = 0$$ That is a nontrivial linear dependence relation, contradicting the assumed independence. Done.
It's not that linear independence only concerns distinct vectors - it's that vectors that aren't distinct can't be linearly independent.