This is probably a really straightforward problem that I'm messing up, but I'm reading a section in a book on irrational numbers and there's a proposition that follows from a lemma, and I'm struggling to see how it follows.
Lemma 2.1: If m/n and r/s are rational, with r/s $\neq$ 0, then m/n + r/s $\times$ $\sqrt{2}$ is irrational.
Proposition 2.2: Between any two distinct rational numbers there exists an irrational number.
Proof of Proposition 2.2:
Let the rational numbers be m/n and r/s, where m/n < r/s.
Then, m/n $<$ m/n + $\frac{\sqrt{2}}{2}$ (r/s - m/n) $<$ r/s
(because $\frac{\sqrt{2}}{2} < 1$), and the number in the middle is irrational by the lemma.
How is it that you can apply the lemma? Since the lemma refers to the number m/n + r/s $\times$ $\sqrt{2}$, and the number in the middle is m/n + $\frac{\sqrt{2}}{2}$ (r/s - m/n). I assume there is some way to manipulate m/n + r/s $\times$ $\sqrt{2}$ into m/n + $\frac{\sqrt{2}}{2}$ (r/s - m/n), but I'm struggling to actually do so. Is there something I'm missing?
Thanks. Proof is from the book "The Foundations of Mathematics" by Stewart and Tall.
Notice that the number $\frac12(r/s-m/n)$ is rational. Call it $r/s$, at the same time trying to forget that a microsecond ago you used letters $r,s$ to denote something else. That is how you get that $m/n+\frac{\sqrt 2}{2}(r/s-m/n)$ is of the form $m/n+\sqrt 2\times r/s$.
To put it another way: your confusion is that you thought $r,s$ had to mean the same thing in both formulas, but the solution effectively introduces "a new $r$" and "a new $s$".