For every $r,s \in \mathbb{Q}$ with $r<s$, there is an irrational number $u$ for which $r < u < s$.
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<u=\frac{a}{b}+\dfrac{\frac{c}{d}-\frac{a}{b}}{\pi}<s$.
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$
;-)
Using $\sqrt{2}$ (which is irrational and greater than $1$) is easier. – egreg Feb 19 '17 at 14:38