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
It is a classical folklore fact that if has size then there are distinct such that , which establishes the case.
∀ (N : ℕ), ∀ A ⊆ Finset.Icc 1 (2 * N), A.card ≥ N + 2 → ∃ a ∈ A, ∃ b ∈ A, a ≠ b ∧ a + b ∈ ASolvedStatement only, no proof