Abstract Algebra – Ways to Prove a Ring Is a UFD

abstract-algebraprime factorizationring-theoryunique-factorization-domains

I'm doing an exercise where I have a commutative ring with unity $R$. We had to find that the nonunits formed an ideal (maximal). After that, we found the irreducible elements, and then we saw that the set of irreducible elements was equal to the set of prime elements on $R$.

From here, the next section of the exercise is: Prove that $R$ is an UFD. Find the set of ideals of $R$.

I tried to find the easiest way to prove that $R$ is an UFD with the information we have so far, and it seems that it's proving that if $R$ is a domain and $a$ is irreducible $\iff$ $a$ is prime (because we already know that the set of primes and the irreducibles is the same, and it has only one element in my particular case).

But we didn't proved this proposition on my class, so I wonder if there's another way to prove that $R$ is an UFD without having to prove this lemma first.

Thank you.

Best Answer

The ring in question is $\{\frac{a}{b}\in\mathbb{Q} \mid b\text{ is odd}\}$, also known as $\mathbb{Z}_{(2)}$.

The key property of this ring is that $R^\times = \{\frac{a}{b}\in\mathbb{Q} \mid a\text{ is odd, }b\text{ is odd}\} = R\setminus 2R$, from which we can conclude that $2R$ is the unique maximal ideal.

Presumably, you have identified all the irreducible elements: there is only one (up to multiplication by a unit), namely $2$, and it is prime.

You do not need any fancy theorems to demonstrate, from here, that $\mathbb{Z}_{(2)}$ is a UFD. You just need to notice that any element $r\in R$ can be written in the form $r = u\cdot2^k$, where $u$ is a unit and $k\in\{0,1,2,\ldots\}$.

Related Question