I am told by my textbook that,
$ \text{Nul }A = {0} \text{ if and only if the linear transformation } x \mapsto Ax \text{ is one-to-one.} $
$ \text{Col }A = \Bbb R^m \text{ if and only if the linear transformation } x \mapsto Ax \text{ maps }\Bbb R^n \text{ onto } \Bbb R^m. $
What is the linear transformation $ x \mapsto Ax $? I do not understand what this means.
$x \mapsto Ax$ means that they're defining a function that maps vectors $x \in \Bbb R^n$ to the vectors $(Ax)\in\Bbb R^m$ where $A$ is a $m\times n$ matrix.
There are two main ways of denoting a function:
NOTE: You actually can name a function with this second notation. You do so like $x \stackrel{f}{\mapsto} y$. This is less common, though.
Both notations convey the same information. The $\cdot \mapsto \cdot$ notation just lets you talk about a function/ transformation without naming it. That's the only difference I've ever seen between the two.