9
$\begingroup$

For every $r,s \in \mathbb{Q}$ with $r

Can this be proved as follows:

Take $r=\frac{a}{b}$, $s=\frac{c}{d}$ for $a,b,c,d \in \mathbb{Z}$. Then take $u$ to be $\frac{a}{b}+\dfrac{\frac{c}{d}-\frac{a}{b}}{\pi}$. Since $\pi>1$ and since $\frac{c}{d}-\frac{a}{b}$ is always positive, $0<\dfrac{\frac{c}{d}-\frac{a}{b}}{\pi} < \frac{c}{d}-\frac{a}{b}$, i.e. less than the difference of $r$ and $s$, so $r


Lemma 1: The quotient of a (edit: non-zero) rational number and $\pi$ is irrational.

Proof (by contradiction): Assume the quotient of a rational number and π is rational, i.e. $\dfrac{\frac{a}{b}}{\pi}=\dfrac{c}{d}$ for $a,b,c,d \in \mathbb{Z}$. Then $\pi=\dfrac{ad}{bc}$. Since $ad$, $bc$ are both integers, $\pi$ is rational. A contradiction.


Lemma 2: The sum of a rational and an irrational number is irrational.

Proof (by contradiction): Assume the sum of a rational and an irrational number is rational, i.e. $\dfrac{a}{b}+i=\dfrac{c}{d}$ for $a,b,c,d \in \mathbb{Z}$ and some irrational number $i$. Then $i=\dfrac{cb-ad}{db}$. Since $db$ and $(cb-ad)$ are both integers, $i$ is rational. A contradiction.


We show that $u$ is irrational. Since $\pi$ is irrational, $\dfrac{\frac{c}{d}-\frac{a}{b}}{\pi}$ and hence $\frac{a}{b}+\dfrac{\frac{c}{d}-\frac{a}{b}}{\pi}$ are irrational by Lemma 1 and 2 respectively. $\blacksquare$

  • 0
    If I will prove it, I'll go this way. We have $\frac{r}{\sqrt{2}}<\frac{s}{\sqrt{2}}$ and so we can find (using the fact $\Bbb Q$ is dense in $\Bbb R$) a rational number $q$ such that $$\frac{r}{\sqrt{2}}$u=q\sqrt{2}$. Its clear that $u$ is an irrational number. – 2017-02-19
  • 0
    Cool. Thanks for the suggestion. Haven't learned about density yet, but evidently it makes things easier.2017-02-19
  • 2
    You still have to prove that $\pi$ is irrational. `;-)` Using $\sqrt{2}$ (which is irrational and greater than $1$) is easier.2017-02-19
  • 0
    egreg, oh yes, you're right. That way it's more watertight.2017-02-19

1 Answers 1

2

Nice approach! Good use of the results you have at hand, plus Lemmas. However, any irrational greater than $1$ will suffice, so you may wish to choose one you can prove to be irrational.

One critique of your first Lemma: The quotient of a non-zero rational number and $\pi$ (or any irrational number $\alpha$) is irrational. Do you see where that assumption is necessary in your proof of the Lemma?

  • 0
    Thank you for the critique. Yes, I see why it's necessary. Otherwise the quotient would be 0, which is rational.2017-02-19