Erdős problem 729
Let be a constant. Are there infinitely many integers with such that the denominator of contains only primes ?
Sources
FormalConjectures/ErdosProblems/
729.lean
Retained formal statement
Let be a constant. Are there infinitely many integers with such that the denominator of contains only primes ?
Erdős [Er68c] proved that if then . This has been proved in the affirmative by Barreto and Leeham, using ChatGPT and Aristotle, with a modification of the argument used for [728].
True ↔ ∀ C > 0, ∃ K ≥ 3, {(a, b, n) | a > 0 ∧ b > 0 ∧ n > 0 ∧ ↑a + ↑b > ↑n + C * Real.log ↑n ∧ ∀ (p : ℕ), Nat.Prime p → p > K → padicValNat p (↑n.factorial / (↑a.factorial * ↑b.factorial)).den = 0}.Infinite