The sequence a1,a2,a3,… satisfies a1=1, and for all n≥2, it holds that an={an−1+3ifn−1∈{a1,a2,…,,an−1};an−1+2otherwise. Prove that for all positive integers n, we have an<n⋅(1+2).
Dominik Burek (Poland) (also known as Burii)
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
To prove that for all positive integers n, we have an<n⋅(1+2), we will use induction and some properties of the sequence.
1. Base Case: For n=1: a1=1 We need to check if 1<1⋅(1+2): 1<1+2 Since 2≈1.414, it is clear that 1<2.414. Thus, the base case holds.
2. Inductive Step: Assume that for some k≥1, the inequality ak<k⋅(1+2) holds. We need to show that ak+1<(k+1)⋅(1+2).
By the definition of the sequence: ak+1={ak+3ak+2if k∈{a1,a2,…,ak}otherwise
We consider two cases:
- Case 1:k∈{a1,a2,…,ak} ak+1=ak+3 By the induction hypothesis: ak<k⋅(1+2) Therefore: ak+1=ak+3<k⋅(1+2)+3 We need to show: k⋅(1+2)+3<(k+1)⋅(1+2) Simplifying the right-hand side: (k+1)⋅(1+2)=k⋅(1+2)+(1+2) Thus, we need: k⋅(1+2)+3<k⋅(1+2)+1+2 Simplifying: 3<1+2 Since 2≈1.414, it is clear that 3<2.414, which is false. Therefore, this case does not hold.
- Case 2:k∈/{a1,a2,…,ak} ak+1=ak+2 By the induction hypothesis: ak<k⋅(1+2) Therefore: ak+1=ak+2<k⋅(1+2)+2 We need to show: k⋅(1+2)+2<(k+1)⋅(1+2) Simplifying the right-hand side: (k+1)⋅(1+2)=k⋅(1+2)+(1+2) Thus, we need: k⋅(1+2)+2<k⋅(1+2)+1+2 Simplifying: 2<1+2 Since 2≈1.414, it is clear that 2<2.414. Thus, this case holds.
Since the inductive step holds for both cases, by the principle of mathematical induction, the inequality an<n⋅(1+2) is true for all positive integers n.
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.