Back to Problems

erdos_1072b

Specification

Is it true that $f(p)/p \to 0$ for $p \to \infty$ in a density 1 subset of the primes?

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_1072b :
    answer(sorry) ↔ ∃ (P : Set ℕ), P ⊆ {p | p.Prime} ∧ P.HasDensity 1 {p | p.Prime} ∧
      Tendsto (fun p => (f p / p : ℝ)) (atTop ⊓ principal P) (𝓝 0)
ID: ErdosProblems__1072__erdos_1072b
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.