Skip to content

Erdős problem 950

This function was considered by de Bruijn, Erdős, and Turán, who showed that n<xf(n)n<xf(n)2x\sum_{n<x}f(n)\sim \sum_{n<x}f(n)^2\sim x. They gave no proofs, but a proof of the (harder) second claim is given by Gorodetsky here [mathoverflow/508491].

Sources

Browse retained paths and inspect the exact material available for this Problem.

7 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

950.lean

Retained formal statement6 of 7

Erdős writes that a 'weaker conjecture which is perhaps not quite inaccessible' is that, for every ϵ>0\epsilon>0, if xx is sufficiently large there exists y<xy<x such that π(x)<π(y)+ϵπ(xy)\pi(x)< \pi(y)+\epsilon \pi(x-y). Compare this to [855].

FormalConjectures/ErdosProblems/950.leanErdos950.erdos_950.variants.weaker_pi1 lineExact file
True ↔ ∀ ε > 0, ∀ᶠ (x : ℕ) in Filter.atTop, ∃ y < x, ↑x.primeCounting < ↑y.primeCounting + ε * ↑(x - y).primeCounting
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page