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?
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)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.