Documentation

FormalConjectures.ErdosProblems.«454»

Erdős Problem 454 #

References:

noncomputable def Erdos454.f (n : ) :

Define f n to be the minimum of (n + i).nth Prime + (n - i).nth Prime over 0 < i < n.

Equations
Instances For
    theorem Erdos454.erdos_454 :
    sorry Filter.limsup (fun (n : ) => (f n) - 2 * (Nat.nth Prime n)) Filter.atTop =

    Is it true that limsup (fun n => (f n - 2 * n.nth Prime : ℕ∞)) atTop = ⊤?

    limsup (fun n => (f n - 2 * n.nth Prime : ℕ∞)) atTop ≥ 2, and this is proved in [Po79].