Question:
Let $\alpha = \sqrt{-2}$ and let $R = \{ x + y \alpha | x, y \in \mathbb{Z}\}$
Show that $R$ is a Euclidean domain.
My attempt I'm not entirely sure where to start so I have tried to mimic the proof that Gaussian integers are Euclidean.
I've tried to use $\nu(z) = |z|$ so for $z = x + y\alpha$, $\nu(z) = x^2 + 2y^2$
I have said let $a, b \in R$
I've been fiddling around the with the algebra but I can't seem to prove that $\nu(ab) = \nu(a)\nu(b)$ or that $\nu(ab) \geq \nu(a)$ I keep getting a linear term $a_1b_1a_2b_2$ which I can't prove is positive.
For the second part, which is to calculate the remainder I have assumed that $a = qb+r$, and that $r = b(\frac{a}{b} - q)$ and thus $\nu(r) = \nu(b)\nu(\frac{a}{q} - r)$. I have set $p$ to be the closest Gaussian integer near $\frac{a}{b}$ but have calculated that the distance between $p$ and $\frac{a}{b}$ could potentially be $1$ so this doesn't seem to work either.
So does this norm function hold for any any $\sqrt{-a}, a \in \mathbb{N}?$
– Kevin Jun 05 '16 at 19:54