Show that this is a ring homomorphism

229 Views Asked by At

Consider $\varphi :\mathbb Z_2[X] \to R$ where $R$ is ring:

$R:= \mathbb Z_2 \times \mathbb Z_2$

$(a,b)+_R(c,d):= (a+c,b+d)$

$(a,b) \times_R (c,d):= (ac, ad+bc)$

and the function is defined by $\varphi(\sum a_iX^i)= (a_0, a_1)$

I need to show that is a ring homomorphism, injective or surjective.

I tried showing that:

$f(a+_Sb)= f(a)+_R f(b)$ and $f(a\times_S b)= f(a)\times_R f(b)$

($+_S$ and $\times_S$ are the operators for $\mathbb Z_2[X]$, standard polynomial multiplication and addition)

The addition I could show to be valid but I think I might be doing something wrong for multiplication as its not adding up. Also how do I show if it is injective or surjective?

1

There are 1 best solutions below

3
On BEST ANSWER

Let's try to make sense of the multiplication in $R$.

Suppose $R=\mathbb Z_2[\theta]$. Then $(a+b\theta)(c+d\theta)=ac+(ad+bc)\theta+bd\theta^ 2$. So $\theta^2=0$.

Therefore, $R = \mathbb Z_2[X]/(X^2)$ and $\varphi$ is the quotient map.