If V is a vector space over the field F, in each case, find the Image, rank, null space and nullity of the given linear transformation :
a) $0$: V → V defined as $0(v)$ := $0$
b) $Id_V$ : V → V defined as $Id(v)$ := v
c)T : V → V defined as $T(x, y)$ := (x − y, 0).
a) Image: 0;
rank: 1;
null space: All v $\in$ V;
nullity: dim$_F(V)$
b) Image: v;
rank: dim$_F(V)$;
null space: $0$;
nullity: dim$_F(0)$=1
c) Image: (x-y,0);
rank: 2;
null space: (x,x), i.e (x,y) where x=y;
nullity: 1
I am almost sure I am getting these things wrong, because to verify that I can use the theorem that rank(T) + null(T) = dim$_F$(V).
What mistakes am I making?
a) The image is $\{0\}$, not $0$. And the rank is $0(=\dim\{0\})$. You are right about the null space and the nullity.
b) The image is $V$, not $v$. And, although indeed the nullity is $\dim_F\{0\}$, I would have said that it is $0$.
c) The image if $F\times\{0\}$, and the rank is $1$. The rest is fine.