1

today I have a problem.

Let $R_1=\mathbb{Z}_2[x] /\langle x^2 -2\rangle$ and $R_2=\mathbb{Z}_2[x] /\langle x^2 -3\rangle$

prove or disprove $R_1$ and $R_2$ are isomorphic.

I felt confuse because $x^2 =2$ and $x^2=3$ have solution in $\mathbb{Z}/2\mathbb{Z}$

I don't know what to do.

Muniain
  • 1,453

3 Answers3

1

Both sets have four elements, namely the equivalence classes represented by all polynomials over $\mathbb{Z}_2$ of up to first order. Now make multiplication tables for both sets. If they are essentially the same (up to relabelling entries and reordering rows and columns), the rings are isomorphic. Otherwise they aren't.

Hans Engler
  • 15,439
1

Hint: The coset $\alpha=x+\langle x^2-2\rangle$ satisfies the equation $\alpha^2=0$ in the ring $R_1$. The coset $\beta=x+1+\langle x^2-3\rangle$ satisfies the equation $\beta^2=0$ in the ring $R_2$, because $$\beta^2=(x+1)^2+\langle x^2-3\rangle=x^2+2x+1+\langle x^2-3\rangle=x^2-3+\langle x^2-3\rangle=0.$$

Extend "linearly".

Jyrki Lahtonen
  • 133,153
  • Can you tell me more?. Why $x^2+\langle x^2 \rangle =0$?. What we will do next step? – Muniain Nov 14 '12 at 10:03
  • The polynomials $x^2$ and $0$ belong to the same coset of the ideal $\langle x^2\rangle$ of $\mathbb{Z}_2[x]$. The coset $0+\langle x^2\rangle$ is the zero element of the quotient ring $R_1$. This calculations suggests (but does not guarantee) that there might exist an isomorphism $f:R_1\to R_2$ such that $$f(\alpha)=\beta.$$ Next I suggest that you show that this actually works! – Jyrki Lahtonen Nov 21 '12 at 08:06
  • I think isomorphism: $$\varphi : f(x)+\langle x^2 \rangle \mapsto f(x+1)+\langle (x+1)^2 \rangle$$. This is 1-1 mapping and homomorphism. – Muniain Nov 21 '12 at 12:38
  • @Firmino: Correct. – Jyrki Lahtonen Nov 21 '12 at 13:12
  • It is amazing. Thank you very much. – Muniain Nov 22 '12 at 05:35
-3

I'm not good at editing.I'm sorry:(
First of all, 2 in Z2 is O, because 2 mod 2=0 (the remainder of the division 2 / 2 is 0), then 3 in Z2 is 1 (3/2= 1 , remainder=1).
=> X^2 = X ^2 - 1
-1 is 2-1=1 in Z2

You should know that -m in Zn is n-m.
=> X^2= X^2 + 1 | +1 X^2 + 1=x^2+2 (2 is 0 in Z2)=>

=> X^2 +1= X^2 | + X ^2

X^2+X^2+1=X^2+ X^2

 X^2 (1+1) +1=X^2(1+1)

1+1 is 0 =>

0+1=0

1=0 False.
Your ecuation doesn't have a solution. x ^2=2 means x^2=0, with the only solution x=0, and x^2=3 it means x^2=1, x=1. We have a contradiction: x=1=0 False

ada123
  • 1