If I have a ring R, where $R=M(2,Q)$, the set of all 2x2 matrices with rational entries.
I have a function $f:A \rightarrow B$ where A is the subring of upper triangular matrices and B is the subring of lower triangular matrices.
so A= the set of all 2x2 upper triangular matrics, e.g.$$x = \begin{pmatrix} a & b \\ 0 & c \\ \end{pmatrix}$$
and B = the set of all 2x2 lower triangular matrices, e.g.$$y = \begin{pmatrix} d & 0 \\ e & f \\ \end{pmatrix}$$
I need to show the the function $f$ is a ring homomorphism and it is bijective but I cannot seem to be able to. I'm trying to show that $f(xy)=f(x)f(y)$ but I cannot seem to get it to work.
Any help would be great