Documentation

FormalConjectures.ErdosProblems.«325»

Erdős Problem 325 #

Reference: erdosproblems.com/325

A predicate for $n$ to be the sum of three $k$th powers.

Equations
Instances For
    noncomputable def Erdos325.cardIsSumThreePowerBelow (k x : ) :

    The number of integers $\leq x$ which are the sum of three $k$th powers.

    Equations
    Instances For
      theorem Erdos325.erdos_325 :
      (∀ (k : ), 3 k(fun (x : ) => x ^ (3 / k)) =O[Filter.atTop] fun (x : ) => (cardIsSumThreePowerBelow k x)) sorry

      Writing $f_{k, 3}(x)$ for the number of integers $\leq x$ which are the sum of three $k$th powers, is it true that $f_{k, 3}(x) \gg x ^ (3 / k)$?

      theorem Erdos325.erdos_325.variants.weaker :
      (∀ ε > 0, ∀ (k : ), 3 k(fun (x : ) => x ^ (3 / k - ε)) =O[Filter.atTop] fun (x : ) => (cardIsSumThreePowerBelow k x)) sorry

      Writing $f_{k, 3}(x)$ for the number of integers $\leq x$ which are the sum of three $k$th powers, is it even true that $f_{k, 3}(x) \gg_\epsilon x ^ (3 / k - \epsilon)$?

      theorem Erdos325.erdos_325.variants.wooley :
      (fun (x : ) => x ^ 0.917) =O[Filter.atTop] fun (x : ) => (cardIsSumThreePowerBelow 3 x)

      For $k = 3$, the best known is due to Wooley [Wo15] [Wo15] Wooley, Trevor D., Sums of three cubes, II. Acta Arith. (2015), 73-100.