I need to prove that $x^3-2$ is irreducible over $\mathbb{Q}$. It is the same as proving that $\mathbb{Q}[x]\cdot(x^3-2)$ is a maximal ideal of $\mathbb{Q}[x]$. This is the same as saying that every polynomial in $\mathbb{Q}[x]$, when multiplied by a member of the set $\mathbb{Q}[x]\cdot(x^3-2)$, is in $\mathbb{Q}[x]$, AND no an ideal which contains this one is either $\mathbb{Q}[x]$ or the own ideal.
What is a technique to prove it? I've seen that if you can prove that the unit polynomial is in there, then this ideal is maximal, but I couldn't do it. Any ideas?
Please, using the maximal ideal theorem I cited
No need to use ideals, nor Eisenstein. If $x^3 - 2$ were reducible, it could be written as the product of two monic non-zero polynomials of degree less than $3$, so one of them must have degree $1$.
But $x - r$ divides $x^3-2$ if and only if $r$ is a root of $x^3-2$ over $\Bbb{Q}$. By the rational root theorem $r$ can only be $\pm1$ or $\pm2$, but clearly none of those is a cubic root of $2$.
Note: Since $\Bbb{Q}[x]$ is a PID, this is exactly the same thing as proving that $x^3-2$ cannot lie in a proper ideal containing $(x^3-2)$. My point is that you don't need the notion of ideal here: it doesn't simplify the proof in any meaningful way, it just adds a bit to the stuff you need to write.