2
$\begingroup$

How can I determine when two quotient rings of a polynomial ring are isomorphic? For example, is $F[x]/(x^2) \cong F[x] / (x^2 - x)$? I know (or at least I think) that they are isomorphic as additive groups, but I don't think they are as rings. How can I show this? In general, is there some criterion for determining when two quotient rings by ideals generated by polynomials of the same degree are isomorphic?

  • 0
    That highly depends on the underlying field $F$. For example $\mathbb{R}[x]/(x^2+1)\simeq \mathbb{C}$ is a field but $\mathbb{C}[x]/(x^2+1)$ is not a field. In a simple case of $x^2$ or $x^2-x$ when the polynomial is a product of linear components then this is simplier. So are you interested in these concrete examples or in general?2017-02-01
  • 0
    In general there is no criterion: it might be quite hard to show that $F[x]/I$ is (or is not) isomorphic to $F[x]/J$.2017-02-01
  • 0
    Related: http://math.stackexchange.com/questions/869335, http://math.stackexchange.com/questions/1831305/2017-02-01
  • 0
    See also http://mathoverflow.net/questions/651092017-02-01

1 Answers 1

0

I doubt that a general criterion exists, but the Chinese remainder theorem can sometimes be helpful in simplifying quotient rings. In your example, the ideals $(x)$ and $(x-1)$ are coprime since $1=x-(x-1)$, hence $$ F[x]/(x^2-x)\simeq F[x]/(x)\times F[x]/(x-1)\simeq F\times F $$

If $F$ is a field then $F\times F$ has no nilpotent elements. On the other hand, $F[x]/(x^2)$ does have a nilpotent element, namely the image of $x$. So $F[x]/(x^2-x)$ and $F[x]/(x^2)$ are not isomorphic.

  • 0
    Is there a shortcut to showing that $F[x]/(x-1) \simeq F$ besides directly constructing isomorphism or using first isom thm?2017-02-02
  • 0
    I think the first isomorphism theorem is the way to go. Just map $x$ to $1$.2017-02-02