Erdős Problem 323 #
Reference: erdosproblems.com/323
Is it true that $f_{k,k}(x) \gg_\epsilon x^{1-\epsilon}$ for all $\epsilon>0$?
This would have significant applications to Waring's problem. Erdős and Graham describe this as 'unattackable by the methods at our disposal'.
theorem
Erdos323.erdos_323.variants.k_eq_2 :
∃ c > 0, Asymptotics.IsEquivalent Filter.atTop (fun (x : ℕ) => ↑(f 2 2 x)) fun (x : ℕ) => c * ↑x / √(Real.log ↑x)
The case $k=2$ was resolved by Landau, who showed $f_{2,2}(x) \sim \frac{cx}{\sqrt{\log x}}$ for some constant $c>0$.
For $k>2$ it is not known if $f_{k,k}(x)=o(x)$.