Seemingly very simple, but I am confused by a proof, which is fr0m Rudin's Mathematical Analysis book. The theorem is:
"For every real $x>0$ and every integer $n>0$ there is one and only one positive real $y$ such that $y^n=x$."
In the proof, it says quickly: "That there is at most one such $y$ is clear, since $0<y_1<y_2$ implies $y_1^n < y_2^n$."
It is not immediately clear to me why this is so. The ordering is preserved but I cannot see why this should imply that there is at most one $y$. What is the underlying idea here?
IF there were two $n$th roots, $y_1$ and $y_2$, then one would have to be less than the other, say $y_1 < y_2$ by trichotomy law. Raising them to the $n$th power preserves the order, as you say, so $x = y_1^n < y_2^n= x$. So $x<x$, contradiction.