Documentation

FormalConjectures.ErdosProblems.«387»

Erdős Problem 387 #

References:

theorem Erdos387.erdos_387 :
False ∃ (c : ), 0 < c ∀ (n k : ), 1 kk < n∃ (d : ), d Set.Ioc (c * n) n d n.choose k

Is there an absolute constant $c > 0$ such that, for all $1 \leq k < n$, the binomial coefficient $\binom{n}{k}$ has a divisor in $(cn, n]$?

Bui, Naprienko, Pratt, and Zaharescu [BNPZ26] answered this negatively.

theorem Erdos387.erdos_387.variants.schinzel :
sorry ∀ᶠ (k : ) in Filter.atTop, ¬IsPrimePow k∃ (n : ), i < k, ¬n - i n.choose k

The following is Schinzel's conjecture, which appears in [Gu04].

theorem Erdos387.erdos_387.variants.easy {n k : } (hn : 1 n) (hk : k n) :
∃ (d : ), d Set.Icc (n / k) n d n.choose k

It is easy to see that n.choose k has a divisor in [n / k, n].

theorem Erdos387.erdos_387.variants.guy :
False c < 1, ∀ᶠ (n : ) in Filter.atTop, ∀ (k : ), 1 kk < n∃ (d : ), d Set.Ioc (c * n) n d n.choose k

Is it true for any $c < 1$ and all $n$ sufficiently large, for all $1 \leq k < n$, $\binom{n}{k}$ has a divisor in $(cn, n]$?

This variant appears in [Gu04]. Bui, Naprienko, Pratt, and Zaharescu [BNPZ26] answered it negatively.