Erdős problem 950
This function was considered by de Bruijn, Erdős, and Turán, who showed that . They gave no proofs, but a proof of the (harder) second claim is given by Gorodetsky here [mathoverflow/508491].
Sources
FormalConjectures/ErdosProblems/
950.lean
Retained formal statement
Erdős writes that a 'weaker conjecture which is perhaps not quite inaccessible' is that, for every , if is sufficiently large there exists such that . Compare this to [855].
True ↔ ∀ ε > 0, ∀ᶠ (x : ℕ) in Filter.atTop, ∃ y < x, ↑x.primeCounting < ↑y.primeCounting + ε * ↑(x - y).primeCountingOpenStatement only, no proof