I am trying to find an integral basis for the field $K =\mathbb{Q}(\theta)$ where $\theta^3 - 4 \theta + 2 =0$. I suspect that $\{1, \theta, \theta^2 \}$ is a potential candidate. For $a,b,c \in \mathbb{Z}$ it is easy to see that $a + b\theta + c\theta^2 \in O_K$.
Let $\alpha = y_0 + y_1\theta + y_2\theta^2 \in O_K $ where $y_i (i =1,2,3)$ are rationals. Let $\theta_1 = \theta, \theta_2, \theta_3$ denote conjugates of $\theta$ and $\alpha, \alpha', \alpha''$ denote conjugates of $\alpha$ i.e. \begin{align} \alpha = y_0 + y_1\theta_1 + y_2\theta_1^2 \\ \alpha' = y_0 +y_1\theta_2 + y_2\theta_2^2 \\ \alpha'' = y_0 + y_1\theta_3 + y_2\theta_3^2 \end{align}
We see that $\alpha + \alpha' + \alpha'', \alpha\alpha' + \alpha\alpha'' + \alpha'\alpha''$ and $\alpha\alpha'\alpha''$ are symmetric polynomial in terms of $\theta_1, \theta_2, \theta_3$ and so they are expressible in terms of elementary symmetric polynomials which in this case are coeffcients of $(x-\theta_1)(x-\theta_2)(x-\theta_3)$. It can be easily seen that these combination of $\alpha$s must be rationals using fundamental theorem of symmetric polynomials and hence rational integers since they are in $O_K$. Indeed we have \begin{align} \alpha + \alpha' + \alpha'' = 3y_0 + 8y_2 \\ \alpha\alpha' + \alpha\alpha'' + \alpha'\alpha'' = 3y_0^2 - 4y_1^2 + 16y_2^2 + 16y_0y_2 + 6y_1y_2 \\ \alpha\alpha'\alpha'' = y_0^3 - 2y_1^3 + 4y_2^3 - 4y_0y_1^2 + 16y_0y_2^3 + 8y_0^2y_2 + 8y_1y_2^2 + 6y_0y_1y_2 \end{align}
Knowing that the above rational numbers are integers, I am not able to prove that $y_i$ are integers. How should I proceed? Are there are any other approaches?