Erdős Problem 158 #
References:
- erdosproblems.com/158
- [ESS94] Erdős, P. and Sárközy, A. and Sós, T., On Sum Sets of Sidon Sets, I. Journal of Number Theory (1994), 329-347.
A set A ⊆ ℕ is said to be a B₂[g] set if for all n, the equation
a + a' = n, a ≤ a', a, a' ∈ A has at most g solutions. This is defined in [ESS94].
Equations
Instances For
theorem
Erdos158.erdos_158.variants.isSidon'
{A : Set ℕ}
(hAinf : A.Infinite)
(hAsid : IsSidon A)
:
Filter.liminf (fun (N : ℕ) => ENNReal.ofReal (↑(A ∩ Set.Iio N).ncard * ↑N ^ (-1 / 2) * Real.log ↑N ^ (1 / 2)))
Filter.atTop < ⊤
Let A be an infinite Sidon set. Then
liminf |A ∩ {1, ..., N}| * N ^ (- 1 / 2) * (log N) ^ (1 / 2) < ∞. This is proved in [ESS94].