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 \le \sum_{i=1}^{n-1} s_i s_{n-i}.
Usetheinductionhypothesistoget
s_n \le \sum_{i=1}^{n-1} s_i s_{n-i} < \sum_{i=1}^{n-1} b_i b_{n-i} = b_n.
For $n$ even we need more care. Note that $|A_{n/2} + A_{n/2}| \le \binom{s_{n/2}}{2} + s_{n/2}$ and
\left| \frac{1}{\frac{1}{A_{n/2}} + \frac{1}{A_{n/2}}} \right| \le \binom{s_{n/2}}{2} + s_{n/2}.
Therefore, for $n$ even we have
s_n \le \sum_{i=1}^{\frac{n}{2}-1} 2s_i s_{n-i} + s_{n/2}^2 + s_{n/2} = \sum_{i=1}^{n-1} s_i s_{n-i} + s_{n/2}.
We now note that for $n \ge 6$ we have, by the induction hypothesis, $s_3 s_{n-3} < (b_3 - 1) b_{n-3}$, and hence
\sum_{i=1}^{n-1} s_i s_{n-i} + s_{n/2} < \sum_{i=1}^{n-1} b_i b_{n-i} - b_{n-3} + b_{n/2} \le \sum_{i=1}^{n-1} b_i b_{n-i} = b_n,
as Catalan numbers and also the bn are increasing, concluding the proof.