Skip to content

Erdős problem 728

Whether there are infinitely many integers a,b,na, b, n with a,bεna, b \ge \varepsilon n such that a!b!a!\cdot b! divides n!(a+bn)!n!\cdot(a+b-n)! while a+ba+b exceeds nn by more than ClognC\cdot\log n.

Sources

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

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

728.lean

Retained formal statement1 of 1

Let ε\varepsilon be sufficiently small and C,C>0C, C' > 0. Are there integers a,b,na, b, n such that a,b>εna!b!n!(a+bn)!,a, b > \varepsilon n\quad a!\, b! \mid n!\, (a + b - n)!, and Clogn<a+bn<Clogn?C \log n < a + b - n < C' \log n ?

Note that the website currently displays a simpler (trivial) version of this problem because a+ba + b isn't assumed to be in the n+O(logn)n + O(\log n) regime.

Barreto and ChatGPT-5.2 have proved that, for any 0<C1<C20 < C_1 < C_2, there are infinitely many a,b,na, b, n with b=n/2b = n/2, a=n/2+O(logn)a = n/2 + O(\log n), and C1logn<a+bn<C2lognC_1 \log n < a + b - n < C_2 \log n such that a!b!n!(a+bn)!a! b! \mid n! (a + b - n)!

This appears to answer the question in the spirit it was intended.

This was formalized in Lean by Alexeev using Aristotle.

FormalConjectures/ErdosProblems/728.leanErdos728.erdos_72810 linesExact file
True  ∀ᶠ (ε : ℝ) in nhdsWithin 0 (Set.Ioi 0),C > 0,C' > C,a b n,          0 < n            ε * ↑n < ↑a              ε * ↑n < ↑b                a.factorial * b.factorialn.factorial * (a + b - n).factoriala + ↑b > ↑n + C * Real.logn ∧ ↑a + ↑b < ↑n + C' * Real.logn
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