1. Define the minimum sequence: Let mn:=min{ak:k≥n} for n=1,2,…. We need to show that mn is bounded.
2. Monotonicity and boundedness: Since mn is a monotone increasing sequence of integers, it must eventually become constant. Let m be this constant value from some point onward.
3. **Choose a large n**: Take some an=m for sufficiently large n. Define M:=max{an+1,an+2,…,a2n}.
4. Apply the given inequality: From the problem statement, we have:
an>n+2016an+1+an+2+…+a2n
Substituting an=m and noting that an+i≥m for i=1,2,…,n, we get:
m>n+2016(n−1)m+M
5. Simplify the inequality: Rearrange the inequality to solve for M:
m(n+2016)>(n−1)m+M
mn+2016m>nm−m+M
2016m+m>M
M<(2016+1)m
M<2017m
6. **Contradiction if ak≥m+1**: Assume for contradiction that aj≥m+1 for j=n+1,n+2,…,2n. Then:
m=an>n+2016n(m+1)
Simplifying this:
m(n+2016)>n(m+1)
mn+2016m>nm+n
2016m>n
This is false if we choose n>2016m. Hence, there must be some k∈{n+1,n+2,…,2n} such that ak=m.
7. **Boundedness of mn**: To show that mn is bounded, assume for contradiction that mn is unbounded. This means for any m, there exists n such that an=m and an+i>m for i=1,2,….
8. Minimum among larger indices: Let m+Δ be the minimum among a⌊23n⌋,…,a2n. Then:
m=an>n+20162n(m+1)+2n(m+Δ)
Simplifying:
m(n+2016)>2n(m+1)+2n(m+Δ)
m(n+2016)>2n(2m+1+Δ)
m(n+2016)>n(m+21+Δ)
2m(n+2016)>n(2m+1+Δ)
2mn+4032m>2mn+n+nΔ
4032m>n+nΔ
4032m>n(1+Δ)
Δ<n4032m−n
Δ<n4032m−1
9. Contradiction: This implies m+Δ<m(1+n4032). Since n can be made arbitrarily large, Δ can be made arbitrarily small, contradicting the assumption that mn is unbounded.
Thus, mn is bounded, and there exists a positive real C such that an<C for all positive integers n.
■