Sequence of real numbers a0,a1,…,a1389 are called concave if for each 0<i<1389, ai≥2ai−1+ai+1. Find the largest c such that for every concave sequence of non-negative real numbers: i=0∑1389iai2≥ci=0∑1389ai2
Official solution
To solve the problem, we need to find the largest constant c such that for every concave sequence of non-negative real numbers a0,a1,…,a1389, the following inequality holds: i=0∑1389iai2≥ci=0∑1389ai2.
1. Lemma: If a,b,c≥d>0 and 2c≥a+b, then 2c2−d2≥a2−d2+b2−d2.
Proof: Since the inequality is homogeneous, we can set d=1 without loss of generality. We need to prove: 2(2a+b)2−1≥a2−1+b2−1. Squaring both sides, we get: 4((2a+b)2−1)≥(a2−1+b2−1)2. Simplifying, we need to show: (a+b)2−4≥a2−1+b2−1+2(a2−1)(b2−1). This reduces to: ab−1≥(a2−1)(b2−1). This can be seen due to Aczel's inequality. Note that a,b>1.
2. Sum Identities: i=0∑ni=2n(n+1),i=0∑ni2=6n(n+1)(2n+1),i=0∑ni3=(2n(n+1))2.
3. Main Problem: We will prove the problem for c=cn=2(2n+1)n(n−1). The equality case is ai=n−i.
Define: S=i=0∑niai2−cni=0∑nai2. If we rearrange the ai's such that a0≥a1≥⋯≥an, the RHS remains the same, but the LHS decreases. Thus, we can assume a0≥a1≥⋯≥an.
4. Transformation: Set ai→ai2−an2. It is clear that: S→S−(2n(n+1)−c)an2≤S. By the lemma, the new ai's are still concave. Thus, we can assume an=0.
5. Rearrangement: Set xi=an−i. We need to prove: T=dni=1∑nxi2−i=1∑nixi2≥0, where dn=2(2n+1)3n(n+1). Note that the sequence xi is still concave and 2x1≥x2.
6. Monotonicity: We prove that ixi≥i+1xi+1. Let k be the smallest number such that this is not true. Then: 2kxk≥k(xk+1+xk−1)≥(k+1)xk+kxk−1⇒k−1xk−1≥kxk, which is a contradiction. Call such a sequence "nice".
7. Induction: We will prove T≥0 for all "nice" sequences xi by induction on n. The base case is clear.
8. Splitting: Let k be the smallest number such that xk<kx1. Define: A=dni=1∑k−1xi2−i=1∑k−1ixi2,B=dni=k∑nxi2−i=k∑nixi2. Since dn>dn−1, it is clear that A≥0. If B≥0, then T=A+B≥0 and we are done. Otherwise, let B<0.
9. Scaling: Set xk,…,xn→axk,…,axn where a=xkk>1. We can see that: T′=A+a2B<A+B=T. The sequence being nice, one can easily conclude the new sequence defined as x1,…,xk−1,axk,…axn is nice as well.
10. Conclusion: Either the process stops when B≥0, proving T≥0, or we reach the point where ai=ia1. At this point, using the sum identities, we get T=0, so the initial T was also nonnegative. Thus, we are done.
The final answer is 2⋅(2⋅1389+1)1389⋅1388.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.