Let $R=\mathbb{Z}[\sqrt{-5}]$
- What is $R^\times$
- Let $I=(2,1+\sqrt{-5})$, is $I$ a principal ideal in $R$?
- Let $J=(3,1-\sqrt{-5})$, prove $I+J=R$
- Prove $IJ=(1-\sqrt{-5})$.
I was able to prove 1. to 3. but I'm somewhat stuck at 4.
I know since $I+J=R$ that $I, J$ are coprime and $IJ=I\cap J$. Which would simplify the last statement as "prove $I\cap J=(1-\sqrt{-5})$"
It's easy enough to prove $(1-\sqrt{-5})\subseteq I\cap J$ but the other way around seems a lot harder.
What I've tried
I've tried taking $z\in I \cap J$ and showing how $z\in (1-\sqrt{-5})$.
Let $z\in I\cap J$ then $z=2r_1+(1+\sqrt{-5})s_1$ for certain $r_1,s_1\in \mathbb{Z}[\sqrt{-5}]$, then $z= 2a_1+c_1-\sqrt{5}d_1 + i(2b_1+d_1+\sqrt{5}c_1)$ for $r_1=a_1+b_1\sqrt{-5}, s_1=c_1+d_1\sqrt{-5}$. The same is valid for $z\in J$ which implies something like this: $$ \begin{align*} z&= 2a_1+c_1-\sqrt{5}d_1 + i(2b_1+d_1+\sqrt{5}c_1)\\ &= 3a_2+c_2+\sqrt{5}d_2 + i(3b_2+d_2-\sqrt{5}c_2) \end{align*} $$
I would like to prove how $z$ is of the form $(1-\sqrt{5}i)(A+\sqrt{5}Bi) = A+\sqrt{5}B + i(-\sqrt{5}A+B)$. In the equations above this would imply $\color{red}{2a_1+c_1= -c_1}$ and $\color{blue}{2b_1+d_1=-d_1}$
the condition that $z\in I\cap J$ should reveal this (I guess) From the equations above I deduce: $-d_1=d_2$ and $-c_1=c_2$ which leads to: $$ \begin{align*} \color{red}{2a_1+c_1} &= 3a_2\color{red}{-c_1}\\ \color{blue}{2b_1+d_1} &= 3b_2\color{blue}{-d_1} \end{align*} $$ This seems pretty close, but I'm not there yet. I also don't see how to get there... I need to use the condition $z\in I\cap J$ more, but how?
I'm not sure how to continue your method. I think it's actually easier here to use $IJ$ rather than $I \cap J$.
First, note that $I$ can also be expressed as $I = (2, 1 - \sqrt{-5})$. Then $IJ$ is generated by elements of the form $(2r_1 + (1 - \sqrt{-5})s_1)(3r_2 + (1 - \sqrt{-5})s_2)$. Keeping in mind that $(1 - \sqrt{-5})|(2\cdot3)$, we can show that these elements are all divisible by $1 - \sqrt{-5}$.