2

If $0<\ \frac{p}{q}<1$ is a rational number, then prove that $$\left|{\frac{1}{\sqrt{2}}}-{\frac{p}{q}}\right|> {\frac{1}{4q^2}}.$$ I found a proof using Liouville's inequality working with $f(x) = 2x^2 - 1$, but am wondering if there is a direct elementary proof.

student
  • 1,324

2 Answers2

3

A short elementary proof as follows: Let $t = \frac{1}{\sqrt{2}} - \frac{p}{q}$. If $\lvert{t\rvert} > 1/4$ the result is trivial. Otherwise, note that $$\lvert{t(\sqrt{2} - t)} \rvert = \left\lvert\frac{1}{2} - \frac{p^2}{q^2}\right\rvert \ge \frac{1}{2q^2}.$$ As we can easily bounded $$\lvert\sqrt{2} - t\rvert < \lvert\sqrt{2} + 0.25\rvert < 2$$ We obtain the desired result.

J.G.
  • 115,835
abacaba
  • 8,375
1

(Inspired by Mr. Zhang!) Since $\sqrt{2}$ is irrational, for any rational $0< {\frac{p}{q}} < 1$, $|2p^2 - q^2|\geq 1$. Thus, $${\frac {|2p^2 - q^2|} {q^2}}\geq {\frac {1} {q^2}}.$$ We can write this as $$|2{\frac {p^2}{q^2}}-1|\geq {\frac {1}{q^2}}.$$ Dividing both sides by $2$, $$|{\frac {p^2}{q^2}}-{\frac {1}{2}}|\geq {\frac {1}{2q^2}}.$$ We now factor the left hand side, and get $$|({\frac {p}{q}}-{\frac{1}{\sqrt{2}}})({\frac {p}{q}}+{\frac{1}{\sqrt{2}}})|\geq {\frac{1}{2q^2}}.$$ Now, we observe that $|{\frac {p}{q}}+{\frac{1}{\sqrt{2}}}|<2$. Thus, $$|{\frac {p}{q}}-{\frac{1}{\sqrt{2}}}|(2)> {\frac{1}{2q^2}},$$ which implies that $$|{\frac {p}{q}}-{\frac{1}{\sqrt{2}}}|> {\frac{1}{4q^2}}.$$

student
  • 1,324
  • Why would $\left|\frac pq+\frac1{\sqrt2}\right|<2$? – Berci Jan 26 '22 at 06:40
  • Because the largest value $p/q$ can assume is less than $1$. And Now use the triangle inequality. – student Jan 26 '22 at 19:40
  • My last comment could not be completed because my LateX skills are nonexistent. So, I will avoid math. Each term inside the modulus symbol on the left-hand side is a positive real number that is less than 1. Now use the triangle inequality. – student Jan 26 '22 at 19:48
  • Ahhh.. I simply missed the condition $0<p/q<1$. Btw you can simply typeset $\frac pq$. – Berci Jan 26 '22 at 20:36
  • Thank you! I had probles type setting the reciprocal of the squre root of 2 (sorry!). Anyway, glad I made myself clear. – student Jan 26 '22 at 21:32