Olympiad Maths Prep

Track / Stage 7 / 205 of 300 #1605 of 2000

Problem 1605

National olympiad second round; IMO P1/P4
Number theory Difficulty 7.4 Prove it

Let positive real numbers a,b a,b satisfy b\minusa>2. b \minus{} a > 2. Prove that for any two distinct integers m,n m,n belonging to [a,b), [a,b), there always exists non-empty set S S consisting of certain integers belonging to [ab,(a\plus1)(b\plus1)) [ab,(a \plus{} 1)(b \plus{} 1)) such that xSmn \frac {\displaystyle\prod_{x\in S}}{mn} is square of a rational number.

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

1. Define the relation and intervals:
Let mn m \sim n be the relation such that xSxmn \frac{\prod_{x \in S} x}{mn} is a rational square. We denote [ab,(a+1)(b+1))[ab, (a+1)(b+1)) as the "big interval" and [a,b)[a, b) as the "little interval".

2. Prove reflexivity:
Reflexivity requires showing that mm m \sim m for any m m in the little interval. This means there exists a perfect square in the big interval. Consider ab+r \sqrt{ab} + r where 0r<1 0 \le r < 1 such that ab+r \sqrt{ab} + r is an integer. We need to show:
(ab+r)2<(a+1)(b+1) (\sqrt{ab} + r)^2 < (a+1)(b+1)
Expanding and simplifying:
(ab+r)2=ab+r2+2rab (\sqrt{ab} + r)^2 = ab + r^2 + 2r\sqrt{ab}
Since 0r<1 0 \le r < 1 :
ab+r2+2rab<ab+1+2ab ab + r^2 + 2r\sqrt{ab} < ab + 1 + 2\sqrt{ab}
Given ba>2 b - a > 2 , we have:
ab+1+2ab<ab+a+b+1=(a+1)(b+1) ab + 1 + 2\sqrt{ab} < ab + a + b + 1 = (a+1)(b+1)
Thus, there exists a perfect square in the big interval, proving reflexivity.

3. Prove symmetry:
Symmetry is immediate because if mn m \sim n , then nm n \sim m by the definition of the relation.

4. Prove transitivity:
Assume mn m \sim n and np n \sim p . Let S1 S_1 be the set associated with mn m \sim n and S2 S_2 be the set associated with np n \sim p . We need to show mp m \sim p . Consider the symmetric difference S1S2 S_1 \oplus S_2 :
xS1S2xmp \frac{\prod_{x \in S_1 \oplus S_2} x}{mp}
If S1S2 S_1 \oplus S_2 is empty, then mp mp is a perfect square. Otherwise, S1S2 S_1 \oplus S_2 provides the required set, proving transitivity.

5. Show all elements are equivalent:
We need to show x(x+1) x \sim (x+1) for all integers x x in the little interval. This means finding y y such that:
abxy(x+1)y<(a+1)(b+1) ab \le xy \le (x+1)y < (a+1)(b+1)
We need to ensure:
xyaband(x+1)y<(a+1)(b+1) xy \ge ab \quad \text{and} \quad (x+1)y < (a+1)(b+1)
If xy<ab xy < ab and (x+1)(y+1)(a+1)(b+1) (x+1)(y+1) \ge (a+1)(b+1) , subtracting these gives:
x+y>a+b x + y > a + b
Since axy<b a \le x \le y < b , this is impossible. Therefore, such y y exists, proving x(x+1) x \sim (x+1) .

6. Conclusion:
Since x(x+1) x \sim (x+1) for all x x in the little interval, all elements in the little interval are equivalent to each other.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.