Documentation

FormalConjectures.ErdosProblems.«387»

Erdős Problem 387 #

References:

theorem Erdos387.erdos_387 :
sorry ∃ (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 ≤ k < n, the binomial coefficient n.choose k has a divisor in (cn, n]?

theorem Erdos387.erdos_387.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.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.variant :
sorry 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 ≤ k < n, n.choose k has a divisor in (cn, n]? This is a variant of erdos_387 and appears in [Gu04].