Maths Olympiad Prep

Library / /144 of 397

Algebra Difficulty 5.5 AIME, harder Prove it Taiwan

An infinite sequence x1,x2,x_1, x_2, \dots has x1=1x_1 = 1, and for any positive integer kk,
x2k=xk,x2k1=(1)k+1xk. x_{2k} = -x_k, \quad x_{2k-1} = (-1)^{k+1}x_k.
Prove that for any positive integer nn, x1+x2++xn0x_1 + x_2 + \dots + x_n \ge 0.

Solution

Define Sn=i=1nxiS_n = \sum_{i=1}^n x_i。First observe that
x4k3=x4k2=x2k1 x_{4k-3} = -x_{4k-2} = x_{2k-1}
x4k1=x4k=x2k=xk x_{4k-1} = x_{4k} = -x_{2k} = x_k
We prove by mathematical induction on kk that for any i4ki \le 4k we have Si0S_i \ge 0. When k=1k=1,
x1=x2=x3=x4=1x_1 = -x_2 = x_3 = x_4 = 1, and the statement clearly holds.
Suppose it is known that for any i4ki \le 4k we have Si0S_i \ge 0, then
S4k+2=S4k+x4k+1+x4k+2=S4k0 S_{4k+2} = S_{4k} + x_{4k+1} + x_{4k+2} = S_{4k} \ge 0
S4k+4=i=1k+1((x4k3+x4k2)+(x4k1+x4k))=i=1k+1(0+2xi)=2Sk+10 S_{4k+4} = \sum_{i=1}^{k+1} ((x_{4k-3} + x_{4k-2}) + (x_{4k-1} + x_{4k})) = \sum_{i=1}^{k+1} (0 + 2x_i) = 2S_{k+1} \ge 0
S4k+3=S4k+2+S4k+420 S_{4k+3} = \frac{S_{4k+2} + S_{4k+4}}{2} \ge 0
We are only left with proving S4k+10S_{4k+1} \ge 0. When kk is even, since x4k+1=x2k+1=xk+1x_{4k+1} = x_{2k+1} = x_{k+1},
we have
S4k+1=S4k+x4k+1=2Sk+xk+1=Sk+Sk+10. S_{4k+1} = S_{4k} + x_{4k+1} = 2S_k + x_{k+1} = S_k + S_{k+1} \ge 0.
When kk is odd, since Sk0S_k \ge 0 and
Ski=1kxii=1k1k(mod2), S_k \equiv \sum_{i=1}^{k} x_i \equiv \sum_{i=1}^{k} 1 \equiv k \pmod{2},
we obtain Sk1S_k \ge 1. Thus
S4k+1=2Sk+xk+1210. S_{4k+1} = 2S_k + x_{k+1} \ge 2-1 \ge 0.
Therefore, by mathematical induction we know that for any positive integer ii, Si0S_i \ge 0 holds, which completes the proof!

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement translated into English from the original; metadata (topic, difficulty) added by this project.