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
Is it true that, for every , the sequence is not well-distributed, if is the sequence of primes?
The answer is yes, by [APSSV26, Section 4]; a Lean formalisation is available in [Mo26].
True ↔ ∀ (α : ℝ), ¬Erdos997.IsWellDistributed fun n => Int.fract (α * ↑(Nat.nth Nat.Prime n))