Erdős Problem 43 #
Reference: erdosproblems.com/43
@[reducible, inline]
Let $f(N)$ be the maximum possible size of a Sidon set in $\{1,\ldots,N\}$.
Equations
- Erdos43.f N = (Finset.Icc 1 N).maxSidonSubsetCard
Instances For
If $A$ and $B$ are Sidon sets in $\{1,\ldots,N\}$ with $(A-A)\cap(B-B)=\{0\}$, is it true that $$\binom{\lvert A\rvert}{2}+\binom{\lvert B\rvert}{2}\leq\binom{f(N)}{2}+O(1)?$$
The answer is no; the Erdős Problems page notes that this follows from the solution to Erdős Problem 42.
If $A$ and $B$ are equal-sized Sidon sets in $\{1,\ldots,N\}$ with $(A-A)\cap(B-B)=\{0\}$, can the bound be improved to $$\binom{\lvert A\rvert}{2}+\binom{\lvert B\rvert}{2} \leq (1-c+o(1))\binom{f(N)}{2}$$ for some constant $c>0$?
The answer is no; the Erdős Problems page records a negative answer due to Barreto.