I'm having some trouble with one part of this question.
Which of the following statements are true?
$(1)$ For $\theta\epsilon\mathbb{R}$ fixed, $R:\mathbb{R^2} \rightarrow \mathbb{R^2}, R(x,y)=(x\cos(\theta)-y\sin(\theta),x\sin(\theta)+y\cos(\theta))$ is linear.
$(2)$ The transformation $T:\mathbb{R^2} \rightarrow \mathbb{R^2},T(x,y)=(1+x^2,1+y^2)$ is linear.
$(3)$ For $n\geq1$, every linear transformation $L:R:\mathbb{R}^n \rightarrow \mathbb{R}^n$ satisties $L(\mathbf{0})=\mathbf{0}$.
$(4)$ If $L:\mathbb{R^3} \rightarrow \mathbb{R^2}$ is linear, then the matrix which represents $L$ with respect to the standard coordinates must have positive nullity.
$(5)$ If $L:\mathbb{R^2} \rightarrow \mathbb{R^3}$ is linear, then the matrix which represents $L$ with respect to the standard coordinates must have positive nullity.
$(A)$ Only $(1)$,$(3)$, and $(5)$ are true.
$(B)$ Only $(1)$,$(3)$, and $(4)$ are true.
$(C)$ Only $(2)$,$(3)$, and $(4)$ are true.
$(D)$ Only $(2)$,$(3)$, and $(5)$ are true.
$(E)$ Only $(1)$,$(2)$, and $(5)$ are true.
I know that $(1)$ is true, $(2)$ is false and $(3)$ is true. What is the difference between $(4)$ and $(5)$ though? How do I know which one is correct? Apparently statement $(4)$ is the correct one but why is that?
Recall that the rank-nullity theorem states that the rank plus the nullity of a linear transformation equals the dimension of its domain.
In terms of the matrix of the linear transformation, the dimension of its columnspace plus the dimension of its nullspace equals the number of columns.
In (4), the matrix is $2 \times 3$, so the rank plus nullity equals $3$. The rank must be $\le 2$ (do you see why?), so the nullity must be $\ge 1$. Thus (4) is true.
In (5), the matrix is $3 \times 2$, so the rank plus nullity equals $2$. It is possible for the rank to equal $2$ while the nullity equals $0$; for example consider $$\begin{bmatrix} 1 & 0 \\ 0 & 1 \\ 0 & 0 \end{bmatrix}.$$ So (5) is false.