All open problems
Source labels openChecked July 26, 2026

Erdős ProblemsNumber theory

Erdős Problem 489

Let ANA\subseteq \mathbb{N} be a set such that A[1,x]=o(x1/2)\lvert A\cap [1,x]\rvert=o(x^{1/2}). Let B={n1:an for all aA}B=\{ n\geq 1 : a\nmid n\textrm{ for all }a\in A\}. If B={b1<b2<}B=\{b_1 < b_2 < \cdots\} then is it true that $$\lim_{x \to \infty} \frac{1}{x}\sum_{b_i < x}(b_{i+1}-b_i)^2$...

Mathematical statement

Let ANA\subseteq \mathbb{N} be a set such that A[1,x]=o(x1/2)\lvert A\cap [1,x]\rvert=o(x^{1/2}). Let B={n1:an for all aA}B=\{ n\geq 1 : a\nmid n\textrm{ for all }a\in A\}. If B={b1<b2<}B=\{b_1 < b_2 < \cdots\} then is it true that limx1xbi<x(bi+1bi)2\lim_{x \to \infty} \frac{1}{x}\sum_{b_i < x}(b_{i+1}-b_i)^2 exists (and is finite)?

For example, when A={p2:p prime}A=\{p^2: p\textrm{ prime}\} then BB is the set of squarefree numbers, and the existence of this limit was proved by Erdős.

See also [208].

Statement source: Erdős Problems statement material

Statement terms: Source-specific

Source-specific terms. Therefore does not assert reuse rights beyond attributed display.

Statement artifacts, not proofs

These records expose exact Lean propositions and statement-only wrappers. Defining a proposition does not supply a proof of it. A placeholder-bearing target also contains no proof. Elaboration checks syntax and types; it does not certify that a formalization perfectly captures every nuance of the informal problem.

Pinned Lean formulation 1

erdos_489

Canonical source
Complete statement target, proof intentionally absentLean 4
theorem erdos_489 : answer(sorry)      (A : Set ),      (fun x :  => (((Finset.Icc 1 x).filter (·  A)).card : )) =o[atTop]        (fun x :  => (x : ).sqrt)       (sievedSet A).Infinite        L : , Tendsto (fun x :  => GapSumSq A x / (x : )) atTop (𝓝 L) := by  sorry
Statement source
Formal Conjectures
Lean version
v4.27.0
Placeholder
Present; no proof artifact
Source evidence
Pinned source index
Fidelity review
Community formulation

References