Erdős problem 865
There exists a constant such that, for all large , if has size at least then there are distinct such that .
Sources
FormalConjectures/ErdosProblems/
865.lean
Retained formal statement
Erdős and Sós conjectured that , where is the minimal size of a subset of guaranteeing elements have all pairwise sums in the set.
∀ (k : ℕ), 2 ≤ k → Asymptotics.IsEquivalent Filter.atTop (fun N => ↑(Erdos865.f N k)) fun N => 1 / 2 * (1 + ∑ r ∈ Finset.Icc 1 (k - 2), (1 / 4) ^ r) * ↑NOpenStatement only, no proof