2

I have three quotient rings:

  • $R_1 = \frac{\mathbb{Q}[x]}{(x^2 -1)}$

  • $R_2 = \frac{\mathbb{Q}[x]}{(x^2 +1)}$

  • $R_3 = \frac{\mathbb{Q}[x]}{((x -1)^2)}$

I am trying to decide whether these are integral domains, fields, if they have any elements $u$ s.t $u^2 = 0$ and if any of them are isomorphic. So far I have:

For the first one: This polynomial is not irreducible, it splits into $x+1$ and $x-1$ which are coprime, so by the chinese remainder theorem we can decompose it and clearly see that it has no such elements $u$. Also it's not an i.d. as the polynomial isn't prime

For the second one, this is a field (the poly. is irreducible), so there are no zero divisors.

For the third one I am having difficulty, we cannot use the chinese remainder theorem because the factors of $(x-1)^2$ are not coprime. It's not a field, but I am having trouble showing whether it is an i.d or if there is such a $u$.

Also for showing whether these rings are isomorphic, is it true that the three properties I am testing for are preserved by isomorphisms? Hence none of them should be isomorphic?

Thanks

Wooster
  • 3,775

1 Answers1

0
  • $R_1 = \frac{\mathbb{Q}[x]}{(x^2 -1)}$

    • is not an ID since $(x+1 + (x^2 -1)) \cdot (x-1 + (x^2 -1) = 0 + (x^2 -1)$
  • $R_2 = \frac{\mathbb{Q}[x]}{(x^2 +1)}$

    • is a field: Since $x^2+1$ is irreducible over $\mathbb{Q}$, the ideal $(x^2+1)$ is maximal in $\mathbb{Q}[x]$, thus $R_2$ is a field.
  • $R_3 = \frac{\mathbb{Q}[x]}{((x -1)^2)}$

    • is not an ID since $(x-1 + (x-1)^2) \cdot (x-1 + (x-1)^2) = 0 + (x-1)^2$

Use the fact that every field is an integral domain to fill in the gaps.