Let $S = \{a+b*\surd(−5) : a, b ∈ \mathbb{Z}\}$. $S$ is a subset of $\mathbb{C}$. We can add and multiply elements of $S$ to get another element of $S$ and all the normal rules (as for $\mathbb{Z}$) hold. We can now define factorizations, divisibility, etc, in $S$ in the same way as for $\mathbb{Z}$. The units of $S$ are the elements $u$ such that there exists an element $v$ so that $uv = 1$. A factorisation $t = xy$ in $S$ is called trivial if either $x$ or $y$ is a unit. An element $t \in S$ is called an S-prime if it has no non-trivial factorisations. We define the norm of an element $s = a + b√(−5)$ to be $N(s) = a^2 + 5b^2(= ss^*)$.
- Show that there are no elements in $S$ of norm 2 or 3
- By considering factorisations of 6 and using norms, show that $S$ does not have unique factorisation into S-primes
In (1) I can see that no $a$ or $b$ exist such that $a^2 + 5b^2 = 2$ and $a^2 + 5b^2=3$. However, I am not sure how to prove it more explicitly other than do this:
$a^2+5b^2=(a+b)^2 - 2ab + 4b^2$ has to be divisible by $2$ for the norm to exist. Clearly $2|2ab$ and $2|4b^2$ and so any linear combination will divide 2. But we then expect $2|(a+b)^2$ $\rightarrow$ $(a+b)|\surd(2)$ which is impossible since $a$ and $b$ are integers. Similarly, for the norm of $3$ we have that $3|(a+b)^2$ which is again not the case since $a$ and $b$ are integers.
In (2) I am not sure what approach to use. Following the hint I did that $N(6) = N(2*3) = N(2) * N(3)$
But then if we consider $N(2)$ which implies that $t = a+b\surd(-5) = 2$ we have that there are multiple values of $a$ and $b$ that give $t$. For instance, $a=2$ and $b=0$ or $a=7$ and $b=-5$ and so on. I cannot see at the moment if this helps or not as I do not even know where to start. I would appreciate any advise!
Thank you in advance!