Monday, July 4, 2016

calculus - approximate irrational numbers by rational numbers




I want to prove this below:



(1) For any irrational number α, there exist infinitely many rational numbers mn such that |αmn|<1n2.



I got a hint from somewhere to prove this below:



(2) For any irrational number α and any positive integer n, there exist positive integers k,m such that |αmk|<1kn, where kn.



I tried to prove (2), but still can't find out how to deal with (1).




Can you help me?


Answer



In this answer, the following Lemma is proven using a pigeonhole argument:



Lemma: Let x be any real number and N be a positive integer. Then there are integers p and q with 0<qN so that |pqx|<1N.



Since qN, this gives that
|pqx|1Nq1q2



Since (1) says
N1|pqx|

we can get a larger p and q by applying the Lemma to any N greater than
max{1|abx|:a,bZ,0<bq}

Thus, we can find an infinite sequence of p and q that satisfy (1).


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...