Erdős problem 818
Let be a finite set of integers such that . Is it true that for some constant ?
Sources
FormalConjectures/ErdosProblems/
818.lean
Retained formal statement
This was proved by Solymosi [So09d], in the strong form
∀ (K : ℝ), 0 < K → ∃ c, 0 < c ∧ ∀ (A : Finset ℤ), 2 ≤ A.card → ↑(A + A).card ≤ K * ↑A.card → c * ↑A.card ^ 2 / Real.log ↑A.card ≤ ↑(A * A).cardSolvedStatement only, no proof