Maths Olympiad Prep

Track / Stage 8 / 137 of 180 #1837 of 1964

Problem 1837

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

The natural numbers x1,x2,,xnx_1, x_2, \ldots , x_n are such that all their 2n2^n partial sums are distinct. Prove that:
x12+x22++xn24n13. {x_1}^2 + {x_2}^2 + \ldots + {x_n}^2 \geq \frac{4^n – 1}{3}.

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. Define the Partial Sums:
Let {s1,s2,,s2n}\{s_1, s_2, \ldots, s_{2^n}\} be the set of all partial sums of the natural numbers x1,x2,,xnx_1, x_2, \ldots, x_n. By the problem's condition, all these partial sums are distinct. We can order them such that s1s2s2ns_1 \leq s_2 \leq \cdots \leq s_{2^n}.

2. Condition on Differences:
Since all partial sums are distinct, for any 1k,l2n1 \leq k, l \leq 2^n, we have skslkls_k - s_l \geq |k - l|.

3. Sum of Partial Sums:
The sum of all partial sums is given by:
k=12nsk=2n1i=1nxi \sum_{k=1}^{2^n} s_k = 2^{n-1} \sum_{i=1}^n x_i
This is because each xix_i appears in exactly half of the subsets of {x1,x2,,xn}\{x_1, x_2, \ldots, x_n\}.

4. Sum of Squares of Partial Sums:
The sum of the squares of all partial sums is:
k=12nsk2=2n1i=1nxi2+2n11i<jnxixj \sum_{k=1}^{2^n} s_k^2 = 2^{n-1} \sum_{i=1}^n x_i^2 + 2^{n-1} \sum_{1 \leq i < j \leq n} x_i x_j
This follows from the fact that each xi2x_i^2 appears in the square of each subset sum where xix_i is included, and each xixjx_i x_j appears in the product of each pair of subset sums where both xix_i and xjx_j are included.

5. **Expression for i=1nxi2\sum_{i=1}^n x_i^2:**
Using the above results, we can express i=1nxi2\sum_{i=1}^n x_i^2 as:
i=1nxi2=2k=12nsk22n1(k=12nsk2n1)2 \sum_{i=1}^n x_i^2 = 2 \cdot \frac{\sum_{k=1}^{2^n} s_k^2}{2^{n-1}} - \left( \frac{\sum_{k=1}^{2^n} s_k}{2^{n-1}} \right)^2

6. Simplifying the Expression:
Simplifying further, we get:
22n1i=1nxi2=2nk=12nsk2(k=12nsk)2 2^{2n-1} \sum_{i=1}^n x_i^2 = 2^n \sum_{k=1}^{2^n} s_k^2 - \left( \sum_{k=1}^{2^n} s_k \right)^2
This can be rewritten using the identity for the sum of squared differences:
22n1i=1nxi2=12k,l=12n(sksl)2 2^{2n-1} \sum_{i=1}^n x_i^2 = \frac{1}{2} \sum_{k,l=1}^{2^n} (s_k - s_l)^2

7. Lower Bound on Sum of Squared Differences:
Given skslkls_k - s_l \geq |k - l|, we have:
k,l=12n(sksl)2k,l=12n(kl)2 \sum_{k,l=1}^{2^n} (s_k - s_l)^2 \geq \sum_{k,l=1}^{2^n} (k - l)^2
The sum of squared differences for integers kk and ll from 11 to 2n2^n is:
k,l=12n(kl)2=2nk=12nk2(k=12nk)2 \sum_{k,l=1}^{2^n} (k - l)^2 = 2^n \sum_{k=1}^{2^n} k^2 - \left( \sum_{k=1}^{2^n} k \right)^2

8. Calculating the Sums:
Using the formulas for the sum of the first mm natural numbers and the sum of their squares:
k=12nk=2n(2n+1)2=2n1(2n+1) \sum_{k=1}^{2^n} k = \frac{2^n (2^n + 1)}{2} = 2^{n-1} (2^n + 1)
k=12nk2=2n(2n+1)(2n+1+1)6 \sum_{k=1}^{2^n} k^2 = \frac{2^n (2^n + 1) (2^{n+1} + 1)}{6}

9. Substituting Back:
Substituting these into the inequality, we get:
2nk=12nk2(k=12nk)2=2n2n(2n+1)(2n+1+1)6(2n1(2n+1))2 2^n \sum_{k=1}^{2^n} k^2 - \left( \sum_{k=1}^{2^n} k \right)^2 = 2^n \cdot \frac{2^n (2^n + 1) (2^{n+1} + 1)}{6} - \left( 2^{n-1} (2^n + 1) \right)^2
Simplifying this expression, we find:
2n2n(2n+1)(2n+1+1)622n2(2n+1)2=22n14n13 2^n \cdot \frac{2^n (2^n + 1) (2^{n+1} + 1)}{6} - 2^{2n-2} (2^n + 1)^2 = 2^{2n-1} \cdot \frac{4^n - 1}{3}

10. Final Inequality:
Therefore, we have:
22n1i=1nxi222n14n13 2^{2n-1} \sum_{i=1}^n x_i^2 \geq 2^{2n-1} \cdot \frac{4^n - 1}{3}
Dividing both sides by 22n12^{2n-1}, we get:
i=1nxi24n13 \sum_{i=1}^n x_i^2 \geq \frac{4^n - 1}{3}

The final answer is i=1nxi24n13\boxed{\sum_{i=1}^n x_i^2 \geq \frac{4^n - 1}{3}}

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