I just got a problem set back where I lost a few points on a question and I am not sure what I have done wrong.
I was given a matrix $A \in \mathbb R^{4 \times 4}$ and I found that it has full rank, $\text{rank}(A)=4$ (this part was marked correct). I was then asked to give a basis for the image and the kernel. I know from the rank-nullity theorem that the kernel has dimension zero so I wrote down:
$$\text{Basis for kernel}:\left\{ \begin{pmatrix}0 \\0\\0\\0 \end{pmatrix}\right\}$$
It was marked wrong and the correct answer is supposed to be "the empty set": $\left \{ \right\}$. However, how can this make any sense. Isn't the zero vector always in the kernel for linear transformations?