Erdős problem 355
Is there a lacunary sequence (so that and there exists some such that for all ) such that contain all rationals in some open interval?
Sources
FormalConjectures/ErdosProblems/
355.lean
Retained formal statement
Is there a lacunary sequence (so that and there exists some such that for all ) such that contain all rationals in some open interval?
Bleicher and Erdős conjectured the answer is no.
In fact the answer is yes, with any lacunarity constant (though not ), as proved by van Doorn and Kovač [DoKo25].
This was formalized in Lean by van Doorn using Aristotle.
True ↔ ∃ A, IsLacunary A ∧ ∃ u v, u < v ∧ ∀ (q : ℚ), ↑q ∈ Set.Ioo u v → q ∈ {x | ∃ A', ∃ (_ : ↑A' ⊆ Set.range A), ∑ a ∈ A', 1 / ↑a = x}