Olympiad Maths Prep

Track / Stage 9 / 11 of 80 #1891 of 2000

Problem 1891

IMO P2/P5; hard shortlist
Algebra Difficulty 9.1 Prove it The 65th IMO China National Team Selection Test · China

Given an integer n3n \ge 3. Let n(n1)2\frac{n(n-1)}{2} non-negative real numbers xi,jx_{i,j} (1i<jn1 \le i < j \le n) satisfy: for any 1i<j<kn1 \le i < j < k \le n, we have xi,j+xj,kxi,kx_{i,j} + x_{j,k} \le x_{i,k}. Prove that:
n241i<jnxi,j4(1i<jnxi,j2)2. \left\lfloor \frac{n^2}{4} \right\rfloor \cdot \sum_{1 \le i < j \le n} x_{i,j}^4 \ge \left( \sum_{1 \le i < j \le n} x_{i,j}^2 \right)^2 .

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

*Proof.* First, let's point out a situation where the equality holds, which will help us understand the problem. Let 0=y1==yn2<yn2+1==yn=10 = y_1 = \cdots = y_{\lfloor \frac{n}{2} \rfloor} < y_{\lfloor \frac{n}{2} \rfloor+1} = \cdots = y_n = 1, and take xi,j=yjyix_{i,j} = y_j - y_i for 1i<jn1 \le i < j \le n. In this case, xi,j+xj,k=xi,kx_{i,j} + x_{j,k} = x_{i,k}, and
1i<jnxi,j4=1i<jnxi,j2=n2n2=n24, \sum_{1 \le i < j \le n} x_{i,j}^4 = \sum_{1 \le i < j \le n} x_{i,j}^2 = \left\lfloor \frac{n}{2} \right\rfloor \cdot \left\lfloor \frac{n}{2} \right\rfloor = \left\lfloor \frac{n^2}{4} \right\rfloor,
showing that the inequality holds with equality in this case.

Now, let's prove the inequality. We start with the following lemma.

Lemma: Let m2m \ge 2 be a positive integer and x1,x2,,xm0x_1, x_2, \dots, x_m \ge 0. Let λm=m24\lambda_m = \left\lfloor \frac{m^2}{4} \right\rfloor. Then,
λmi=1mxi3(mi=1mxi2(i=1mxi)2)i=1mxi. \lambda_m \sum_{i=1}^{m} x_i^3 \ge \left( m \sum_{i=1}^{m} x_i^2 - \left( \sum_{i=1}^{m} x_i \right)^2 \right) \sum_{i=1}^{m} x_i.

Proof of Lemma: Without loss of generality, assume i=1mxi=1\sum_{i=1}^m x_i = 1. For fixed x1,x2,,xmx_1, x_2, \dots, x_m, assume x1x2xk>0x_1 \ge x_2 \ge \dots \ge x_k > 0 and xi=0x_i = 0 for i>ki > k. Let s=1ki=1kxi=1ks = \frac{1}{k} \sum_{i=1}^k x_i = \frac{1}{k}, and define
F(x1,xk):=λmi=1mxi3(mi=1mxi2(i=1mxi)2)i=1mxi. F(x_1, x_k) := \lambda_m \sum_{i=1}^{m} x_i^3 - \left( m \sum_{i=1}^{m} x_i^2 - \left( \sum_{i=1}^{m} x_i \right)^2 \right) \sum_{i=1}^{m} x_i.
When x1+xkx_1 + x_k is fixed and x2,x3,,xk1,xk+1,,xmx_2, x_3, \dots, x_{k-1}, x_{k+1}, \dots, x_m are fixed, FF is a linear function of x1xkx_1x_k. Hence, FF achieves its minimum value when x1xkx_1x_k is minimized. Notice that
s(x1+xks)x1xk(x1+xk)0=0, s(x_1 + x_k - s) \ge x_1 x_k \ge (x_1 + x_k) \cdot 0 = 0,
therefore,
F(x1,xk)min{F(x1+xk,0),F(s,x1+xks)}. F(x_1, x_k) \ge \min \{F(x_1 + x_k, 0), F(s, x_1 + x_k - s)\}.
This means that we can always adjust the values such that one variable becomes zero or one variable becomes the arithmetic mean of all positive variables. This adjustment process will terminate in finite steps, leaving all positive variables equal. Assume x1=x2==xu>xu+1=xu+2==xm=0x_1 = x_2 = \dots = x_u > x_{u+1} = x_{u+2} = \dots = x_m = 0. We need to prove that for any 1um1 \le u \le m,
λmu(muu2)u    λmu(mu). \lambda_m u \ge (mu - u^2)u \iff \lambda_m \ge u(m - u).
This inequality is true by the AM-GM inequality. \square

Returning to the original problem, let λn=n24\lambda_n = \left\lfloor \frac{n^2}{4} \right\rfloor. We will use induction to prove a stronger statement: for any positive integers n2n \ge 2 and \ell, the following holds:
P(n,):=λn+1(1i<j<nxi,j4+i=1n1xi,n4)(1i<j<nxi,j2+i=1n1xi,n2)20.(12) P(n, \ell) := \lambda_{n+\ell-1} \left( \sum_{1 \le i < j < n} x_{i,j}^4 + \ell \sum_{i=1}^{n-1} x_{i,n}^4 \right) - \left( \sum_{1 \le i < j < n} x_{i,j}^2 + \ell \sum_{i=1}^{n-1} x_{i,n}^2 \right)^2 \ge 0. \quad (12)
When =1\ell = 1, this is the desired inequality.

We use induction on nn. For n=2n = 2, (12) is equivalent to
λ+1x1242x124    λ+1, \lambda_{\ell+1} \ell x_{12}^4 \ge \ell^2 x_{12}^4 \iff \lambda_{\ell+1} \ge \ell,
which holds. For n3n \ge 3, fix n,,xi,jn, \ell, x_{i,j} for 1i<j<n1 \le i < j < n, and let
f(x1,x2,,xn1):=λn+1(1i<j<nxi,j4+i=1n1xi4)(1i<j<nxi,j2+i=1n1xi2)2. f(x_1, x_2, \dots, x_{n-1}) := \lambda_{n+\ell-1} \left( \sum_{1 \le i < j < n} x_{i,j}^4 + \ell \sum_{i=1}^{n-1} x_i^4 \right) - \left( \sum_{1 \le i < j < n} x_{i,j}^2 + \ell \sum_{i=1}^{n-1} x_i^2 \right)^2.
If xj+xi,jxix_j + x_{i,j} \le x_i for 1i<j<n1 \le i < j < n, then
1i<j<nxi,j21i<j<n(xixj)2=(n1)i=1n1xi2(i=1n1xi)2.(13) \sum_{1 \le i < j < n} x_{i,j}^2 \le \sum_{1 \le i < j < n} (x_i - x_j)^2 = (n-1) \sum_{i=1}^{n-1} x_i^2 - \left( \sum_{i=1}^{n-1} x_i \right)^2. \quad (13)
Using (13) and applying the lemma with m=n+1m = n + \ell - 1, xi=0x_i = 0 for nin+1n \le i \le n + \ell - 1, we have
i=1n1fxi=4λn+1i=1n1xi34(1i<j<nxi,j2+i=1n1xi2)i=1n1xi4λn+1i=1n1xi34((n+1)i=1n1xi2(i=1n1xi)2)i=1n1xi0. \begin{aligned} \sum_{i=1}^{n-1} \frac{\partial f}{\partial x_i} &= 4\ell\lambda_{n+\ell-1} \sum_{i=1}^{n-1} x_i^3 - 4\ell \left( \sum_{1 \le i < j < n} x_{i,j}^2 + \ell \sum_{i=1}^{n-1} x_i^2 \right) \sum_{i=1}^{n-1} x_i \\ &\ge 4\ell\lambda_{n+\ell-1} \sum_{i=1}^{n-1} x_i^3 - 4\ell \left( (n+\ell-1) \sum_{i=1}^{n-1} x_i^2 - \left( \sum_{i=1}^{n-1} x_i \right)^2 \right) \sum_{i=1}^{n-1} x_i \ge 0. \end{aligned}
Let g(y)=f(x1,n+y,,xn1,n+y)g(y) = f(x_{1,n} + y, \dots, x_{n-1,n} + y). For yxn1,ny \ge -x_{n-1,n}, g(y)0g'(y) \ge 0. Therefore, g(0)g(xn1,n)g(0) \ge g(-x_{n-1,n}). We only need to consider the case where xn1,n=0x_{n-1,n} = 0.

When xn1,n=0x_{n-1,n} = 0, let
Ap:=1i<j<n1xi,jp,Bp:=i=1n2xi,n1p,Cp:=i=1n2xi,np,p{2,4}. A_p := \sum_{1 \le i < j < n-1} x_{i,j}^p, \quad B_p := \sum_{i=1}^{n-2} x_{i,n-1}^p, \quad C_p := \sum_{i=1}^{n-2} x_{i,n}^p, \quad p \in \{2, 4\}.
Then, (12) is equivalent to
λn+1(A4+B4+C4)(A2+B2+C2)2.(14) \lambda_{n+\ell-1}(A_4 + B_4 + \ell C_4) \ge (A_2 + B_2 + \ell C_2)^2. \quad (14)
By the induction hypothesis, P(n1,+1)0P(n-1, \ell+1) \ge 0, so
λn+1(A4+(+1)B4)(A2+(+1)B2)2,λn+1(A4+(+1)C4)(A2+(+1)C2)2. \begin{aligned} \lambda_{n+\ell-1}(A_4 + (\ell+1)B_4) &\ge (A_2 + (\ell+1)B_2)^2, \\ \lambda_{n+\ell-1}(A_4 + (\ell+1)C_4) &\ge (A_2 + (\ell+1)C_2)^2. \end{aligned}
Using these and the Cauchy-Schwarz inequality, we have
(A2+B2+C2)2=1(+1)2(A2+(+1)B2+(A2+(+1)C2))21+1((A2+(+1)B2)2+(A2+(+1)C2)2)1+1(λn+1(A4+(+1)B4)+λn+1(A4+(+1)C4))=λn+1(A4+B4+C4). \begin{aligned} (A_2 + B_2 + \ell C_2)^2 &= \frac{1}{(\ell+1)^2} (A_2 + (\ell+1)B_2 + \ell(A_2 + (\ell+1)C_2))^2 \\ &\le \frac{1}{\ell+1} ((A_2 + (\ell+1)B_2)^2 + \ell(A_2 + (\ell+1)C_2)^2) \\ &\le \frac{1}{\ell+1} (\lambda_{n+\ell-1}(A_4 + (\ell+1)B_4) + \ell\lambda_{n+\ell-1}(A_4 + (\ell+1)C_4)) \\ &= \lambda_{n+\ell-1}(A_4 + B_4 + \ell C_4). \end{aligned}
Thus, (14) holds, completing the induction. \square

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.