I have this short class note from my graduate number theory:
THEOREM: Assume that $\vert N(x + y \sqrt d)\vert < 1$ for any two rational numbers $x$ and $y$ with $\vert x \vert \leq 1/2$ and $\vert y \vert \leq 1/2$. Define $\delta : \mathbb Z[\sqrt d] \setminus \{0\} \to \mathbb N$ by $z \mapsto \vert N(z)\vert$, then $\mathbb Z[\sqrt d]$ is euclidean with regards to $\delta$.
PROOF: Omitted.
COROLLARY: The integral domains $\mathbb{Z}\left[\sqrt{-2}\right]$, $\mathbb{Z}\left[\sqrt{-1}\right]$, $\mathbb{Z}\left[\sqrt{2}\right]$, and $\mathbb{Z}\left[\sqrt{3}\right]$ are euclidean.
PROOF: Let x and y be rational numbers with $|x| \leq 1/2$ and $|y| \leq 1/2$. Then
$$|N\left(x + y\sqrt{-2}\right)| = |x^2 + 2y^2| \leq 3/4 < 1,$$
$$|N\left(x + y\sqrt{-1}\right)| = |x^2 + y^2| \leq 1/2 < 1,$$
$$|N\left(x + y\sqrt{2}\right)| = |x^2 - 2y^2| \leq 1/2 < 1,$$
$$|N\left(x + y\sqrt{3}\right)| = |x^2 - 3y^2| \leq 3/4 < 1.$$
This proves the corollary.
My questions are about the Corollary:
- Why did my professor make the assumption that $|x| \leq 1/2$ and $|y| \leq 1/2$, when it is about $\mathbb{Z}$ the integer? (Post Script: Never mind about this question, I got it now from the Theorem before the Corollary.)
- There should be missing explanations before he suddenly jumped to "This proves the corollary." What are they?
Any help would be very much appreciated. Thank you for your time.