Given a ring $R$, not necessarily a principal ideal domain, and numbers $a, b \in R$, is the norm of the ideal $\langle a, b \rangle$ the greatest common divisor of the norms of the numbers $a$ and $b$?
For example, given that $N(3) = 9$ and $N(1 + \sqrt{-5}) = 6$, is $N(\langle 3, 1 + \sqrt{-5} \rangle) = 3$? Or how about $N(3) = 9$ and $N(1 + \sqrt{10}) = -9$, so $N(\langle 3, 1 + \sqrt{10} \rangle) = 3$ also?
Related question: Norm of an ideal
In general this is false. A counterezample in $R= \Bbb Z[i]$ follows:
$$a= 2+i \qquad b= 2-i$$ are prime elements since $N(a)=N(b)=5$. Note that $\gcd (N(a), N(b))=5$.
However they are not associate each other, since $$ab^{-1} = \frac{3}{5}- \frac{4}{5}i \notin R$$
In particular they are coprime, i.e. $$\langle a,b \rangle = R$$ Which implies $$N( \langle a, b \rangle)=1 \neq 5$$
The only thing you can say is that
i.e. it divides their $\gcd$.