To find a maximal ideal in $\Bbb{Z}[\sqrt m]$

585 Views Asked by At

Suppose $m\in \Bbb{Z}$ is not a square and $m=c^2 \bmod p$ ($p$ prime) for some $c\in \Bbb{Z}$. Prove that $$I_p=\{a+b\sqrt m :p\mid a,\ p\mid b \}$$ is an ideal of $\Bbb{Z}[\sqrt m]$, but not a maximal ideal.

My work:

I have shown the ideal part. But I am not being able to find an ideal that is bigger than $I_p$.

Suspect: I did not need the fact that $m=c^2 \bmod p$ to show that $I_p$ is an ideal. And $m-c^2$ is divisible by $b$. But I am not getting what the super-ideal is.

2

There are 2 best solutions below

9
On BEST ANSWER

$I_p=(p)$, the principal ideal generated by $p$ just by definition. But $(p)$ factors in your ring since $m$ is a square modulo $p$.

$(p)=(p,c-\sqrt{m})(p,c+\sqrt{m})$ since $c^2-m=kp$ for some $k \in \mathbb{Z}$. In particular, $I_p \subset (p,c-\sqrt{m})$.

To show $(p,c-\sqrt{m})$ is not the whole ring, you can argue directly showing 1 is not a "linear" combination or use the surjective homomorphism:

$\phi: \mathbb{Z}[\sqrt{m}] \rightarrow \mathbb{Z}_p$ where $\phi(a+b\sqrt{m})=a+bc$ (mod $p$).

6
On

$J$ is a maximal ideal in $R$ iff $R/J$ is a field. Now $$ \frac{\Bbb{Z}[\sqrt m]}{I_p} \cong \frac{\Bbb{Z}[X]}{(p,X^2-m)} \cong \frac{\Bbb{Z}_p[X]}{(X^2-m)} \cong \frac{\Bbb{Z}_p[X]}{(X-c)} \times \frac{\Bbb{Z}_p[X]}{(X+c)} $$ is not a field (*). Therefore, $I_p$ is not maximal.

(*) The product of two nontrivial rings is never a field because it has zero divisors: $(1,0) \cdot (0,1) = (0,0)$