Can someone please explain help which proposition or axiom the following step comes from. I will highlight it in the proof.
$1.20\ (a)$ If $x \in R,\ y\in R$, and $x > 0$, then there is a positive integer $n$ such that $nx > y$.
Pf
Let $A = \{nx\ |\ n \in Z^{+}\}$. Suppose on the contrary that there exists no such element that is greater than $y$. Then $y$ is an upper bound and so there must exists an $\alpha = sup\ A$. Then since $x > 0$, $\alpha - x < \alpha$, and $\alpha - x$ is not an upper bound of $A$. Hence $$\alpha - x < mx$$ for some positive integer $m$. But then $$\alpha < (m+1)x \in A.$$
It seems obvious that we can say that, but I don't see yet exactly which axiom or propositions allows us to make the last statements. Can someone please help clear this up?
Thanks.