I was reading a proof about every non-empty subset of the integers which is bounded above has a largest element, but i have troubles in one step. Here is the proof:
Since $S$ is a non-empty subset of $\mathbb{Z}$(hence $\mathbb{R}$) which is bounded above, by the supremum property $sup S$ exists. Let $w=supS$, then we have to show that $w \in S$, so we suppose $w \notin S$, then we have $w-1<w$, then exists $m\in S$ such that $w-1<m<w$(here is my problem, why can we take $m\in S$ such that happens? we are in $\mathbb{Z}$, so that does not happens). Then he takes $n\in S$ such that $w-1<m<n<w$. The inequality $n<w$ implies that $-w<-n$, and $w-1<m$, if we add up both inequalities we have $-1<m-n$ implies $n-m<1$, then $0<n-m<1$ which is a contradiction because there are no integers between $0$ and $1$ Can anybody explains me if that step is right?? How can I prove this if there is a problem with that step? Thanks!