[Math] Proof technique for between any two real numbers is an irrational number

analytic-number-theoryirrational-numbersreal-analysis

I'm proving that between any two real numbers is an irrational, and my first thought is to prove that between any two real numbers is a rational number, and then show that between any two rational numbers is an irrational. However, I don't think this would complete the proof because I will not have shown that between any two real numbers there are two rational numbers. Would the first part of my proof imply that there are an infinite number of rationals between any two reals, or do I need to show that separately?

Also, I'm really trying to figure out this problem on my own, so I ask not for the answer, but a pointer in the right direction.

Thanks!

Best Answer

Here's my proposed solution:

1) First you show that between two rationals there is always an irrational number. Suppose that $q_1<q_2$, then take for ex. $r=\frac{q_1}{\sqrt{2}}+q_2\left(1-\frac{1}{\sqrt{2}}\right)$, which obeys $q_1<r<q_2$. The number $r$ can be written as $a+b\sqrt{2}$, where $a, b\in\mathbb{Q}$, which implies that $r\in\mathbb{R}-\mathbb{Q}$.

2) Given any two real numbers $r_1<r_2$, then $s_1=3r_1/4+r_2/4$ and $s_2=r_1/4+3r_2/4$ are in the order $r_1<s_1<s_2<r_2$. If $s_1$ or $s_2$ is irrational then you're done. Otherwise, go to step 1).

For the infinite part, you could use the mapping $r(\lambda)=\lambda q_1+(1-\lambda)q_2$, where $\lambda\in(0, 1)$. Again $q_1<r(\lambda)<q_2$.