Let $R$ be the ring of polynomial functions on the circle:
$R=\mathbb{R}[X,Y]/I$ with $I = (X^2 +Y^2 − 1)$ and put $x := X + I$, $y := Y + I$ $∈ R$.
We can define the following Norm map:
$N:R\rightarrow R[x]$ by $N(f + gy):=(f + gy)(f − gy)=f^2 − g^2(1− x^2)$
I have to prove the following statements:
- Prove that $x−1$ and $y−1$ are irreducible in $R$
I tried the following using the norm map:
Suppose that $x-1 = ab$ with $a,b \in R$. Then, $x^2-1 = N(x-1) = N(ab) = N(a)N(b)$. Since $N(a)\mid x^2-1$ but $N(a) = x-1$ is impossible, we must have $N(a)=1$ or $N(b)=1$. But the definition of the norm hows that this means $a$ or $b$ is a unit in R. Hence, $x-1$ is irreducible.
Prove that $(x −1)$ and $(y−1)$ are not prime ideals in $R$ and that $R$ is not a unique factorization domain
Show that $a=(x + y−1)^2=2(x−1)(y−1)$ are two distinct factorizations of $a$ as a product of irreducible elements (and a unit 2).
For the last statement I found the following:
$(x + y - 1)^2=x^2 + y^2 + 2xy - 2x - 2y + 1=2xy - 2x - 2y + 2 + I$
$2(x-1)(y-1)=2xy - 2x - 2y + 2$
Any help would be grateful. Thanks in advance.