Erdős problem 1002
For any , let . Does have an asymptotic distribution function?
Sources
FormalConjectures/ErdosProblems/
1002.lean
Retained formal statement
Kesten [Ke60] proved that if then has asymptotic distribution function , where is an explicit constant.
∃ ρ > 0, have g := fun c => 1 / Real.pi * ∫ (t : ℝ) in Set.Iic (ρ * c), 1 / (1 + t ^ 2); ∀ (c : ℝ), Filter.Tendsto (fun n => (MeasureTheory.volume {(α, β) | α ∈ Set.Icc 0 1 ∧ β ∈ Set.Icc 0 1 ∧ 1 / Real.log ↑n * ∑ k ∈ Finset.Icc 1 n, (1 / 2 - Int.fract (β + α * ↑k)) ≤ c}).toReal) Filter.atTop (nhds (g c))SolvedStatement only, no proof