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?
The author shows that the real number $x$ is a root of the polynomial $P(x)=x^3 + 3x - 76$. Now, since $P(4)=0$, we have that $4$ is a real root of the same polynomial. Note that a polynomial of third degree could have more than one real root, but if we show that $P$ has a unique real root then we may conclude that $x$ and $4$ are the same root, that is $x=4$.
The claim is true because $$P'(x)=(x^3+3x-76)'= 3x^2+3>0$$ and therefore $P$ is a strictly increasing function which implies that the real root is unique.