1

I want to show that $\Bbb Z[i]$ is a principal ideal domain, following the hints in Marcus's Number Fields.


Let $I$ be an ideal in $\Bbb Z[i]$, and choose $\alpha \in I\setminus\{0\}$ such that $N(\alpha)$ is minimal, where $N:a+ib \mapsto a^2+b^2$ is the "norm" on $\Bbb Z[i]$. Consider the set $S:= \{\gamma\alpha: \gamma \in \Bbb Z[i]\}$. Clearly, $S\subset I$. We want $I \subset S$. The hint given by the author asks one to consider the square made by vertices $\{0, \alpha, i\alpha, (1+i)\alpha\}$ in $I$ and to show that everything else in the ideal $I$ is just a translate of this square. I'm trying to look for an algebraic or geometric argument, which assumes the existence of an element $x\in I\setminus S$, and contradicts the minimality of $N(\alpha)$. Could I get some hints to visualize what's going on?

Thanks!

calc ll
  • 8,427

1 Answers1

0

Here's an argument for why you can't have any elements $\beta \in I\setminus S$ such that $\beta$ is in the square with vertices $\{0, \alpha, i\alpha, (1+i)\alpha\}$. Let's suppose, for a contradiction, that you had such a $\beta$. Let $d_{1}$ be the distance between $\beta$ and $0$, and let $d_{2}$ be the distance between $\beta$ and $(1+i)\alpha$. I claim that $$\min\{d_{1}, d_{2}\} <\sqrt{N(\alpha)}.$$

What is $\sqrt{N(\alpha)}?$ It is the distance from $\alpha$ to $0$, hence it is the side length of the square. The points that are distance $\sqrt{N(\alpha)}$ or less from $0$ lie in a quarter-circle of radius $\sqrt{N(\alpha)}$ centered at $0$, and similarly for $(1+i)\alpha$. If you draw the picture, you see that the union of these two quarter-circles covers the entire square, hence every point in the square has either distance less than or equal to $\sqrt{N(\alpha)}$ from $0$, and/or distance less than or equal to $\sqrt{N(\alpha)}$ from $(1+i)\alpha.$ Furthermore, note that equality is only achieved at the vertices $\alpha, i\alpha.$

Since our element $\beta$ is not in $S$, it is not equal to $\alpha, i\alpha,$ so the inequalities are strict, and we have $\min\{d_{1}, d_{2}\} <\sqrt{N(\alpha)}$ as claimed. If $d_{1} < \sqrt{N(\alpha)}$, then $d_{1}^{2} < N(\alpha).$ But $d_{1}^2$ is the square of the distance from $\beta$ to $0$, so $d_{1}^{2} = N(\beta).$ This contradicts the minimality of $N(\alpha).$

On the other hand, suppose $d_{2} < \sqrt{N(\alpha)}.$ Note that the distance $d_{2}$ between $b$ and $(1+i)\alpha$ is the same as the distance between $\beta - (1+i)\alpha$ and $0.$ So, by the same argument, the norm of $\beta - (1+i)\alpha$ is less than the norm of $\alpha$. But $\beta - (1+i)\alpha$ is an element of the ideal, contradiction.

So we've shown that you don't have any points of $I$ in the square $\{0, \alpha, i\alpha, (1+i)\alpha\}$ which aren't the vertices. Using the translation idea in the previous paragraph, can you do this for all the other squares?

ckefa
  • 3,092