So the question is completely stated by the title. My own thoughts:
I can prove that $x^2 + 1 = y^3$ has no solutions for $x,y \in \mathbb{Z}$ by using the factorization: $$ y^3 = (x-i)(x+i) $$ in $\mathbb{Z}[i]$, using the fact that $\mathbb{Z}[i]$ is a UFD and that $(x-i)$ and $(x+i)$ are coprime we obtain that they are both cubes and it follows that this is impossible.
Now I would like to apply similar reasoning for this equation, we factor it as follows: $$ y^3 = (x-\sqrt{-5})(x+\sqrt{-5}) $$ in $\mathbb{Z}[\sqrt{-5}]$ but this time $\mathbb{Z}[\sqrt{-5}]$ is not a UFD. However, since $\mathbb{Q}(\sqrt{-5})/\mathbb{Q}$ is a finite seperable field extension we find that the integral closure of $\mathbb{Z}$ in $\mathbb{Q}(\sqrt{-5})$ is a Dedekind domain, this integral closure is exactly our ring $\mathbb{Z}[\sqrt{-5}]$ (which follows from the fact that $-5 = 3 \neq 1 \text{ mod } 4$). In a Dedekind domain we know that we write ideals uniquely as a product of maximal ideals, we can apply this to the ideal $(y)$, $(x-\sqrt{-5})$ and $(x+\sqrt{-5})$ for this to be useful we must first prove that the ideals $(x-\sqrt{-5})$ and $(x+\sqrt{-5})$ are coprime, for this it suffices to show that there is no prime ideal $P \subseteq \mathbb{Z}[\sqrt{-5}]$ that contains $(x-\sqrt{-5})$ and $(x+\sqrt{-5})$.
Let $P$ be a prime ideal s.t. $x-\sqrt{-5},x+\sqrt{-5} \in P$, then it follows that also: $$ 2\sqrt{-5} = x+\sqrt{-5} - (x-\sqrt{-5}) \in P $$ and thus by the given equality: $$ -20 = (2\sqrt{-5})^2 \in P^2 \subseteq (y)^3 $$ so we find an element $a+b \sqrt{-5} \in \mathbb{Z}[\sqrt{-5}]$ s.t. $-20 = (a+b\sqrt{-5}) \cdot y^3$ using the norm: $$ N(r + s \sqrt{-5}) := r^2 +s^2 5 $$ we obtain from this equality thath: $$ 400 = (a^2 + 5b^2) \cdot y^6 $$ but as $400 = 2^4 \cdot 5^2$ we find that $y$ must be equal to $1$ and thus we find that: $$ x^2 + 5 = 1 $$ which is clearly impossible as for $x \in \mathbb{Z}$ we have $x^2 \geq 0$.
From this we can conclude that $(x-\sqrt{-5})$ and $(x+\sqrt{-5})$ are indeed coprime so their decomposition in a product of maximal ideals is disjoint (i.e. we find maximal ideals $\mathfrak{p}_1,\dots,\mathfrak{p}_r$, $\mathfrak{q}_1,\dots,\mathfrak{q}_s$ and natural numbers $e_1,\dots,e_r,f_1,\dots,f_s$ s.t.: $$(x-\sqrt{-5}) = \mathfrak{p}_1^{e_1}\dots\mathfrak{p}_r^{e_r}, \qquad (x+\sqrt{-5}) = \mathfrak{q}_1^{f_1}\dots\mathfrak{q}_r^{f_r}$$ where all $\mathfrak{p}_i$ and $\mathfrak{q}_j$ are different. For $(y)$ we also find such a decomposition, which implies that the decompositions of $(x-\sqrt{-5})$ and $(x+\sqrt{-5})$ must be of the form: $$ (x-\sqrt{-5}) = \mathfrak{p}_1^{3e_1}\dots\mathfrak{p}_r^{3e_r}, \qquad (x+\sqrt{-5}) = \mathfrak{q}_1^{3f_1}\dots\mathfrak{q}_r^{3f_r} $$ which implies that there is some ideal $I$ in $\mathbb{Z}[\sqrt{-5}]$ s.t. $(x+\sqrt{-5}) = I^3$ so we find elements of $I$: $a_i+ b_i \sqrt{-5} \in I$ for which: $$ x+\sqrt{-5} = \prod_{i=1}^3(a_i+ b_i \sqrt{-5}) $$ and then I would like that this is impossible, but at this point I'm stuck.
I'm sorry if my own idea is absolutaly worthless but this is the first time I try to solve this kind of exercise.
- is there an easy proof to see that equivalence of the Legendre symbol?
- How can we use this to get a contradiction (I don't know the notation "$\mathbb{P}(p = 4c+3 \mid k^2 +1)"$). I'm sorry for the late response I was on a trip this weekend and thanks for the proof, I confirmed that my question was a duplicate because I found a proof using the link provided by Dietrich Burde. But I think the proof of user31415 is better!
– Holymonk Apr 19 '15 at 14:56