Back to Problems
erdos_489.variants.squarefree
Specification
When $A = \{p^2 : p \textrm{ prime}\}$, $B$ is the set of squarefree numbers, and the existence of this limit was proved by Erdős. This is the $\alpha = 2$ case of Erdős Problem 145.
Lean 4 Statement
theorem erdos_489.variants.squarefree :
∃ L : ℝ, Tendsto
(fun x : ℕ => GapSumSq {n | ∃ p, Nat.Prime p ∧ n = p ^ 2} x / (x : ℝ))
atTop (𝓝 L)
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.