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
Retained formal statement
A trivial lower bound: for sufficiently large n there exist sets with that contain at least distinct common differences of three-term arithmetic progressions.
∃ c > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ∃ A, A.card = n ∧ c * ↑n ≤ ↑(Erdos1097.CommonDifferencesThreeTermAP A).ncardTextbookStatement only, no proof