I am confused on how the following proof works
given $ x
We may therefore suppose that $1
1$ for some integer $p$. Thus $1/p if $\frac{k}{p}$ is the first rational number $>x$ then $\frac{k}{p}$ ought to be between $x$ and $y$, because $\frac{1}{p}
to be more precise, let $\mathbf{K}={\left \{ n | \frac{n}{p}>x \right \}}$
by the well ordering principle, $K$ has a least element $k$. Thus
$\frac{k}{p}>x$
But $\frac{k-1}{p}\leq x$
Therefore $\frac{k-1}{p} \leq x + \frac{1}{p} < x+e$
$\leq x+(y-x)$
Therefore $x\leq\frac{k}{p} \leq y$
Why is it ok to initially assume $x+n \leq r \leq y+n$ ? This is seems to be nearly assuming exactly what is trying to be proved. (I know this assumption is in P=>Q form but nontheless I do not understand how this helps.
How does $x \leq r'=r-n \leq y$ imply $1 Basically after that I get the jist of it but I am really confused on why the proof started the way it did.