3

And if this is so, could you please provide an example of an integral domain which is not a noetherian ring, and also a noetherian ring which is no unique factorization domain?

This would be really nice. Also I am asking this for self-study, currently I'm trying to understand how all the algebraic structures relate to one another.

azureai
  • 1,772

2 Answers2

7

No, a finite ring like $Z/n$ is always noetherian but not integral if $n$ is not a prime.

3

Integral domain, which is not noetherian:

$k[X_1, X_2, \dotsc]$ or a little bit more interesting: $R := \{f \in k[X,Y] ~|~ f(X,0) \in k \} \subset k[X,Y]$.

Any noetherian non-domain is in particular not an unique factorization domain. Here is an example for a noetherian domain, which is not UFD: $\mathbb Q[X,Y]/(X^2+Y^2-1)$. We have $X^2=(1+Y)(1-Y)$ in this ring, contradicting unique factorization.

MooS
  • 31,390