Prove that $\sqrt[3]{5-\sqrt{2}}$ is not a rational number
My attempt:
Consider the polynomial $ (x^3-5)^2 - 2 = x^6 -10x^3 + 23 = 0 $. By the rational root theorem, we can conclude that $ \pm 1$ and $ \pm 23 $ are the only possible rational solutions*. Since none of those are solutions and $ \sqrt[3]{5 - \sqrt{2}} $ is, it follows that $ \sqrt[3]{5-\sqrt{2}} $ is not a rational number.
Is this proof correct? What are some other ways of proving this?
*The case of $\pm 1$ is trivial. That of $\pm 23$ is not; I could factor out 23s to make it easy to do by hand. $23^6 - 10*23^3 + 23 = 23(23^2(23^3-10)+1)$. Since $23^3>10$, it follows that the function does equal $0$ for $23$. $-23$ would be the same except that we would replace $-10$ with $+10$.