In this answer and other's that I've read, finding the units in $\mathbb{Z}[\sqrt{2}]$ (elements of the form $a + b\sqrt{2}$ for integers $a$ and $b$) is equivalent to finding the solutions to $a^2-2b^2 = \pm 1$. So from my understanding, for a ring $R$, $u \in R$ is a unit if there exists a $v \in R$ such that $uv = vu = 1_R$, with $1_R$ being the multiplicative identity in the ring.
So I have 2 questions:
- My understanding is that we arrive at this because $(a+b\sqrt{2})(a-b\sqrt{2}) = a^2-2b^2$, so units can only come in conjugate pairs. I could intuitively reason that this is because $(a+b\sqrt{2})x$ would have a $\sqrt{2}$ term if $x$ is not conjugate, but I'm not sure if this is strictly the reason why the units are only conjugates.
- Why can they multiply to $-1$ and still be a unit? Is it because if $(a+b\sqrt{2})(a-b\sqrt{2}) = a^2-2b^2 = -1$, then $(a+b\sqrt{2})^2(a-b\sqrt{2})^2 = (-1)^2 = 1$, and thus the inverse of $(a+b\sqrt{2})$ is $(a+b\sqrt{2})(a-b\sqrt{2})^2$?