Erdős problem 42
Erdős Problem 42: Let M ≥ 1 and N be sufficiently large in terms of M. Is it true that for every maximal Sidon set A ⊆ {1,…,N} there is another Sidon set B ⊆ {1,…,N} of size M such that (A - A) ∩ (B - B) = {0}?
Sources
FormalConjectures/ErdosProblems/
42.lean
Retained formal statement
For any maximal Sidon set, the difference set contains 0.
∀ (A : Set ℕ) (N : ℕ), 1 ≤ N → A.IsMaximalSidonSetIn N → 0 ∈ A - ATextbookStatement only, no proof