Integral domain in complex numbers.

1.8k Views Asked by At

Let $I = _{\mathbb {C} [X]} \langle X^2 + 1\rangle$ the principal ideal of $\mathbb{C}[X]$ generated by $X^2 + 1$. Is $\mathbb{C}[X]/I$ an integral domain?

From my understanding $\mathbb{C}[X]/I$ is the set of all cosets of $\langle X^2 + 1\rangle$ in $\mathbb{C}$. Now to me, since $X^2+ 1$ generates all of $\mathbb{C}$, and since $\mathbb{C}$ is an integral domain so is $\mathbb{C}[X]/I$. However, intuition is telling me I have misunderstood $\mathbb{C}[X]/I$ can someone help please?

2

There are 2 best solutions below

2
On

From the comments below the OP, I think we should get back to fundamentals.

The elements of a quotient ring $R/I$ may be taken to be cosets $a + I$ of the ideal $I$. Two cosets $a + I$, $b + I$ are equal iff $a - b \in I$. Cosets are added and multiplied according to the rules $(a + I) + (b + I) := (a + b) + I$ and $(a + I)(b+I) := ab + I$. The addition and multiplication thus defined provide the set of cosets $a + I$ with a ring structure, whose zero element is $0 + I = I$. This describes the quotient ring $R/I$.

In the present case, $I = (x^2 + 1)$ (the ideal $I$ is $\{(x^2 + 1)p(x): p(x) \in \mathbb{C}[x]\}$). Again, this ideal is the coset $0 + I$ that represents the zero element of the quotient ring.

We have $(x+i)(x-i) = x^2 + 1$. The hint was trying to suggest that this factorization provides zero divisors, in the quotient ring. What that means is that the factors $x+i$ and $x-i$ should suggest what cosets to try, whose product will be zero in the quotient ring.

0
On

It's probably easiest to think of ${\mathbb C}[X]/(X^2 + 1)$ as the set of all expressions of the form $a x + b$ with $a, b \in {\mathbb C}$ with the special property that $x^2 = -1$.

Then, working in ${\mathbb C}[X]/(X^2 + 1) = {\mathbb C[x]}$ with $x^2 = -1$, $(x - i)(x + i) = x^2 - i^2 = x^2 + 1 = 0$, so $x - i$ and $x + i$ are zero-divisors.

Or, avoiding going to the quotient ring at all, $X^2 + 1 = (X + i)(X - i)$, so the ideal generated by $X^2 + 1$ is not a prime ideal and therefore ${\mathbb C}[X](X^2 + 1)$ is not an integral domain.