Show that the Norm: $\mathbb Q[\sqrt d] \rightarrow \mathbb Q, (r+s\sqrt d) (r-s\sqrt d) = r^2 - ds^2$ is multiplicative, i.d. $N(xy) = N(x)N(y)$
How to show it without computing?
(I tried to do it by computing and went astray. If you know how to compute something like this compactly, please let me know.)
The following is known/given.
$d \in \mathbb Z, \sqrt d \in \mathbb C$ is a zero of $x^2 - d$
$ \mathbb Q[\sqrt d] = \{r + s\sqrt d | r,s \in \mathbb Q \} $
$ \mathbb Z[\sqrt d] = \{m + n\sqrt d | m,n \in \mathbb Z \} $
$\mathbb Q[\sqrt d]$ and $\mathbb Z[\sqrt d]$ are integrity domains, subrings of $\mathbb C$, $\mathbb Q[\sqrt d]$ is a field...
What if it could be shown that $\mathbb Q[\sqrt d] \cong Quot(\mathbb Z[\sqrt d])$ and then use the fact that to say that $\mathbb Q[\sqrt d] \rightarrow \mathbb Q$ is a ring homomorphisms or isomorphism.
How to show $\mathbb Q[\sqrt d] \cong Quot(\mathbb Z[\sqrt d])$?
Thank you very much in advance!
You indicate you would like to know about directly computing this...
Let $x = s+t\sqrt{d}$ and $y = u+v\sqrt{d}$ be elements of $\Bbb{Q}[\sqrt{d}]$. Then we compute \begin{align*} xy &= su + dtv + (sv+tu)\sqrt{d} \text{,} \\ N(xy) &= (su + dtv)^2 - d((sv+tu))^2 \\ &= s^2u^2 + 2dstuv + d^2t^2v^2 - ds^2v^2 - 2dstuv - dt^2u^2 \\ &= s^2u^2 + d^2t^2v^2 - ds^2v^2 - dt^2u^2 \text{, and} \\ N(x) N(y) &= (s^2 - dt^2)(u^2 - dv^2) \\ &= s^2u^2 - ds^2v^2 - dt^2u^2 + d^2t^2v^2 \text{,} \end{align*} and with a trifling rearrangement, we see $N(xy) = N(x) N(y)$.