Skip to content

Erdős problem 43

If Sidon sets A,B{1,,N}A, B \subseteq \{1, \dots, N\} satisfy (AA)(BB)={0}(A-A) \cap (B-B) = \{0\}, must (A2)+(B2)(f(N)2)+O(1)\binom{|A|}{2} + \binom{|B|}{2} \le \binom{f(N)}{2} + O(1), where f(N)f(N) is the largest Sidon-set size in [N][N] - and can the bound be improved by a fixed proportion when A=B|A| = |B|?

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

43.lean

Retained formal statement1 of 2

If AA and BB are Sidon sets in {1,,N}\{1,\ldots,N\} with (AA)(BB)={0}(A-A)\cap(B-B)=\{0\}, is it true that (A2)+(B2)(f(N)2)+O(1)?\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.

FormalConjectures/ErdosProblems/43.leanErdos43.erdos_43.parts.i9 linesExact file
FalseC,    ∀ᶠ (N : ℕ) in Filter.atTop,      ∀ (A B : Finset ℕ),        AFinset.Icc 1 N          BFinset.Icc 1 N            IsSidonA              IsSidonB                (A - A) ∩ (B - B) = {0} → ↑(A.card.choose 2 + B.card.choose 2) ≤ ↑((Erdos43.f N).choose 2) + C
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page