Maths Olympiad Prep

Track / Stage 7 / 176 of 300 #1576 of 1964

Problem 1576

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

Let f:ZZ+f : \mathbb{Z} \rightarrow \mathbb{Z}^+ be a function, and define h:Z×ZZ+h : \mathbb{Z} \times \mathbb{Z} \rightarrow \mathbb{Z}^+ by h(x,y)=gcd(f(x),f(y))h(x, y) = \gcd (f(x), f(y)). If h(x,y)h(x, y) is a two-variable polynomial in xx and yy, prove that it must be constant.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

1. **Fix y y and consider h(x,y)=gcd(f(x),f(y)) h(x, y) = \gcd(f(x), f(y)) :**
- Since h(x,y) h(x, y) is defined as the greatest common divisor of f(x) f(x) and f(y) f(y) , it must be a positive integer that divides f(y) f(y) .
- Therefore, h(x,y)f(y) h(x, y) \leq f(y) for all x x .

2. Bounded polynomial argument:
- Since h(x,y)f(y) h(x, y) \leq f(y) for all x x , h(x,y) h(x, y) is bounded above by f(y) f(y) .
- A polynomial in x x that is bounded for all x x must be constant. This is because a non-constant polynomial in x x would grow without bound as x x increases or decreases.

3. **Conclusion for fixed y y :**
- Since h(x,y) h(x, y) is a polynomial in x x and is bounded, it must be constant for fixed y y .
- Let this constant be cy c_y . Thus, h(x,y)=cy h(x, y) = c_y for all x x .

4. **Symmetry and polynomial in y y :**
- By the definition of h h , we have h(x,y)=h(y,x) h(x, y) = h(y, x) . Therefore, cy=h(x,y)=h(y,x)=cx c_y = h(x, y) = h(y, x) = c_x .
- This implies that cy c_y does not actually depend on y y and is a constant value c c for all x x and y y .

5. Final conclusion:
- Since h(x,y) h(x, y) is constant for all x x and y y , it follows that h(x,y) h(x, y) is a constant polynomial.

\blacksquare

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