Olympiad Maths Prep

Track / Stage 7 / 81 of 300 #1481 of 2000

Problem 1481

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

Given a set MM of 19851985 distinct positive integers, none of which has a prime divisor greater than 2323, prove that MM contains a subset of 44 elements whose product is the 44th power of an integer.

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

To prove that given a set M M of 1985 1985 distinct positive integers, none of which has a prime divisor greater than 23 23 , contains a subset of 4 4 elements whose product is the 4 4 th power of an integer, we will use a combinatorial approach involving vectors in Z49\mathbb{Z}_4^9.

1. Representation of Numbers:
Each number in M M can be represented in the form n=2a13a223a9 n = 2^{a_1} \cdot 3^{a_2} \cdot \ldots \cdot 23^{a_9} , where ai a_i are non-negative integers. We can map each number to a vector v=(a1(mod4),a2(mod4),,a9(mod4)) v = (a_1 \pmod 4, a_2 \pmod 4, \ldots, a_9 \pmod 4) in Z49\mathbb{Z}_4^9.

2. **Vector Sum in Z49\mathbb{Z}_4^9**:
We need to show that among 1985 1985 such vectors, there exist 4 4 vectors whose sum is 0 0 in Z49\mathbb{Z}_4^9. This is equivalent to finding 4 4 numbers in M M whose exponents, when summed component-wise and taken modulo 4 4 , result in a vector of all zeros.

3. Reduction to Combinatorial Problem:
We need to prove that given any 1985 1985 elements of Z49\mathbb{Z}_4^9, we can find 4 4 which sum to 0 0 . This is a specific case of a more general combinatorial problem.

4. **General Assertion Pk(n) P_k(n) **:
Consider the assertion Pk(n) P_k(n) , which states: Given 2kn(2k1) 2^k n - (2^k - 1) elements of Znk\mathbb{Z}_n^k, we can find n n elements which sum to 0 0 .

5. Proof by Induction:
We will prove that Pk(a) P_k(a) and Pk(b) P_k(b) imply Pk(ab) P_k(ab) . This will help us establish P9(4) P_9(4) .

- Base Case: Pk(2) P_k(2) is a simple application of the pigeonhole principle.
- Inductive Step: Assume Pk(a) P_k(a) and Pk(b) P_k(b) hold. Consider 2kab(2k1) 2^k ab - (2^k - 1) elements in Zabk\mathbb{Z}_{ab}^k. Group these elements into 2ka(2k1) 2^k a - (2^k - 1) subsets, each containing a a elements. By Pk(a) P_k(a) , each subset has a sum divisible by a a . Now, consider these sums modulo a a as elements in Zbk\mathbb{Z}_b^k. By Pk(b) P_k(b) , we can find b b such sums that add up to 0 0 modulo b b . Multiplying back by a a , we get ab ab elements whose sum is 0 0 in Zabk\mathbb{Z}_{ab}^k.

6. Application to Our Problem:
Since P1(n) P_1(n) is the Erdős–Ginzburg–Ziv theorem, and P2(n) P_2(n) has been proven by C. Reiher, we can use these results to establish P9(4) P_9(4) . Given 294(291)=1537 2^9 \cdot 4 - (2^9 - 1) = 1537 elements in Z49\mathbb{Z}_4^9, we can find 4 4 elements whose sum is 0 0 .

7. Conclusion:
Since 1985>1537 1985 > 1537 , the given set M M of 1985 1985 elements must contain a subset of 4 4 elements whose product is the 4 4 th power of an integer.

\blacksquare

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