Olympiad Maths Prep

Track / Stage 8 / 29 of 180 #1729 of 2000

Problem 1729

IMO Shortlist mid-range; USAMO P2/P5
Number theory Difficulty 8.1 Prove it

Let P1,,PsP_1, \ldots , P_s be arithmetic progressions of integers, the following conditions being satisfied:

[b](i)[/b] each integer belongs to at least one of them;
[b](ii)[/b] each progression contains a number which does not belong to other progressions.

Denote by nn the least common multiple of the ratios of these progressions; let n=p1α1pkαkn=p_1^{\alpha_1} \cdots p_k^{\alpha_k} its prime factorization.

Prove that s1+i=1kαi(pi1).s \geq 1 + \sum^k_{i=1} \alpha_i (p_i - 1).

[i]Proposed by Dierk Schleicher, Germany[/i]

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. Restate the Problem in Terms of Hyperrectangles:
We are given arithmetic progressions P1,P2,,Ps P_1, P_2, \ldots, P_s of integers such that:
- Each integer belongs to at least one progression.
- Each progression contains a number that does not belong to any other progression.

We need to prove that the number of progressions s s is at least 1+i=1kαi(pi1) 1 + \sum_{i=1}^k \alpha_i (p_i - 1) , where n=lcm(r1,r2,,rs) n = \text{lcm}(r_1, r_2, \ldots, r_s) and n=p1α1p2α2pkαk n = p_1^{\alpha_1} p_2^{\alpha_2} \cdots p_k^{\alpha_k} .

2. Transform the Problem into a Geometric Setting:
Consider the numbers 0,1,,n1 0, 1, \ldots, n-1 as points in a hyperrectangle. Each point can be represented by coordinates in a space defined by the prime factors of n n . Specifically, for each prime pi p_i , we have αi \alpha_i intervals [0,pi1][0, p_i - 1].

3. Define the Bijection:
Each number x x in the range 0 0 to n1 n-1 can be uniquely represented by its residues modulo pi p_i and their powers. This representation forms a bijection between the numbers and the points in the hyperrectangle.

4. Characterize the Progressions:
Each progression P P with ratio r=p1b1p2b2pkbk r = p_1^{b_1} p_2^{b_2} \cdots p_k^{b_k} (where 0biαi 0 \leq b_i \leq \alpha_i ) can be seen as a subset of the hyperrectangle. The coordinates corresponding to the first bi b_i intervals for each pi p_i are fixed, while the remaining αibi \alpha_i - b_i coordinates are free.

5. Induction Hypothesis:
We will use induction on the sum i=1kαi \sum_{i=1}^k \alpha_i . For the base case where all αi=0 \alpha_i = 0 , the statement is trivially true since s1 s \geq 1 .

6. Induction Step:
Assume the statement holds for any hyperrectangle with i=1kαi<i=1kαi \sum_{i=1}^k \alpha_i' < \sum_{i=1}^k \alpha_i . We need to prove it for i=1kαi \sum_{i=1}^k \alpha_i .

7. Divide the Hyperrectangle:
Choose an interval corresponding to p1 p_1 and divide the hyperrectangle into two smaller hyperrectangles:
- One using intervals [0,n11][0, n_1 - 1] and the rest unchanged.
- The other using intervals [0,n2],,[0,nk][0, n_2], \ldots, [0, n_k] and a dummy first coordinate.

8. Covering the Sub-Hyperrectangles:
Each progression in the original hyperrectangle can be split into progressions covering the sub-hyperrectangles. Ensure that each sub-hyperrectangle is covered by progressions that satisfy the conditions.

9. Count the Progressions:
Let x1 x_1 be the number of progressions in the first sub-hyperrectangle that do not use the interval [0,n11][0, n_1 - 1], and x2 x_2 be those that do. Similarly, let x3 x_3 and x4 x_4 be the corresponding counts for the second sub-hyperrectangle. The total number of progressions is x1+x2+x3+x4x5 x_1 + x_2 + x_3 + x_4 - x_5 , where x5 x_5 accounts for double-counted progressions.

10. Apply Induction:
Use the induction hypothesis on the sub-hyperrectangles to show that:
x1+x21+iS1niandx3+x4x51+iS2S1ni x_1 + x_2 \geq 1 + \sum_{i \in S_1} n_i' \quad \text{and} \quad x_3 + x_4 - x_5 \geq 1 + \sum_{i \in S_2 \setminus S_1} n_i'
Combining these, we get:
x1+x2+x3+x4x51+i=1kni x_1 + x_2 + x_3 + x_4 - x_5 \geq 1 + \sum_{i=1}^k n_i

11. Conclusion:
Therefore, the number of progressions s s is at least 1+i=1kαi(pi1) 1 + \sum_{i=1}^k \alpha_i (p_i - 1) .

\blacksquare

The final answer is s1+i=1kαi(pi1) \boxed{ s \geq 1 + \sum_{i=1}^k \alpha_i (p_i - 1) }

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