Documentation

FormalConjectures.ErdosProblems.«683»

Erdős Problem 683 #

References:

def Erdos683.P (n k : ) :

Let $P(n, k)$ be the largest prime factor of $\binom{n}{k}$.

Equations
Instances For
    theorem Erdos683.erdos_683 :
    True c > 0, ∀ (n k : ), 0 < k k < n(P n k) > min (n - k + 1) (k ^ (1 + c))

    There exists $c > 0$ such that $P(n, k) > \min\{n-k+1, k^{1 + c}\}$ for all $0 < k < n$.}

    theorem Erdos683.erdos_683.variant.sylvester_schur (n k : ) :
    0 < k k n / 2P n k > k

    Sylvester and Schur [Er34] proved that $P(n, k) > k$ for $k \le n/2$.

    theorem Erdos683.erdos_683.variant.erdos_log :
    c > 0, ∀ (n k : ), 0 < k k n / 2(P n k) > c * k * Real.log k

    Erdos [Er55d] improved this to $P(n, k) \gg k \log k $ for $k \le n/2$.

    theorem Erdos683.erdos_683.variant.exp_sqrt :
    c > 0, ∀ (n k : ), 0 < k k n / 2(P n k) > Real.exp (c * k)

    Standard heuristics suggest that $P(n, k) > e^{c\sqrt{k}}$ for some constant $c > 0$.