All open problems
Source labels openChecked July 26, 2026

Erdős ProblemsNumber theory

Erdős Problem 1002

For any 0<α<10<\alpha<1, let f(α,n)=1logn1kn(12{αk})f(\alpha,n)=\frac{1}{\log n}\sum_{1\leq k\leq n}(\tfrac{1}{2}- \{ \alpha k\}). Does f(α,n)f(\alpha,n) have an asymptotic distribution function?

Mathematical statement

For any 0<α<10<\alpha<1, let f(α,n)=1logn1kn(12{αk})f(\alpha,n)=\frac{1}{\log n}\sum_{1\leq k\leq n}(\tfrac{1}{2}- \{ \alpha k\}). Does f(α,n)f(\alpha,n) have an asymptotic distribution function?

In other words, is there a non-decreasing function gg such that g()=0g(-\infty)=0, g()=1g(\infty)=1, and limn{α(0,1):f(α,n)c}=g(c)\lim_{n\to \infty}\lvert \{ \alpha\in (0,1): f(\alpha,n)\leq c\}\rvert=g(c)?

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_1002

Canonical source
Complete statement target, proof intentionally absentLean 4
theorem erdos_1002 :    answer(sorry)        g :   , Monotone g       Tendsto g atBot (𝓝 0)       Tendsto g atTop (𝓝 1)       letI f :=  fun (α : ) (n : )         (1 / log n) * ∑ k  Icc (1 : ) n, (1 / 2 - Int.fract* k))       c : , Tendsto (fun (n : )  (volume { α | α  Ioo (0 : ) 1  f α n  c }).toReal)        atTop (𝓝 (g c)) := 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