I'm trying to figure out an example from a book with math problems. So here is an example (the equality should be proven) $$ \sqrt[3]{38 + \sqrt{1445}} + \sqrt[3]{38 - \sqrt{1445}} = 4 $$
The author is suggesting to have $ \sqrt[3]{38 + \sqrt{1445}} + \sqrt[3]{38 - \sqrt{1445}} = x $, so after cubing both parts of the equation we get: $$ 38 + \sqrt{1445} + 38 - \sqrt{1445} + 3\sqrt[3]{(38 + \sqrt{1445})(38 - \sqrt{1445})} \cdot x = x^3 $$ or $ x^3 + 3x - 76 = 0. $ If we substitute $4$ in the equation we'll figure out that $4$ is a root. So this part is very clear for me, but what I don't understand is the fact that the $4$ is a root of the equation is insufficient to prove the problem. The author is trying to show that the $4$ is a single root of the equation and only after that he concludes that the problem is proved.
So why is the author doing so, why proving that $4$ is a root of the equation doesn't prove the whole problem?