Documentation

FormalConjectures.ErdosProblems.«400»

Erdős Problem 400 #

Reference: erdosproblems.com/400

noncomputable def Erdos400.g (k n : ) :

For any $k\geq 2$ let $g_k(n)$ denote the maximum value of $(a_1+\cdots+a_k)-n$ where $a_1,\ldots,a_k$ are integers such that $a_1!\cdots a_k! \mid n!$.

Equations
Instances For
    theorem Erdos400.erdos_400.parts.i :
    True k2, ∃ (c : ), Asymptotics.IsEquivalent Filter.atTop (fun (x : ) => nFinset.Icc 1 x, (g k n)) fun (x : ) => c * x * Real.log x

    Can one show that $\sum_{n\leq x}g_k(n) \sim c_k x\log x$ for some constant $c_k$?

    theorem Erdos400.erdos_400.parts.ii :
    True k2, ∃ (c : ), ε > 0, Filter.Tendsto (fun (x : ) => {nFinset.Icc 1 x | |(g k n) - c * Real.log x| ε * Real.log x}.card / x) Filter.atTop (nhds 1)

    Is it true that there is a constant $c_k$ such that for almost all $n < x$ we have $g_k(n)=c_k\log x+o(\log x)$?

    theorem Erdos400.erdos_400.variants.upper_bound (k : ) (hk : k 2) :
    (fun (n : ) => (g k n)) =O[Filter.atTop] fun (n : ) => Real.log n

    Erdős and Graham write that it is easy to show that $g_k(n) \ll_k \log n$ always, but the best possible constant is unknown.

    theorem Erdos400.erdos_400.variants.g_pos (k n : ) (h : k 2) :
    0 < g k n

    For $k \ge 2$, $g_k(n) > 0$. We show this by choosing $a = (n, 1, 0, \ldots, 0)$.