Erdős problem 678
Write be the least common multiple of . Let be sufficiently large. Are there infinitely many with such that ? The answer is yes, as proved in a strong form by Cambie [Ca24]. [Ca24] S. Cambie, Resolution of an Erdős' problem on least common multiples. arXiv:2410.09138 (2024).
Sources
FormalConjectures/ErdosProblems/
678.lean
Retained formal statement
For a fixed sufficiently large only finitely many pairs occur: bounds by , and for large the inequality reverses. So the question cannot be read as asking for infinitely many pairs at a single .
¬∀ᶠ (k : ℕ) in Filter.atTop, {(m, n) | n + k ≤ m ∧ Finset.lcmInterval m (k + 1) < Finset.lcmInterval n k}.Infinite