Let n and k be positive integers. Prove that for a1,…,an∈[1,2k] one has i=1∑na12+⋯+ai2ai≤4kn.
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
To prove the inequality i=1∑na12+⋯+ai2ai≤4kn, we will proceed with the following steps:
1. Initial Setup and Assumptions: Let f(a1,…,an)=∑i=1na12+⋯+ai2ai. We claim that if ai>ai+1, then swapping ai and ai+1 will increase the value of f.
2. Proof of the Claim: Let m=a12+⋯+ai−12. We need to show that: m+ai+12ai+1+m+ai+12+ai2ai>m+ai2ai+m+ai2+ai+12ai+1. This can be rewritten as: ai+1m+ai+121−m+ai2+ai+121>aim+ai21−m+ai2+ai+121. Simplifying further, we get: m+ai+12(m+ai+12+m+ai2+ai+12)ai+1ai2>m+ai2(m+ai2+m+ai2+ai+12)aiai+12. This inequality holds because ai>ai+1. Hence, the claim is proved. ■
3. Reduction to Ordered Sequence: By the above claim, it suffices to consider the case when 1=a1≤a2≤⋯≤an=2k.
4. Transformation to Trigonometric Form: Let a2=tanθ2 and ai=(j=1∏i−1secθj)⋅tanθi. The conditions translate to: ⎩⎨⎧tanθ2≥1,tanθ3≥sinθ2,…tanθn≥sinθn−1,secθ2secθ3…secθn−1tanθn≤2k.
5. Simplification Using Trigonometric Identities: We use the sum-to-product and product-to-sum identities to show that if θi>θj and we replace (θi,θj) with (θi−x,θj+x) such that θi−x>θj+x, the value of f increases.
6. Final Bound Calculation: We now mix the variables without violating the conditions. After finitely many refinements, we achieve the state where the sequence is of the form: i times1,…,1,a,a(ia2+1)21,a(ia2+1),…,a(ia2+1)2m,j times2k,…,2k.
7. Integral Approximation: Using integral approximation, we get: p=1∑ia12+⋯+ap2ap+p=i+m+2∑i+m+1+ja12+⋯+ap2ap<∫1ix1dx+∫2j+1x1dx≤2i+2j−2<8(i+j)−2.
8. Combining Bounds: Combining all these bounds, we have: i=1∑na12+⋯+ai2ai≤8(i+j)+2ln2km≤16(i+j)+4ln2km≤4k(i+j+m+1)=4kn.
Thus, the inequality is proved.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.