Let $(a_m)$ be a sequence satisfying $a_n \geq 0$, $n=0,1,2,\ldots$ Suppose there exists $A >0$, $a_m - a_{m+1}$ $\geq A a_m ^2$ for all $m \geq 0$. Prove that there exists $B>0$ such that \begin{align*} a_n \le \frac{B}{n} \qquad \qquad \text{for }1 \le n \end{align*}
Problem
Source: Balkan MO ShortList 2008 A3
Tags:
07.04.2020 17:20
So the sequence is monotonically decreasing. So it clearly suffices to find $B$ such that $a_n \le \frac{B}{n}$ holds whenever $n=2^k$. By induction, we have \[a_{m+d} \le a_m-A(a_m^2+a_{m+1}^2+\dots+a_{m+d-1}^2) \le a_m-dAa_{m+d}^2,\]i.e. \[a_{m+d}(1+dAa_{m+d}) \le a_m.\]In particular, putting $m=d$ we have \[a_{2m}(1+mAa_{2m}) \le a_m.\]By rescaling the sequence appropriately, we may assume that $A=2$. Writing $b_n=2^na_{2^n}$ we conclude that \[b_{n+1}(1+b_{n+1}) \le 2b_n.\]Hence $b_{n+1} \le b_n$ for $b_{n+1} \ge 1$ and $b_{n+1}^2 \le b_n$ for $b_{n+1} \le 1$. We need to prove that the sequence $b_n$ is bounded. Indeed, assume that $b_n \le 1$ for some $n$, then $b_k \le 1$ for all $k \ge n$ and we are done. So we may suppose that $b_n > 1$ for all $n$. But then $b_{n+1} \le b_n$ for all $n$ and the sequence is decreasing, hence bounded.
07.09.2021 05:22
Tintarn wrote: So the sequence is monotonically decreasing. So it clearly suffices to find $B$ such that $a_n \le \frac{B}{n}$ holds whenever $n=2^k$. By induction, we have \[a_{m+d} \le a_m-A(a_m^2+a_{m+1}^2+\dots+a_{m+d-1}^2) \le a_m-dAa_{m+d}^2,\]i.e. \[a_{m+d}(1+dAa_{m+d}) \le a_m.\]In particular, putting $m=d$ we have \[a_{2m}(1+mAa_{2m}) \le a_m.\]By rescaling the sequence appropriately, we may assume that $A=2$. Writing $b_n=2^na_{2^n}$ we conclude that \[b_{n+1}(1+b_{n+1}) \le 2b_n.\]Hence $b_{n+1} \le b_n$ for $b_{n+1} \ge 1$ and $b_{n+1}^2 \le b_n$ for $b_{n+1} \le 1$. We need to prove that the sequence $b_n$ is bounded. Indeed, assume that $b_n \le 1$ for some $n$, then $b_k \le 1$ for all $k \ge n$ and we are done. So we may suppose that $b_n > 1$ for all $n$. But then $b_{n+1} \le b_n$ for all $n$ and the sequence is decreasing, hence bounded. Can u plz explain these 2 things - (1.) Why it suffices to prove it for $n=2^k$ (2.) And how can u assume $A=2$ ?