5. (1) Prove: For each positive integer n, there exists a fraction ba(a,b are integers ), such that 0<b⩽n+1, and n⩽ba⩽n+1. (2) Prove: There exist infinitely many positive integers n, such that there does not exist a fraction ba(a,b are integers ), satisfying 0<b⩽n, and n⩽ba⩽n+1.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
5. (1) For each positive integer n, there exists a unique positive integer r such that r2⩽n<(r+1)2.
Let n=r2+s. Then 0⩽s⩽2r. Depending on the parity of s, we consider two cases. (i) s is even.
Consider the fraction rr2+2s=r+2rs. Let a=r2+2s,b=r. Then 0<b=r⩽n. By n=r2+s⩽(ba)2=r2+s+(2rs)2 ⩽r2+s+1=n+1 ⇒n⩽ba⩽n+1. (ii) s is odd.
Consider the fraction r+1(r+1)2−r+2s−1=r+1−2(r+1)2r+1−s.
Let a=(r+1)2−r+2s−1,b=r+1. Then 0<b=r+1⩽n+1. By n=r2+s=(r+1)2−(2r+1−s) ⩽(r+1)2−(2r+1−s)+(2(r+1)2r+1−s)2=(ba)2⩽(r+1)2−(2r+1−s)+1=n+1⇒n⩽ba⩽n+1. (2) It suffices to prove: For each positive integer r, there does not exist a fraction ba (where a,b are integers) satisfying b⩽r2+1, such that r2+1⩽ba⩽r2+2.
Assume there exists a fraction ba satisfying the above conditions. By b⩽r2+1<r+1⇒b⩽r⇒(br)2<b2(r2+1)⩽a2⩽b2(r2+2)⩽b2r2+2br<(br+1)2.
The above inequality shows that a2 lies between two consecutive perfect squares, which is a contradiction.
Therefore, there exist infinitely many positive integers n=r2+1 such that no fraction satisfying the conditions exists.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.