Maths Olympiad Prep

Track / Stage 8 / 48 of 180 #1748 of 1964

Problem 1748

IMO Shortlist mid-range; USAMO P2/P5
Algebra Difficulty 8.2 Prove it

Let n>2n > 2 be an even positive integer and let a1<a2<<ana_1 < a_2 < \dots < a_n be real numbers such that ak+1ak1a_{k + 1} - a_k \leq 1 for each 1kn11 \leq k \leq n - 1. Let AA be the set of ordered pairs (i,j)(i, j) with 1i<jn1 \leq i < j \leq n such that jij - i is even, and let BB the set of ordered pairs (i,j)(i, j) with 1i<jn1 \leq i < j \leq n such that jij - i is odd. Show that

(i,j)A(ajai)>(i,j)B(ajai)\prod_{(i, j) \in A} (a_j - a_i) > \prod_{(i, j) \in B} (a_j - a_i)

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. Given that n>2 n > 2 is an even positive integer and a1<a2<<an a_1 < a_2 < \dots < a_n are real numbers such that ak+1ak1 a_{k + 1} - a_k \leq 1 for each 1kn1 1 \leq k \leq n - 1 . We need to show that:
(i,j)A(ajai)>(i,j)B(ajai) \prod_{(i, j) \in A} (a_j - a_i) > \prod_{(i, j) \in B} (a_j - a_i)
where A A is the set of ordered pairs (i,j) (i, j) with 1i<jn 1 \leq i < j \leq n such that ji j - i is even, and B B is the set of ordered pairs (i,j) (i, j) with 1i<jn 1 \leq i < j \leq n such that ji j - i is odd.

2. First, observe that the condition ak+1ak1 a_{k + 1} - a_k \leq 1 implies that the differences between consecutive terms are at most 1. This means that the sequence a1,a2,,an a_1, a_2, \ldots, a_n is relatively "tight" in terms of spacing.

3. Consider the pairs in A A and B B . For (i,j)A (i, j) \in A , ji j - i is even, so j=i+2m j = i + 2m for some integer m1 m \geq 1 . For (i,j)B (i, j) \in B , ji j - i is odd, so j=i+2m+1 j = i + 2m + 1 for some integer m0 m \geq 0 .

4. Let's analyze the products:
(i,j)A(ajai)and(i,j)B(ajai) \prod_{(i, j) \in A} (a_j - a_i) \quad \text{and} \quad \prod_{(i, j) \in B} (a_j - a_i)

5. For (i,j)A (i, j) \in A , since ji j - i is even, the differences ajai a_j - a_i will generally be larger because the indices are further apart. Specifically, ajai a_j - a_i will be the sum of an even number of differences ak+1ak a_{k+1} - a_k , each of which is at most 1.

6. For (i,j)B (i, j) \in B , since ji j - i is odd, the differences ajai a_j - a_i will generally be smaller because the indices are closer together. Specifically, ajai a_j - a_i will be the sum of an odd number of differences ak+1ak a_{k+1} - a_k , each of which is at most 1.

7. To make this more concrete, consider the smallest possible values for n n . For n=4 n = 4 , we have:
A={(1,3),(2,4)}andB={(1,2),(2,3),(3,4)} A = \{(1, 3), (2, 4)\} \quad \text{and} \quad B = \{(1, 2), (2, 3), (3, 4)\}
Then:
(i,j)A(ajai)=(a3a1)(a4a2) \prod_{(i, j) \in A} (a_j - a_i) = (a_3 - a_1)(a_4 - a_2)
(i,j)B(ajai)=(a2a1)(a3a2)(a4a3) \prod_{(i, j) \in B} (a_j - a_i) = (a_2 - a_1)(a_3 - a_2)(a_4 - a_3)

8. Since ak+1ak1 a_{k+1} - a_k \leq 1 , we have:
a3a12anda4a22 a_3 - a_1 \leq 2 \quad \text{and} \quad a_4 - a_2 \leq 2
Therefore:
(a3a1)(a4a2)4 (a_3 - a_1)(a_4 - a_2) \leq 4

9. On the other hand:
(a2a1)(a3a2)(a4a3)111=1 (a_2 - a_1)(a_3 - a_2)(a_4 - a_3) \leq 1 \cdot 1 \cdot 1 = 1

10. Thus, for n=4 n = 4 , we have:
(i,j)A(ajai)4and(i,j)B(ajai)1 \prod_{(i, j) \in A} (a_j - a_i) \leq 4 \quad \text{and} \quad \prod_{(i, j) \in B} (a_j - a_i) \leq 1
which shows that:
(i,j)A(ajai)>(i,j)B(ajai) \prod_{(i, j) \in A} (a_j - a_i) > \prod_{(i, j) \in B} (a_j - a_i)

11. This argument can be generalized for larger even n n by noting that the product of differences for pairs in A A will always involve larger differences (since they are sums of even numbers of terms each at most 1), while the product of differences for pairs in B B will involve smaller differences (since they are sums of odd numbers of terms each at most 1).

Therefore, we have shown that:
(i,j)A(ajai)>(i,j)B(ajai) \prod_{(i, j) \in A} (a_j - a_i) > \prod_{(i, j) \in B} (a_j - a_i)
\blacksquare

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