1. Define the sequence transformation:
Let bn=an1. Then, the given recurrence relation for an transforms as follows:
an+1=an2−an+1an2
implies
an+11=an2an2−an+1
which simplifies to
bn+1=an2an2−an+1=1−an2an−1=1−an1+an21=bn2−bn+1.
2. Simplify the recurrence relation:
We have
bn+1=bn2−bn+1.
Consider the transformation:
bn−1bn+1−1=bn.
3. Telescoping product:
Multiplying these relations for n=1,2,…,k, we get:
i=1∏kbi−1bi+1−1=i=1∏kbi.
This simplifies to:
bk+1−1=b1b2⋯bk(b1−1).
4. **Express bn1:**
From the above, we have:
bn+1=b1b2⋯bn+1.
Therefore,
bn1=b1b2⋯bn−11−b1b2⋯bn1.
5. Telescoping sum:
Summing the above expression from n=1 to n=k, we get:
i=1∑kbi1=(b11−b1b21)+(b1b21−b1b2b31)+⋯+(b1b2⋯bk−11−b1b2⋯bk1).
This telescopes to:
i=1∑kbi1=1−b1b2⋯bk1.
6. Conclusion:
Since b1=2 (because a1=21), we have:
i=1∑nai=i=1∑nbi1=1−b1b2⋯bn1.
Since bi>1 for all i, it follows that b1b2⋯bn>1, and thus:
i=1∑nai<1.
Therefore, we have proved that for every positive integer n:
a1+a2+⋯+an<1.
■