I am currently proving a theorem where $L: \mathbb R^n \to \mathbb R^n$ and $ M:\mathbb R^n\to \mathbb R^n$ are linear transformations if:
$L+M:\mathbb R^n\to \mathbb R^n$ defined by $(L+M)(v)=L(v)+M(v)$ is a linear transformation.
$-L:\mathbb R^n \to \mathbb R^n$ defined by $(-L)(v)=-(L(v))$ is a linear transformation
$cL:\mathbb R^n \to \mathbb R^n$ defined by $(cL)(\vec v)=c(L(\vec v))$ is a linear transformation (Where c is some scalar in the reals)
$Z:\mathbb R^n \to \mathbb R^n$ defined by $ Z(\vec v)= \vec 0$ (where $Z=\vec 0$) is a linear transformation.
I believe I have proved the first two but am tripping up on the simple proofs for numbers 3 and 4.
3: $L+M(-\vec v) = L(-\vec v) + M (-\vec v) = -L + -M(\vec v) = -(L+M)(\vec v)$
4: $L+M (Z(\vec v)) = L(Z(\vec v)) + M(Z(\vec v)) = Z*L(\vec v) + Z*M(\vec v) = Z((L+M)(\vec v))$ and then since $Z=\vec 0$ we have $\vec 0*((L+M)(\vec v))= \vec 0$? I'm not sure this gives us the zero vector though...