I'm trying to find integer solutions to $x^2 + 11 = y^3$. I guess it will work as follows: work in the ring of integers $\mathcal{O}_K$ of the number field $K = \mathbb{Q}(\alpha)$ with $\alpha = \sqrt{-11}$. This ring is $\mathcal O_K = \mathbb{Z}[\frac{1 + \alpha}{2}]$. Here te equation becomes $(x + \alpha)(x-\alpha) = y^3$.
Now I guess we should show that the ideals $(x+\alpha)$ and $(x-\alpha)$ are coprime in $\mathcal{O}_K$. It follows that $(x + \alpha) = I^3$ for some ideal $I\subset \mathcal{O}_K$. I already showed that the class group $Cl(\mathcal O_K)$ is trivial and therefore $I$ is principal. So up to units of $\mathcal O_K$ (but these are just $\pm 1$, so we do not need to worry about them) we have $x + \alpha = \left(a + b\frac{1 + \alpha}{2}\right)^3$ for some $a, b\in \mathbb{Z}$. This equation now yield some condition for $a$ and $b$ and we are able to find the solutions to $x^2 + 11 = y^3$, they are $(\pm 4, 3)$. I have two questions.
- Is this proof correct (when given with all the details of course)? Do I miss something?
- How do I prove that $(x + \alpha)$ and $(x-\alpha)$ are coprime in $\mathcal O_K$ ? This probably should not be that hard, but I haven't succeeded yet.
Thanks!