I've just began the study of linear transformations, and I'm still trying to grasp the concepts fully.
One theorem in my textbook is as follows:
Let $V$ and $W$ be vector spaces over the field $F$, and suppose that $(v_1, v_2, \ldots, v_n)$ is a basis for $V$. For $w_1, w_2, \ldots, w_n$ in $W$, there exists exactly one linear transformation $T: V \rightarrow W$ such that $T(v_i) = w_i$ for $i=1,2,\ldots,n$.
The author doesn't explain it, but gives the proof right away (which I understand). But I'm trying to figure out what this theorem actually states, and why it is so important? So in words it means: if I have a basis for my domain, and a basis for my codomain, then there exists just one linear transformation that links both of them.
So let's say I have a linear map $T: \mathbb{R}^2 \rightarrow \mathbb{R}^2$, with $T(1,0) = (1,4)$ and $T(1,1)=(2,5)$. So because $(1,0)$ and $(1,1)$ is a basis for my domain, it is an implication of the theorem that $(1,4)$ and $(2,5)$ is automatically a basis for my codomain?