Skip to content

Erdős problem 729

Let C>0C>0 be a constant. Are there infinitely many integers a,b,na,b,n with a+b>n+Clogna+b> n+C\log n such that the denominator of n!a!b!\frac{n!}{a!b!}contains only primes C1\ll_C 1?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

729.lean

Retained formal statement1 of 1

Let C>0C>0 be a constant. Are there infinitely many integers a,b,na,b,n with a+b>n+Clogna+b> n+C\log n such that the denominator of n!a!b!\frac{n!}{a!b!}contains only primes C1\ll_C 1?

Erdős [Er68c] proved that if a!b!n!a!b!\mid n! then a+bn+O(logn)a+b\leq n+O(\log n). This has been proved in the affirmative by Barreto and Leeham, using ChatGPT and Aristotle, with a modification of the argument used for [728].

FormalConjectures/ErdosProblems/729.leanErdos729.erdos_72910 linesExact file
TrueC > 0,K ≥ 3,      {(a, b, n) |          a > 0 ∧            b > 0 ∧              n > 0 ∧a + ↑b > ↑n + C * Real.logn                  ∀ (p : ℕ),                    Nat.Prime pp > KpadicValNat p (↑n.factorial / (↑a.factorial * ↑b.factorial)).den = 0}.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