CombinatoricsDifficulty 8.7ShortlistProve itBaltic Way
For sets S and T consisting of positive real numbers, define S+T={s+t∣s∈S,t∈T} and S1={s1∣s∈S}. Define the sets A1,A2,A3,… recursively by A1={1} and An=i=1⋃n−1((Ai+An−i)∪(Ai1+An−i11)) for all integers n≥1. Prove that for all integers n≥1 we have 2n−1≤∣An∣≤8n.
Solution
Solution: We start with a lemma. Lemma. For any n, x∈An implies x1∈An. Proof. Induction. Case n=1 is clear. Now, if x=ai+an−i∈Ai+An−i⊂An, then ai1∈Ai and an−i1∈An−i, and thus x1∈Ai1+An−i11⊂An. Similarly if x=(ai1+an−i1)−1, then x1=ai1+an−i1∈Ai+An−i⊂An.□ Lower bound. We now prove that ∣An+1∣≥2∣An∣ for all n, which proves the lower bound. Let a denote the number of elements in An which are larger than or equal to 1 and let b denote the number of elements in An which are strictly larger than 1. Clearly a=b if 1∈/An and otherwise a=b+1.
First note that A1+An={1}+An⊂An+1, so An+1 contains at least a elements which are ≥2. Also note that for any an∈An for which an>1 we have 21<an+1:=11+an11<1 and an+1∈An. Thus, An+1 contains at least b elements in (21,1) and thus, by the lemma, at least b elements in (1,2). Therefore, An+1 has at least a+b elements greater than 1. By the lemma An+1 thus has at least 2(a+b) elements. If a=b, then 2∣An∣=4a=2(a+b)≤∣An+1∣ and if a=b+1, then 2∣An∣=2(2b+1)=2(a+b)≤∣An+1∣.
Upper bound. We then prove the upper bound. Define sn:=∣An∣, let cn:=n+11(n2n) be the n-th Catalan number, and bn:=2ncn−1. Then i=1∑n−1bibn−i=i=1∑n−12i⋅ci−1⋅2n−i⋅cn−2−(i−1)=2n⋅i=0∑n−2cic(n−2)−i=2n⋅cn−1=bn, where we used the well-known recursion formula for the Catalan numbers. We prove that sn<bn for all n, which certainly is enough since bn=n2n(n−12(n−1))<2n⋅22n=8n. The proof is by induction. The cases n≤4 may be checked by hand, as we have s1=1<2=b1,s2=2<4=b2,s3=4<16=b3,ands4=9<80=b4. We now assume n≥5. We have the trivial bound sn≤i=1∑⌊2n⌋2sisn−i.
s_n ≤∑i=1n−1 s_i sn−i.
Use the induction hypothesis to get
s_n ≤∑i=1n−1 s_i sn−i<∑i=1n−1 b_i bn−i = b_n. For$n$evenweneedmorecare.Notethat$∣An/2+An/2∣≤(2sn/2)+sn/2$and An/21+An/211≤(2sn/2)+sn/2. Therefore,for$n$evenwehave s_n ≤∑i=12n−1 2s_i sn−i+sn/22+sn/2=∑i=1n−1 s_i sn−i+sn/2. Wenownotethatfor$n≥6$wehave,bytheinductionhypothesis,$s3sn−3<(b3−1)bn−3$,andhence ∑i=1n−1 s_i sn−i+sn/2<∑i=1n−1 b_i bn−i−bn−3+bn/2≤∑i=1n−1 b_i bn−i = b_n, as Catalan numbers and also the bn are increasing, concluding 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 reproduced verbatim; metadata (topic, difficulty) added by this project.