Consider the ring $\mathbb{Z}[\sqrt{2}]$. I need to find $\gcd(4, 6)$.
My try
Let $N$ be norm function defined on $\mathbb{Z}[\sqrt{2}]$ and $d$ be proper divisor of $4$ and $6$ then $d$ can't be unit and associate of $4$ and $6$. Then by property of norm function $N(d)$ divides $N(4)N(6)$. Since $N(4)= 16$ and $N(6)=36$ then $N(d)$ divides $gcd(16,36)$. Finally, N(d) divides $4$. Thus we have $N(d) =1,2$ or $4$. Now $N(d)$ can't be $1$ as $d$ is nonunit then we have the choice left for $N(d)$ is $2$ or $4$. I don't know how to proceed from here. I am totally stuck from yesterday.