$\mathbb Z[\sqrt{13}]$ is not a UFD.

1k Views Asked by At

I have seen complicated arguments to establish whether $\mathbb Z$ extended by this or that radical is a UFD. They usually suppose that $u$ is a unit and then compute the reciprocal and then make arguments about each component being an integer. Some of them go by defining a norm and proving things about that. I'm a little confused about why these arguments are so elaborate when it seems to me that there is a very straight-forward argument in many cases. My guess is that I'm overlooking some important caveat in one of my steps but I'm not sure where.

Take for example $\mathbb Z[\sqrt{7}]$. To prove it's not a UFD I look at two factorizations of 6:

$$ 6=3\cdot 2 $$

$$ 6 = (\sqrt 7 - 1)(\sqrt 7 + 1) $$

I then argue that there is no unit (in fact no element at all) such that $3u=\sqrt 7-1$. Since $u=a+b\sqrt 7$ then we would need

$$ 3a = -1 $$

but this is not true for any $a\in\mathbb Z$. Of course the same argument could be used on any of $\pm 3,\pm 2$ on the left and $\pm (\sqrt 7-1),\pm (\sqrt 7+1)$ on the right.

Is there some logical error in saying that if $w+x\sqrt 7 = y+z\sqrt 7$ for integers $w,x,y,z$ then we must have $w=y$ and $x=z$?

2

There are 2 best solutions below

0
On BEST ANSWER

To repeat what KCd and Lubin had already said in a verbose way. While $2$ and $3$ are primes in $\mathbb{Z}$, but they are not primes in $\mathbb{Z}[\sqrt{7}]$ and hence not irreducible.

\begin{equation} 2 = (3+\sqrt{7})(3-\sqrt{7}) \\ 3 = (\sqrt{7}+2)(\sqrt{7}-2) \\ \sqrt{7}+1 = (3-\sqrt{7})(5+2\sqrt{7}) \\ \sqrt{7}-1 = -(3+\sqrt{7})(5-2\sqrt{7}) \end{equation}

Definitions: Let $R$ be an integral domain. Then an element $a \in R$ is said to be prime in $R$ if:

(a) $a \ne 0$ and $a$ is not a unit, and

(b) For all $b,c \in R$, $a \mid bc$ implies $a \mid b$ or $a \mid c$.

The element $a \in R$ is said to be irreducible (a weaker condition than primeness) if:

(a) $a \ne 0$ and $a$ is not a unit, and

(b) If $a = bc$ for some $b,c \in R$, then $b$ is a unit or $c$ is a unit.

If you are still unsure, you might want to look up the definition of unit (not unity). Very briefly, $a$ is a unit if and only if norm $N(a)=1$. BTW, $\mathbb{Z}[\sqrt{7}]$ is a Euclidean domain and hence a UFD.

0
On

There is a counter example. Since $4=2 \cdot 2 = (\sqrt{13}+3)(\sqrt{13}-3)$, it suffices to show those factors are irreducible. Suppose to the contrary that $2$ is not irreducible. It follows that there exists $a,b \in \mathbb{Z}[\sqrt{13}]$ such that $2=ab$, $N(a) \ne 1$ and $N(b) \ne 1$. It boils down to show that there are no solutions to $u^2=13v^2 \pm 2$ in $\mathbb{Z}$. Observe that $2 \nmid \sqrt{13} \pm 3$ and we are done.

Someone asked the same about $\mathbb{Z}[\sqrt{8}]$. You might find Is $\mathbb{Z}[{ \sqrt 8 } ] $ a Euclidean domain? relevant.