Let us call a set $S$ of integers sparse if for any four integers $a,b,c,d \in S$ such that $a
A certain kind of set of integers
-
0If the sparse sets have to be built iteratively, then the the $n^\text{th}$ distinct sparse set is the set of the first $n$ Fibonacci numbers, so it is at least true in that case. – 2017-01-05
2 Answers
Yes, it's true. It follows from (the finitary version of) Szemerédi's theorem: if a set $A\subseteq\mathbb N$ has positive upper density, then for every positive integer $k$ it contains an arithmetic progression of length $k;$ see Endre Szemerédi, On sets of integers containing no $k$ elements in arithmetic progression, Acta Arithmetica 27 (1975), 199–245. The case $k=4$ was proved earlier: Endre Szemerédi, On sets of integers containing no four elements in arithmetic progression, Acta Math. Acad. Sci. Hungar. 20 (1969), 89–104. (Of course, a "sparse" set contains no arithmetic progression of length $4.$)
Here's an explicit, tighter bound for the size of a sparse set. If $A\subseteq \{1,2,\ldots,n\}$ is sparse, then every pair of distinct elements of $A$ has a distinct sum. There are $\Theta(|A|^2)$ pairs of distinct elements, but only $O(n)$ different sums that they can have. By the pigeonhole principle we conclude that $|A|$ is $O(\sqrt{n})$, and hence $|A|/n$ is $O(1/\sqrt{n})$.
-
0Good, but since we're being explicit, why not just say $|A|\lt2\sqrt n$? – 2017-01-06