Suppose $F$ is a field. Suppose further that $F$ is an ordered field. Consider the following equation $x^3 = b$, where $b \in F$. Prove that the equation above has, at most, one solution.
My attempt:
Suppose we have $x = b^{1/3} \in F$. We have that
$$x^3 = (b^{1/3})^3) = b^{\frac{1}{3} \cdot 3} = b^1 = b$$
Thus, there is one solution.
Assume there exists another solution and denote this by $c^{1/3}$. Since $b^{1/3}$ is a solution, $x = b^{1/3} \implies (b^{1/3})^3 = b \implies (b^{1/3})^3 - b = 0$. In a similar fashion, since $c^{1/3}$ is another solution, $x = c^{1/3} \implies (c^{1/3})^3 = b \implies (c^{1/3})^3 - b = 0$. Together we see that
$$(b^{1/3})^3 - b = 0 = (c^{1/3})^3 - b \implies (b^{1/3})^3 =(c^{1/3})^3 \implies b^{1/3} = c^{1/3} \implies b = c$$
Therefore there is at most one solution.
Is this correct for a field, $F$? Or did I make a mistake? Any assistance is much appreciated.
I think this only means that "one solution is unique", you still need to show $a_1^3>a_2^3$ if $a_1,a_2 \in F$