Skip to content

Erdős problem 678

Write M(n,k)M(n, k) be the least common multiple of {n+1,,n+k}\{n+1, \dotsc, n+k\}. Let kk be sufficiently large. Are there infinitely many m,nm, n with mn+km \geq n + k such that M(n,k)>M(m,k+1) M(n, k) > M(m, k + 1) ? 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

Browse retained paths and inspect the exact material available for this Problem.

7 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

678.lean

Retained formal statement3 of 7

For a fixed sufficiently large kk only finitely many pairs occur: M(m,k+1)m+1M(m, k + 1) \geq m + 1 bounds mm by M(n,k)M(n, k), and for large nn the inequality reverses. So the question cannot be read as asking for infinitely many pairs at a single kk.

FormalConjectures/ErdosProblems/678.leanErdos678.erdos_678.variants.not_infinitely_many_pairs1 lineExact file
¬∀ᶠ (k : ℕ) in Filter.atTop, {(m, n) | n + kmFinset.lcmInterval m (k + 1) < Finset.lcmInterval n k}.Infinite
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page