I have a field extension $\mathbb Q (2^{1/3}) = a + b2^{1/3} + c2^{2/3}$ where $a,b,c\in \mathbb Q$. I want an elementary proof it indeed is a field. How to go about proving it contains its inverse $(\forall x \in \mathbb Q(2^{1/3}))(x^{-1} \in \mathbb Q(2^{1/3}))$?
Thank you very much!
Write the system of equations corresponding to $(a+br+cr^2)(x+yr+zr^2)=1$, where $r=\sqrt[3]{2}$: \begin{cases} ax+2cy+2bz=1\\ bx+ay+2cz=0\\ cx+by+az=0 \end{cases} The determinant of the system is $a^3+2b^3+4c^3-6abc$, which is non zero provided at least one of the coefficients is non zero.
How to see this? We can assume $a$, $b$ and $c$ are integers, because if we're able to find the inverse of $a+br+cr^2$ in this case, then also the inverse of $$ \frac{a}{d}+\frac{b}{d}r+\frac{c}{d}r^2 $$ can easily be found, multiplying by a rational number. We can also assume that $a$, $b$ and $c$ have no common prime factor, for a similar reason.
So, suppose $a^3+2b^3+4c^3=6abc$.
Note that $a$ must be even, so we can write $a=2A$; therefore $$ 8A^3+2b^3+4c^3=12Abc $$ and dividing by $2$ we get $4A^3+b^3+2c^3=6Abc$, which means $b$ is even; write $b=2B$ so that $$ 4A^3+8B^3+2c^3=12ABc $$ which, like before, has the consequence that $c$ is even. Contradiction.
By Cramer's theorem, the above system has a solution for every non zero number of the form $a+br+cr^2$.