erdős #1002
For any , letDoes have an asymptotic distribution function?In other words, is there a non-decreasing function such that , ,and
Worked, still open.
analysis · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
Write [ S_n(\alpha):=\sum_{k=1}^n\bigl({k\alpha}-\tfrac12\bigr), \qquad\text{so that}\qquad f(\alpha,n)= -,\frac{S_n(\alpha)}{\log n}. ] So your question is: does (S_n(\alpha)/\log n) [[nomath]](with $\alpha$ distributed by Lebesgue measure on $(0,1)$)[[/nomath]] converge in distribution as (n\to\infty)?
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
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))formal-conjectures/1002.lean ↗status
open