Why is this linear algebra proof correct? (dimension of the kernel and the image)

linear algebralinear-transformationsproof-explanationsolution-verificationvector-spaces

I was asked to prove the following theorem about vector spaces:

Let $K$ be a field and let $V,W$ be vector spaces over $K$. If there is a linear transformation $T:V\to W$ such that $\mathrm{Ker}(T)$ and $\mathrm{Im}(T)$ are both finite dimensional, then $V$ is finite dimensional as well.

I tried to solve but I eventually gave up and looked up the solution. Turns out that I could only find variations of this particular proof (a variation of the proof can be found on page 12 of this document). However, I'm having trouble understaing why it is correct, as the proof in the answer starts with the assumption that $\mathrm{Ker}(T)$ has a basis $\{u_1,\dots,u_n\}$, and then a finite spanning set of $V$ is constructed from there. I think that makes sense, but what if $T$ is injective? Then we would have $\mathrm{Ker}(T)=\{0_{V}\}$, so that the only basis of $\mathrm{Ker}(T)$ is the empty set, that has no vectors in it, so the proof wouldn't make sense, right?

I know this may be a silly question but I'm really having a bad time with this problem, any help would be really appreciated. 🙂

Best Answer

Essentially the same proof works when $ker(T)=\{0_V\}$. Let $\{Tw_1,Tw_2,..,Tw_k\}$ be a basis for the image of $T$. Take any $x \in V$. Then $Tx$ is a linear combination of the basis elements, say $Tx=\sum c_iTw_i$. But then $T(x-\sum a_iw_i)=0$ so $x=\sum a_iw_i$ We have proved that $V$ is spanned by $w_1,w_2,...,w_k$ so $V$ is finite dimensional.

Related Question