Erdős problem 450
How large must be so that every interval contains at most integers having a divisor in ? The candidate proof gives the sharp fixed- order , uniformly in the translate.
Sources
FormalConjectures/ErdosProblems/
450.lean
Retained formal statement
How large must be such that the number of integers in with a divisor in is at most ?
A linear scale is known to suffice (see erdos_450.linear_scale_suffices). Whether the optimal scale is *sublinear* — a sufficient Y with Y ε n = o(n) — is open.
True ↔ ∃ Y, Erdos450.IsSufficientScale Y ∧ ∀ (ε : ℝ), 0 < ε → Filter.Tendsto (fun n => ↑(Y ε n) / ↑n) Filter.atTop (nhds 0)OpenStatement only, no proof