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
A translate-uniform linear scale suffices: there is a sufficient window length Y with Y ε n ≤ C(ε) · n. This is an upper bound on the optimal scale, not the exact threshold asked for in erdos_450.
∃ Y, (∀ (ε : ℝ), 0 < ε → ∃ C, ∀ (n : ℕ), ↑(Y ε n) ≤ C * ↑n) ∧ Erdos450.IsSufficientScale Y