Erdős problem 1097
The main conjecture: for any finite set of integers with , the number of distinct common differences in three-term arithmetic progressions is .
Sources
FormalConjectures/ErdosProblems/
1097.lean
The main conjecture: for any finite set of integers with , the number of distinct common differences in three-term arithmetic progressions is .
This conjecture was resolved negatively by showing that the problem is exactly equivalent to Bourgain's sums-differences question [Bo99], which was introduced as an arithmetic path towards the Kakeya conjecture. Under this equivalence: - The greatest achievable exponent for this problem is equal to the smallest constant achievable for Bourgain's sums-differences question: - The prediction is disproved because the lower bound has been shown to satisfy (due to Zheng and AlphaEvolve [GGTW25], improving on Lemm [Le15]), which is strictly greater than . - The best known upper bound is (due to Katz and Tao [KaTa99]). - While the specific prediction is resolved negatively, the general question of determining the exact optimal exponent remains open.
False ↔ ∃ C > 0, ∀ (A : Finset ℤ), ↑(Erdos1097.CommonDifferencesThreeTermAP A).ncard ≤ C * ↑A.card ^ (3 / 2)