IMO 1982 Q3 #
Consider infinite sequences $\{x_n\}$ of positive reals such that $x_0 = 1$ and $x_0 \ge x_1 \ge x_2 \ge \ldots$
a) Prove that for every such sequence there is an $n \ge 1$ such that:
$$\frac{x_0^2}{x_1} + \ldots + \frac{x_{n-1}^2}{x_n} \ge 3.999$$
b) Find such a sequence such that for all $n$:
$$\frac{x_0^2}{x_1} + \ldots + \frac{x_{n-1}^2}{x_n} < 4$$
The solution is based on Solution 1 from the Art of Problem Solving website. For part a, we use Sedrakyan's lemma to show the sum is bounded below by $\frac{4n}{n + 1}$, which can be made arbitrarily close to $4$ by taking large $n$. For part b, we show the sequence $x_n = 2^{-n}$ satisfies the desired inequality.
x n
is at most the average of all previous terms in the sequence.
This is expressed here with ∑ k ∈ range n, x k
added to both sides.