Olympiad Maths Prep

Track / Stage 8 / 28 of 180 #1728 of 2000

Problem 1728

IMO Shortlist mid-range; USAMO P2/P5
Algebra Difficulty 8.1 Prove it Team Selection Test for EGMO 2024 · Turkey · 2024

Let (an)n=1(a_n)_{n=1}^{\infty} be a strictly increasing sequence of positive real numbers such that the inequality
an(an2an1)+an1(an12an2)0 a_n(a_n - 2a_{n-1}) + a_{n-1}(a_{n-1} - 2a_{n-2}) \ge 0
holds for all n3n \ge 3. Prove that for all n2n \ge 2 the inequality
anan1+an2++a1 a_n \ge a_{n-1} + a_{n-2} + \dots + a_1
holds as well.

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 solutions — 2

Solution 1

Rearranging the condition, we obtain (anan1)22an1an2(a_n - a_{n-1})^2 \ge 2a_{n-1}a_{n-2} and since the sequence is increasing we have anan1+2an1an2a_n \ge a_{n-1} + \sqrt{2a_{n-1}a_{n-2}}. The inequality will be proved by induction over nn.

For the base cases n=2,3n=2,3 using the monotonicity we have a2a1a_2 \ge a_1 and a3a2+2a2a1>a2+a1a_3 \ge a_2 + \sqrt{2a_2a_1} > a_2 + a_1.

Assume that the assertion is true for 2,,n12, \dots, n-1. There are two possible cases:

If an1<2an2a_{n-1} < 2a_{n-2}, then we have anan1+2an1an22an1a_n \ge a_{n-1} + \sqrt{2a_{n-1}a_{n-2}} \ge 2a_{n-1} and from the induction hypothesis we obtain an2an1a_n \ge 2a_{n-1} \ge
an1+an2++a1. a_{n-1} + a_{n-2} + \dots + a_1.
If an12an2a_{n-1} \ge 2a_{n-2}, then we have anan1+2an1an2an1+2an2a_n \ge a_{n-1} + \sqrt{2a_{n-1}a_{n-2}} \ge a_{n-1} + 2a_{n-2} and from the induction hypothesis we obtain anan1+2an2an1+an2++a1a_n \ge a_{n-1} + 2a_{n-2} \ge a_{n-1} + a_{n-2} + \dots + a_1.

We are done.

Solution 2

We will again use induction. Cases n=2,3n=2,3 are covered in Solution 1. Assume that the assertion is true for n=1,2,,kn=1,2,\dots,k, we will prove that it is true for n=k+1n=k+1. On the contrary, assume that ak+1<a1++aka_{k+1} < a_1 + \dots + a_k. Then, we have a1++ak1>ak+1aka_1 + \dots + a_{k-1} > a_{k+1} - a_k. Since both sides are positive, we can take squares and use the problem condition to get
(a1++ak1)2>(ak+1ak)22akak1 (a_1 + \dots + a_{k-1})^2 > (a_{k+1} - a_k)^2 \ge 2a_k a_{k-1}
From the inductive hypothesis we know that aka1++ak1a_k \ge a_1 + \dots + a_{k-1}. Combining last two inequalities we get
a1++ak1>2ak1 or a1++ak2>ak1, a_1 + \dots + a_{k-1} > 2a_{k-1} \text{ or } a_1 + \dots + a_{k-2} > a_{k-1},
which contradicts to the inductive hypothesis. Thus,
ak+1a1++ak. a_{k+1} \ge a_1 + \dots + a_k.

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