Erdős Problem 44: Extending Sidon Sets #
Reference: erdosproblems.com/44
The maximum size of a Sidon set in {1, ..., N}
is less than or equal to 2 * √N
.
Erdős Problem 44: Let N ≥ 1 and A ⊆ {1,…,N}
be a Sidon set. Is it true that, for any ε > 0,
there exist M = M(ε) and B ⊆ {N+1,…,M}
such that A ∪ B ⊆ {1,…,M}
is a Sidon set
of size at least (1−ε)M^{1/2}
?
This problem asks whether any Sidon set can be extended to achieve a density arbitrarily close to the optimal density for Sidon sets.
Related results and examples #
The greedy construction gives a Sidon set of size approximately √N
.