Olympiad Maths Prep

Track / Stage 7 / 244 of 300 #1644 of 2000

Problem 1644

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.6 Prove it

A sequence of positive integers a1,a2,a_1,a_2,\ldots satisfies an>an+1+an+2++a2nn+2016a_n > \frac{a_{n+1}+a_{n+2}+\ldots +a_{2n}}{n+2016} for all positive integers nn. Show that there exists a positive real CC such that an<Ca_n<C for all positive integers nn.

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

1. Define the minimum sequence: Let mn:=min{ak:kn} m_n := \min\{a_k : k \ge n\} for n=1,2, n = 1, 2, \ldots . We need to show that mn m_n is bounded.

2. Monotonicity and boundedness: Since mn m_n is a monotone increasing sequence of integers, it must eventually become constant. Let m m be this constant value from some point onward.

3. **Choose a large n n **: Take some an=m a_n = m for sufficiently large n n . Define M:=max{an+1,an+2,,a2n} M := \max\{a_{n+1}, a_{n+2}, \ldots, a_{2n}\} .

4. Apply the given inequality: From the problem statement, we have:
an>an+1+an+2++a2nn+2016 a_n > \frac{a_{n+1} + a_{n+2} + \ldots + a_{2n}}{n + 2016}
Substituting an=m a_n = m and noting that an+im a_{n+i} \ge m for i=1,2,,n i = 1, 2, \ldots, n , we get:
m>(n1)m+Mn+2016 m > \frac{(n-1)m + M}{n + 2016}

5. Simplify the inequality: Rearrange the inequality to solve for M M :
m(n+2016)>(n1)m+M m(n + 2016) > (n-1)m + M
mn+2016m>nmm+M mn + 2016m > nm - m + M
2016m+m>M 2016m + m > M
M<(2016+1)m M < (2016 + 1)m
M<2017m M < 2017m

6. **Contradiction if akm+1 a_k \ge m+1 **: Assume for contradiction that ajm+1 a_j \ge m + 1 for j=n+1,n+2,,2n j = n+1, n+2, \ldots, 2n . Then:
m=an>n(m+1)n+2016 m = a_n > \frac{n(m+1)}{n + 2016}
Simplifying this:
m(n+2016)>n(m+1) m(n + 2016) > n(m + 1)
mn+2016m>nm+n mn + 2016m > nm + n
2016m>n 2016m > n
This is false if we choose n>2016m n > 2016m . Hence, there must be some k{n+1,n+2,,2n} k \in \{n+1, n+2, \ldots, 2n\} such that ak=m a_k = m .

7. **Boundedness of mn m_n **: To show that mn m_n is bounded, assume for contradiction that mn m_n is unbounded. This means for any m m , there exists n n such that an=m a_n = m and an+i>m a_{n+i} > m for i=1,2, i = 1, 2, \ldots .

8. Minimum among larger indices: Let m+Δ m + \Delta be the minimum among a3n2,,a2n a_{\left\lfloor \frac{3n}{2} \right\rfloor}, \ldots, a_{2n} . Then:
m=an>n2(m+1)+n2(m+Δ)n+2016 m = a_n > \frac{\frac{n}{2}(m+1) + \frac{n}{2}(m+\Delta)}{n + 2016}
Simplifying:
m(n+2016)>n2(m+1)+n2(m+Δ) m(n + 2016) > \frac{n}{2}(m+1) + \frac{n}{2}(m+\Delta)
m(n+2016)>n2(2m+1+Δ) m(n + 2016) > \frac{n}{2}(2m + 1 + \Delta)
m(n+2016)>n(m+1+Δ2) m(n + 2016) > n(m + \frac{1 + \Delta}{2})
2m(n+2016)>n(2m+1+Δ) 2m(n + 2016) > n(2m + 1 + \Delta)
2mn+4032m>2mn+n+nΔ 2mn + 4032m > 2mn + n + n\Delta
4032m>n+nΔ 4032m > n + n\Delta
4032m>n(1+Δ) 4032m > n(1 + \Delta)
Δ<4032mnn \Delta < \frac{4032m - n}{n}
Δ<4032mn1 \Delta < \frac{4032m}{n} - 1

9. Contradiction: This implies m+Δ<m(1+4032n) m + \Delta < m \left(1 + \frac{4032}{n}\right) . Since n n can be made arbitrarily large, Δ \Delta can be made arbitrarily small, contradicting the assumption that mn m_n is unbounded.

Thus, mn m_n is bounded, and there exists a positive real C C such that an<C a_n < C for all positive integers n n .

\blacksquare

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