Homomorphisms and vector spaces

abstract-algebrageometrylinear algebravector-spaces

Let $A=\{f\in \operatorname{Hom}(V,V) \mid g \circ f = 0\}$.
Find a basis of $A$.
Here $g$ is a homomorphism of the vector space $V$ with the basis $\{e_1,e_2,e_3,e_4\}$ (canonical vectors) such that
\begin{align}
g(e_1+e_2)&=-e_1\\
g(e_1-e_2)&=2e_2\\
g(e_1+e_3)&=e_1+e_4\\
g(e_1-e_4)&=e_2+e_4;
\end{align}

Could you find some clever way to get the solution?

Best Answer

The range of $g$ is the span of $e_1,e_2,e_4$, hence its kernel is one dimensional. Find a nonzero element $v$ of the kernel, that will generate it.

Now, $g\circ f\, (x)=0$ iff $f(x)\in\ker g$, so the range (=column space) of $f$ must be contained in ${\rm span}(v)$, and you can obtain a basis $(f_i)$ of $A$ by putting $v$ in the $i$th column and $0$ otherwise in (the standard matrix of) $f_i$.

Related Question