Let $0 < x$. Show that there is a unique $m \in \mathbb{N}$ such that $m-1 \leq x < m$. Hint: Consider the set $\{ n \in \mathbb{N} : x < n\}$ and use the well-ordering of $\mathbb{N}$.
The textbook definition says $\mathbb{N}$ is well ordered and every nonempty subset of $\mathbb{N}$ contains a least element. For example, if $A$ is a nonempty subset of $\mathbb{N}$, then there is an $a_0$ in $A$ such that $a_0 \leq a$ for all $a \in A$.
My professor gave a further hint that from $m-1 \leq x < m$, we should also consider another variable $m'$, and say $m'-1 \leq x < m'$. My professor is now asking us to show that $m'=m$, to show that $m$ is unique.
Despite all this information, I cannot seem to piece it together and show the uniqueness of $m$. Which proof technique I should use that works best here?
Hints: Let $A = \lbrace n \in \mathbb N:x<n\rbrace$. $A$ is clearly non-empty so by the well-ordering principle, $A$ has a least element $a \in A$.
For the uniqueness, if $m-1\le x \lt m$ and $m'-1 \le x \lt m'$ , then without loss of generality, we can assume that $m \le m'$. Then $$m-1\le m'-1\le x \lt m \le m'$$Can this happen? If so how?