Erdős problem 400
Erdős and Graham write that it is easy to show that always, but the best possible constant is unknown.
Sources
FormalConjectures/ErdosProblems/
400.lean
Retained formal statement
Is it true that there is a constant such that for almost all we have ?
True ↔ ∀ k ≥ 2, ∃ c, ∀ ε > 0, Filter.Tendsto (fun x => ↑{n ∈ Finset.Icc 1 x | |↑(Erdos400.g k n) - c * Real.log ↑x| ≤ ε * Real.log ↑x}.card / ↑x) Filter.atTop (nhds 1)OpenStatement only, no proof