Olympiad Maths Prep

Track / Stage 8 / 114 of 180 #1814 of 2000

Problem 1814

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

Let (am)(a_m) be a sequence satisfying an0a_n \geq 0, n=0,1,2,n=0,1,2,\ldots Suppose there exists A>0A >0, amam+1a_m - a_{m+1} Aam2\geq A a_m ^2 for all m0m \geq 0. Prove that there exists B>0B>0 such that
\begin{align*} a_n \le \frac{B}{n} \qquad \qquad \text{for }1 \le n \end{align*}

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

To address the problem, we need to prove that there exists a constant B>0 B > 0 such that anBn a_n \leq \frac{B}{n} for all n1 n \geq 1 . Let's break down the solution step-by-step and address the two specific questions.

1. **Why it suffices to prove it for n=2k n = 2^k :**

The idea is to use a subsequence of the original sequence to simplify the problem. If we can show that a2kB2k a_{2^k} \leq \frac{B}{2^k} for all k k , then we can extend this result to all n n by using the fact that the sequence (an) (a_n) is monotonically decreasing.

Specifically, if a2kB2k a_{2^k} \leq \frac{B}{2^k} for all k k , then for any n n such that 2kn<2k+1 2^k \leq n < 2^{k+1} , we have:
ana2kB2kBn a_n \leq a_{2^k} \leq \frac{B}{2^k} \leq \frac{B}{n}
because 2kn 2^k \leq n implies 12k1n \frac{1}{2^k} \leq \frac{1}{n} .

2. **How can we assume A=2 A = 2 :**

The assumption A=2 A = 2 is a rescaling argument. We can rescale the sequence (an) (a_n) by a constant factor to simplify the inequality. Specifically, if we let A A be any positive constant, we can define a new sequence (bn) (b_n) such that bn=Aan b_n = \sqrt{A} a_n . Then the inequality amam+1Aam2 a_m - a_{m+1} \geq A a_m^2 transforms into:
bmbm+12bm2 b_m - b_{m+1} \geq 2 b_m^2
by choosing the constant factor appropriately. This allows us to work with the simpler case A=2 A = 2 .

Now, let's proceed with the detailed solution:

1. Monotonicity and initial setup:

Given an0 a_n \geq 0 and amam+1Aam2 a_m - a_{m+1} \geq A a_m^2 , we know that the sequence (an) (a_n) is monotonically decreasing. We aim to show that anBn a_n \leq \frac{B}{n} for some constant B>0 B > 0 .

2. **Induction and bounding a2k a_{2^k} :**

We use induction to show that a2kB2k a_{2^k} \leq \frac{B}{2^k} for all k k . Assume A=2 A = 2 for simplicity. Define bn=2na2n b_n = 2^n a_{2^n} . We need to show that bn b_n is bounded.

3. Inequality transformation:

From the given inequality, we have:
am+damAi=0d1am+i2 a_{m+d} \leq a_m - A \sum_{i=0}^{d-1} a_{m+i}^2
For d=m d = m , this becomes:
a2mamAi=0m1am+i2 a_{2m} \leq a_m - A \sum_{i=0}^{m-1} a_{m+i}^2
Using the rescaled sequence bn=2na2n b_n = 2^n a_{2^n} , we get:
bn+1(1+bn+1)2bn b_{n+1}(1 + b_{n+1}) \leq 2 b_n

4. **Bounding bn b_n :**

We analyze the behavior of bn b_n :
- If bn+11 b_{n+1} \geq 1 , then bn+1bn b_{n+1} \leq b_n .
- If bn+11 b_{n+1} \leq 1 , then bn+12bn b_{n+1}^2 \leq b_n .

In both cases, bn b_n is non-increasing and hence bounded.

5. Conclusion:

Since bn b_n is bounded, there exists a constant C C such that bnC b_n \leq C for all n n . Therefore, 2na2nC 2^n a_{2^n} \leq C , which implies:
a2nC2n a_{2^n} \leq \frac{C}{2^n}
For any n n , we have 2kn<2k+1 2^k \leq n < 2^{k+1} for some k k , and thus:
ana2kC2kCn a_n \leq a_{2^k} \leq \frac{C}{2^k} \leq \frac{C}{n}
Hence, we can choose B=C B = C to satisfy anBn a_n \leq \frac{B}{n} for all n n .

The final answer is anBn \boxed{a_n \leq \frac{B}{n}}

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