The Erdős-Turán Conjecture
From a series on Arithmetic Combinatorics.
The Erdős-Turán conjecture1 on arithmetic progressions states:
For a set $A$ of positive integers, if
then $A$ contains arbitrarily long arithmetic progressions.
In the literature, sets with a divergent sum of reciprocals are sometimes referred to as large or substantial sets. Only a sequence with a sufficiently dense tail could have divergent reciprocal sum; the conjecture states that you cannot construct such a sequence without necessarily including an arithmetic progression of every length. The contrapositive provides an upper bound for the density of sequences that do not contain arbitrary arithmetic progressions as they must be less dense than large sets.
As a combinatorial statement about arithmetic progressions, the conjecture is closely related to theorems of van der Waerden and Szemerédi. We will show that it is a strictly stronger version of Szemerédi’s theorem.
First, we sketch the prototype that inspires this proof. When you think of large sets, the first and most obvious example that comes to mind is the harmonic series:
The classic proof of this statement is due to Nicole Oresme, from 14th century France.
The trick has two parts: first grouping the elements into groups of size $2^{n-1}$, and then bounding each element in that group from below by $\frac{1}{2^n}$. The sum then reduces to one which obviously diverges. We can generalize this proof to other series by being clever about how we choose those components.
So far we have seen two measures of the density of a sequence of positive integers: whether its sum of reciprocals diverges, and whether it contains arithmetic progressions of arbitrary length. Here is a more intuitive notion of density used by Szeméredi.
If $A\subset\N$, then the upper density of $A$ is
It is the asymptote of the sequence of upper bounds on the density of $A$ in $\{1,\ldots,n\}$, as $n$ goes to infinity. Szeméredi’s theorem states that sets with positive $\bar{\delta}$ must contain arbitrarily long arithmetic progressions.
All sets with positive upper density are large.
Now we can state and bound our reciprocal sum as follows: $$\sum_{n\in A}\frac{1}{n}=\sum_{k=1}^\infty\sum_{n\in A\cap[N_{k-1},N_k)}\frac{1}{n} \geq\sum_{k=1}^\infty|A\cap[N_{k-1},N_k)|\frac{1}{N_k}$$ $$=\sum_{k=1}^\infty(\frac{\delta}{2}N_k - N_{k-1})\frac{1}{N_k} \geq\sum_{k=1}^\infty(\frac{\delta}{2}N_k - \frac{\delta}{4}N_k)\frac{1}{N_k} =\sum_{k=1}^\infty\frac{\delta}{4}\to\infty$$
This proof gives us a few examples of large sets, including that any arithmetic progression is large; $\{a_0+bn : n\in\N\}$ has upper density $^1\!/_b$ .
Moreover, large sets with upper density $0$ do exist; Euler showed that the set of primes is large, but the prime number theorem shows that $\bar{\delta}(\textbf{P})=0$. As such, the conjecture extends Szeméredi’s theorem to a larger class of sets.
There are also sets containing arbitrary arithmetic progressions which neither are large nor have positive upper density; you can see the construction of such a set in this exposition by Alex Rice which also includes related examples.
So, if the conjecture is true we have three nested classes, each of which has some elements not included in the others: sets with arbitrary arithmetic progressions $\supset$ large sets $\supset$ sets with positive upper density.
-
Not to be confused with the Erdős-Turán conjecture on additive bases, another tangentially related problem in arithmetic combinatorics ↩