Erdős problem 1201
Is it true that for every there exists a such that the density of for which is at least , where is the greatest prime divisor of ? A short argument via the Matomäki-Radziwiłł theorem establishes the lower-density version.
Sources
FormalConjectures/ErdosProblems/
1201.lean
Retained formal statement
Is it true that for every there exists a such that the density of for which is at least (where is the greatest prime divisor of )?
True ↔ ∀ ε > 0, ∀ η > 0, ∃ k, Filter.liminf (fun x => ↑↑(Nat.count (Erdos1201.Erdos1201Set ε k) x) / ↑↑x) Filter.atTop ≥ 1 - ηOpenStatement only, no proof