Prove that there exists exactly one positive $t\in \mathbb{R}$ with $t^3=c$ for $c>0$.
I assume that most of my derivation needs to be algebraic and using some simple axioms. So for example, if I define the set:
$$T:=\lbrace t\in \mathbb{R}: t> 0, t^3 \leq c \rbrace$$
I must show that the cubed root of $c$ is the supremum of $T$ and then prove its uniqueness. But I'm not sure how to go about this. How can I concisely prove this?
"At most one": if $t^3 = c = s^3$, then $t^3-s^3 = 0$ so $(t-s)(t^2+ts+s^2)=0$. Hence either $t=s$ or $t^2+ts+s^2 = 0$. But the latter is to say that $(t+s)^2 = ts$, or equivalently $t+s = \sqrt{ts}$ (this is valid since we are assuming $t, s$ are both positive), and this violates AM/GM because $t, s > 0$.
"At least one": this is just from the intermediate value theorem, taking $x \mapsto x^3$ for $x$ between $0$ and $c$ (if $c \geq 1$), or taking $x \mapsto x^3$ for $x$ between $0$ and $1$ (if $c < 1$).