Recently, I was intrigued by the question asking for an easy way to show $\mathbb{Z}[\sqrt[3]{2}]$ is the ring of integers of $\mathbb{Q}(\sqrt[3]{2})$.
I was playing with the approach, trying to avoid a lot of field theory I don't really know. I take $\alpha=a+b\sqrt[3]{2}+c\sqrt[3]{2}$ be to an integral element of $\mathbb{Q}(\sqrt[3]{2})$. Viewing $\mathbb{Q}(\sqrt[3]{2})$ as a $\mathbb{Q}$-vector space with basis $\{1,\sqrt[3]{2},\sqrt[3]{4}\}$, the action of left-multiplication by $\alpha$ can be represented as the matrix $$\begin{bmatrix} a & 2c & 2b \\ b & a & 2c \\ c & b & a \end{bmatrix}. $$ Now the trace and determinant must then be integers, so $3a\in\mathbb{Z}$ and $a^3+2b^3+4c^3-6abc\in\mathbb{Z}$.
Also, multiplying $\alpha$ by $\sqrt[3]{2}$ or $\sqrt[3]{4}$ is still an integral elements, and the matrices corresponding to multiplication by $\sqrt[3]{2}\alpha$ and $\sqrt[3]{4}$ are $$ \begin{bmatrix} 2c & 2b & 2a \\ a & 2c & 2b \\ b & a & 2c \end{bmatrix}, \qquad \begin{bmatrix} 2b & 2a & 4c \\ 2c & 2b & 2a \\ a & 2c & 2b \end{bmatrix}. $$ So by taking the trace I find $6b,6c\in\mathbb{Z}$ are also integers.
This gives a handful of relations about $a,b,c$. I've been trying to use them to conclude $a,b,c\in\mathbb{Z}$ actually, to prove the claim.
Perhaps my elementary number theory is not very sharp, because I've been struggling to conclude this. Is there some clever way to observe that $a,b,c$ are integers, and thus give a somewhat simple, low-level proof of the claim? Thanks, I would be most grateful to see if this works.