Erdős problem 997
Is it true that, for every , the sequence is not well-distributed, if is the sequence of primes?
Sources
FormalConjectures/ErdosProblems/
997.lean
Retained formal statement
Erdős proved that, if is a lacunary sequence, then the sequence is not well-distributed for almost all .
∀ (n : ℕ → ℕ), IsLacunary n → ∀ᵐ (α : ℝ), ¬Erdos997.IsWellDistributed fun k => Int.fract (α * ↑(n k))SolvedStatement only, no proof