I am self-studying Linear Algebra Done Right. I follow the proof in the book on Fundamental Theorem of Linear Maps.
$$\text{dim }V = \text{dim null }T + \text{dim range } T$$
My understanding is that, the basis of null $T$ with length $m $ can be extended to a basis of $V$ with length $m+v$. And then we can show that dim range $T = n$.
But I don't see the intuition/ picture of this. Why the dimension of $V$ is the sum of dimension of its null space and the range of $T$?
Take a basis $\{n_1,\ldots,n_k\}$ of $\operatorname{null}T$. Let $\{v_1,\ldots,v_l\}\subset V$ be such that $\{n_1,\ldots,n_k\}\cup\{v_1,\ldots,v_l\}$ is a basis of $V$. Then $\bigl\{T(v_1),\ldots,T(v_l)\bigr\}$ is a basis of $\operatorname{range}T$ and therefore$$\dim\operatorname{range}T=l=k+l-k=\dim V-\dim\operatorname{null}T.$$