0

How to determine all $n\in\mathbb{N}$ such that $\mathbb{Z}_{n}[x]$ is a unique factorization domain?

I am guessing that this would be true for all primes, since $\mathbb{Z}_n$ is a UFD when $n$ is prime, and therefore $\mathbb{Z}_{n}[x]$ is also a UFD when $n$ is prime, but how could I prove that, and is that the only case?

implicati0n
  • 1,459
  • I'm sorry, but I fail to see how $\mathbb{Z}_6$ is a PID when it's not even an integral domain? @BhaskarVashishth – implicati0n Jul 04 '15 at 23:20

1 Answers1

3

Suppose $n$ is not prime and let $n=p_1^{k_1}\cdots p_s^{k_s}$ be the canonical factorization of $n$. Then $p_1^{k_1}\cdots p_i^{k_i}X$ and $p_{i+1}^{k_{i+2}}\cdots p_s^{k_s}X$ are nonzero elements of $\mathbb{Z}/n\mathbb{Z}[X]$ whose product is $0$ so this is not a domain and therefore not a UFD.

Conversely, if $n$ is prime, then $\mathbb{Z}/p\mathbb{Z}[X]$ is a polynomial ring over a field and therefore a UFD.


The first direction really can be done anyway you want. If you note that $\mathbb{Z}/n\mathbb{Z}$ is not a domain and $\mathbb{Z}/n\mathbb{Z}\subset \mathbb{Z}/n\mathbb{Z}[X]$ then the latter cannot be a domain either (as it at least contains the zero divisors of $\mathbb{Z}/n\mathbb{Z}$).

Eoin
  • 5,809