Suppose q is a rational number such that 1 < q ≤ 3-sqrt(2). Write q=m/n, where m,n ∈ N and gcd(m,n)=1.
Prove that sqrt(2) ia a positive distance from q. Specifically, show that |sqrt(2)-m/n| ≥ 1/(3n^2) (**)
Hint: First prove that if gcd(m,n)=1 then 2n^2 and m^2 are distinct integers, then "rationalize the numerator" in the LHS of (**)
how to prove if gcd(m,n)=1 then 2n^2 and m^2 are distinct integers? I have to assume sqrt(2) is a rational number?
how to "rationalize the numerator" |sqrt(2)-m/n|??
Thanks