2

My teacher proposed this question a few days ago along with the similar case for rational numbers. I've already figured out the proof for rational numbers (just prove that their arithmetic mean is rational), but I'm not really sure where to start with this proof. I guess I'm stuck because it isn't as easy to represent irrational numbers as it is for rational numbers. Also, the arithmetic mean of two irrational numbers isn't necessarily irrational, so that approach doesn't work either. Could someone help me get started?

foobar1209
  • 1,047

3 Answers3

8

If $\frac{x+y}{2}$ is irrational, there you go. If not, then $q=\frac{x+y}{2}$ is rational and what can we say about $\frac{q+x}{2}$?

Jonas Gomes
  • 3,087
  • 1
    I really like the simplicity of this one! Thanks! :) – foobar1209 Sep 01 '14 at 02:45
  • Thank you @aricha1940. I must say, however, that the other answers are good as well and they have more general methods that will help you solve a lot of problems like that. – Jonas Gomes Oct 09 '14 at 21:02
  • It is not yet known if $e+\pi$ is irrational ($e$ being the base of the natural logarithm), and thus, it is unknown if $\frac{e+\pi}{2}$ is irrational. However, if it is rational, then $\frac{\frac{e+\pi}{2}+\pi}{2}=\frac{e+3\pi}{4}$ must be irrational. So at least one of $\frac{e+\pi}{2}$ or $\frac{e+3\pi}{4}$ must be irrational (and transcendental!). – Michael Ejercito Feb 15 '24 at 02:30
  • Of course, for an explicit example of an irrational number strictly between $e$ and $\pi$, see $\sqrt[3]28$, which is about $3.0366$ – Michael Ejercito Feb 15 '24 at 02:32
1

$x-y>0$ so $(x-y)^2>0$. By the Archimedean property, there is a positive integer $m$ such that $\frac{1}{m}<(x-y)^2$. By increasing $m$ if necessary, you can assume that $m=2n^2$ so that $\frac{1}{2n^2}<(x-y)^2$. This means $$ \frac{1}{\sqrt{2}n}<x-y\implies 1+\sqrt{2}{n}y<\sqrt{2}nx. $$ Now let $k$ be the largest integer that is less than or equal to $\sqrt{2}ny$. This implies $$ 1+k\leq1+\sqrt{2}ny<\sqrt{2}nx. $$ But we also have $\sqrt{2}ny<k+1$, so $$ \sqrt{2}ny<k+1<\sqrt{2}nx\implies y<\frac{k+1}{\sqrt{2}n}<x. $$

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49
0

Hint: We can first transform the problem by subtracting $y$; we get $0 < z' < x'$ where $z' = z - y$ and $x' = x - y$. Note, $y$ and $x$ are given and we are trying to choose $z$, so in the altered version, $x'$ is given and we are choosing $z'$ (which will give a choice of $z$).

We have $z = z' + y$. Given that $y$ is irrational, if $z'$ were irrational, could we guarantee that $z$ was irrational? What about if $z'$ were rational? The answer to one of these questions is yes. We just need to show that we can find $z'$ of the corresponding type such that $0 < z' < x'$. Do you know why this is the case?