Erdős problem 387
Is there an absolute constant such that, for all , the binomial coefficient has a divisor in ?
Sources
FormalConjectures/ErdosProblems/
387.lean
Retained formal statement
Is it true for any and all sufficiently large, for all , has a divisor in ?
This variant appears in [Gu04]. Bui, Naprienko, Pratt, and Zaharescu [BNPZ26] answered it negatively.
False ↔ ∀ c < 1, ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (k : ℕ), 1 ≤ k → k < n → ∃ d, ↑d ∈ Set.Ioc (c * ↑n) ↑n ∧ d ∣ n.choose kSolvedStatement only, no proof