I was wondering if this was a valid existence proof for the following:
"there exists a unique real number solution to the equation $x^3 + x^2 - 1 = 0$ between $x = 2/3$ and $x = 1$"
Proof: Assume to the contrary that there are two real number solutions to the equation $x^3 + x^2 - 1 = 0$ between $x \in [2/3,1]$.
Let $a,b$ be the solution to $x^3 + x^2 - 1 = 0$. We may further assume that $2/3 < a < b < 1$ since $f(2/3) = -7/27$ and $f(1) = 1$ and so $f(x)$ is continuous on the interval $[2/3,1]$. Since $a^3 + a^2 - 1 < b^3 + b^2 - 1$ but since $a,b$ is a solution, then $a^3 + a^2 - 1 = 0$ and $b^3 + b^2 - 1 = 0$ which is a contradiction.
Does this seem like a valid proof ? The solution to this practice problem uses the intermediate value theorem but such a method was also given as an example in the textbook along with the latter approach.
I would greatly appreciate it if someone could verify.
Thank you.