Prove that $$F\begin{bmatrix}a&b\\c&0\end{bmatrix}=ax^2+(a+bx)+a+b+c$$ is an isomorphism.
Context: Elementary Linear Algebra Course. Ok, here is what I ve tried by myself.
Please, verify my solution:
This is a Linear transformation ,
$$ F \in L(M_{2x2},P_{2})$$ I consider that the dimensions of the spaces are $$\dim (M_{2\times2}) = \dim (P_{2}) = 3,$$ so proving it , by lemma: $T$ is injective implies that $T$ is surjective therefore $T$ is an isomorphism.
Actually, by theorem T is injective if Nuc(T)={0} Then, $F\begin{bmatrix}a&b\\c&0\end{bmatrix}=$ $0+(0+0)+0+0+0$ so,
$ax^2+(a+bx)+a+b+c$ $=0+(0+0)+0+0+0$
Finally, $a=b=c=0$ as a matter of fact, $F$ is an isomorphism. Is that correct?, suggestions?.
Thanks in advance. Note: I dont need to prove that it is a linear transformation. Just the isomorphism. Please edit my question if you know how to improve it.
You have a typo (I'm 98% sure), where you want to write your function as: $$F\begin{pmatrix} a & b \\ c & 0 \end{pmatrix} = ax^2 + (a+b)x + a+b+c,$$ note the different placement of the parentheses.
You need to be a little careful in specifying your problem. Like make it clear that you are acting on a 3 dimensional subspace of $M^{2 \times 2}$.
The basic idea of your proof is good though. Just a little more detail/clarity throughout would be beneficial. E.g. how do you conclude $a =b=c=0$? This is an easy computation, but the exercise is an elementary one and the details are important in cases like this.