Maths Olympiad Prep

Library / /250 of 397

, 2023

Algebra Difficulty 6.2 National Olympiad Prove it Taiwan

Let n3n \ge 3 be a positive integer. Show that for any real numbers 0x1,x2,,xn10 \le x_1, x_2, \dots, x_n \le 1 satisfying x1+x2++xn=3x_1 + x_2 + \dots + x_n = 3, there always exist xix_i, xjx_j such that xixj>2ijx_ix_j > 2^{-|i-j|}.

Solution

Let 1a<bn1 \le a < b \le n be such that 2baxaxb2^{b-a}x_a x_b is maximal. This choice of aa and bb implies that xa+t2txax_{a+t} \le 2^t x_a for all 1atba11-a \le t \le b-a-1, and similarly xbt2txbx_{b-t} \le 2^t x_b for all bntba+1b-n \le t \le b-a+1. Now, suppose that xa(12u+1,12u]x_a \in (\frac{1}{2^{u+1}}, \frac{1}{2^u}] and xb(12v+1,12v]x_b \in (\frac{1}{2^{v+1}}, \frac{1}{2^v}], and write xa=2αx_a = 2^{-\alpha}, xb=2βx_b = 2^{-\beta}. Then
i=1a+u1xi2uxa(12+14++12a+u1)<2uxa1, \sum_{i=1}^{a+u-1} x_i \le 2^u x_a \left( \frac{1}{2} + \frac{1}{4} + \dots + \frac{1}{2^{a+u-1}} \right) < 2^u x_a \le 1,
and similarly,
i=bv+1nxi2vxb(12+14++12nb+v)<2uxb1, \sum_{i=b-v+1}^{n} x_i \le 2^v x_b \left( \frac{1}{2} + \frac{1}{4} + \dots + \frac{1}{2^{n-b+v}} \right) < 2^u x_b \le 1,
In other words, the sum of the xix_i's for ii outside of the interval [a+u,bv][a+u, b-v] is strictly less than 2. Since the total sum is 3, and each term is at most 1, it follows that this interval must have at least two integers. i.e. a+u<bva+u < b-v. Thus, by bounding the sum of the xix_i for i[1,a+u][bv,n]i \in [1, a+u] \cup [b-v, n] like above, and trivially bounding each xi(a+u,bv)x_i \in (a+u, b-v) by 1, we obtain
s<2u+1xa+2v+1xb+((bv)(a+u)1)=ba+(2u+1α+2v+1β(u+v+1)). s < 2^{u+1}x_a + 2^{v+1}x_b + ((b-v)-(a+u)-1) = b-a+(2^{u+1-\alpha}+2^{v+1-\beta}-(u+v+1)).

As in the original solution, we arrive at
3<2u+1xa+2v+1xb+((bv)(a+u)1)=ba+(2u+1α+2v+1β(u+v+1)). 3 < 2^{u+1}x_a + 2^{v+1}x_b + ((b-v)-(a+u)-1) = b-a+(2^{u+1-\alpha}+2^{v+1-\beta}-(u+v+1)).
Now 2baxaxb2ba2u12v12^{b-a}x_a x_b \ge 2^{b-a}2^{-u-1}2^{-v-1}, so it is enough to show 2<bauv2-2 < b - a - u - v - 2, or 3<bauv+33 < b - a - u - v + 3. The fact that u+1α<1u+1-\alpha < 1 and v+1β<1v+1-\beta < 1 implies 2u+1α+2v+1β<42^{u+1-\alpha} + 2^{v+1-\beta} < 4, and so 3<ba+(2+2uv1)=bauv33 < b - a + (2 + 2 - u - v - 1) = b - a - u - v - 3.

Now recall α(u,u+1]\alpha \in (u, u+1] and β(v,v+1]\beta \in (v, v+1], so applying Bernoulli's inequality yields
2u+1α+2v+1βuv1(1+(u+1α))+(1+(v+1β))uv1=3αβ. 2^{u+1-\alpha} + 2^{v+1-\beta} - u - v - 1 \le (1+(u+1-\alpha))+(1+(v+1-\beta)) - u - v - 1 = 3 - \alpha - \beta.
The above shows that c=1c = 1 is the best possible. A somewhat simpler ending to the proof can be given for c=14c = \frac{1}{4}.

**End of solution for c=14c = \frac{1}{4}**.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement translated into English from zh; metadata (topic, difficulty) added by this project.