Solve $y^2 = x^3 - 4$
So far i've tried to look at this:
$x^3 = (y-2i)(y+2i)$.
I think we need to prove that $y+-2i$ are coprime, so suppose not then:
$d = u+iv$ divides both numbers. So also d divides the sum and difference: $d|2y$ and $d|4i$.
If one applies the euclidean norm function we get that $u^2 + v^2|4y^2$ and $u^2 + v^2|16$.
And here i get stuck, any tips?
Kees
Consider
$y^2 - 4 = x^3 - 8$
$(y - 2)(y + 2) = (x - 2)(x^2 + 2x + 4)$
y = 2, x = 2 is a solution. So that's a start.