[Math] Prove that a mapping from C to M2(R) is injective and a homomorphismm

abstract-algebragroup-homomorphismring-homomorphismring-theory

$\mathcal{M}_2(\Bbb R)$ is the ring of $2\times2$ matrices with real entries.
Define a map $\phi:\Bbb C \to \mathcal{M}_2(\Bbb R)$ by

$$\phi(a+bi) = \begin{pmatrix} a & b \\ -b & a \end{pmatrix}$$

Prove that the mapping is a homomorphism and that it is injective.

Now, in order to show that it is a homomorphism is it enough if I simply show that $\phi(a)+\phi(b) = \phi(a+b)$ and $\phi(a)\phi(b) = \phi(ab)$?

Also, how do I show that it is injective? Does this have something to do with the kernel? If so, how do I find the kernel?

Best Answer

A ring homomorphism from a field to any ring is necessarily injective (assuming that ring homomorphisms map $1$ to $1$), because its kernel is a proper ideal and a field has only $\{0\}$ as proper ideal.

In this case it's also easy to verify it directly, because if $\phi(a+bi)$ is the null matrix, then necessarily $a=b=0$.

The verification that $\phi$ is a homomorphism consists in showing that $$ \phi(x+y)=\phi(x)+\phi(y),\qquad \phi(xy)=\phi(x)\phi(y),\qquad \phi(1)=\begin{bmatrix}1 & 0\\0&1\end{bmatrix} $$ for all $x,y\in\mathbb{C}$. For multiplication, consider $x=a+bi$ and $y=c+di$; then $xy=(ac-bd)+(ad+bc)i$, so $$ \phi(xy)=\begin{bmatrix}ac-bd & ad+bc \\ -(ad+bc) & ac-bd \end{bmatrix} $$ whereas $$ \phi(x)\phi(y)= \begin{bmatrix} a & b \\ -b & a \end{bmatrix} \begin{bmatrix} c & d \\ -d & c \end{bmatrix} $$ Can you finish doing the matrix product? The check for the addition should be carried on similarly.

Note. In the definition of $\phi$ it is implicitly assumed that $a,b\in\mathbb{R}$ and the same assumption is made in the check, also for $c$ and $d$.