Back to Problems
erdos_158.isSidon'
Specification
Let `A` be an infinite Sidon set. Then `liminf |A ∩ {1, ..., N}| * N ^ (- 1 / 2) * (log N) ^ (1 / 2) < ∞`. This is proved in [ESS94].
Lean 4 Statement
theorem erdos_158.isSidon' {A : Set ℕ} (hAinf : A.Infinite) (hAsid : IsSidon A) :
liminf (fun N ↦ ENNReal.ofReal ((A ∩ .Iio N).ncard * N ^ (- 1 / 2 : ℝ) * log N ^ (1 / 2 : ℝ)))
atTop < ⊤
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.