Erdős problem 996
Let be a lacunary sequence of integers and with th Fourier partial sum . Is there an absolute constant such that if then for almost every ? A preprint answers this negatively via a dyadic spike-block counterexample.
Sources
FormalConjectures/ErdosProblems/
996.lean
Retained formal statement
The following theorem is proved in [Ma66].
∀ (C : ℝ), 0.5 < C → ∀ (f : ↥(MeasureTheory.Lp ℂ 2 AddCircle.haarAddCircle)) (n : ℕ → ℕ), IsLacunary n → ((fun k => (MeasureTheory.eLpNorm (Erdos996.fourierPartial f k) 2 AddCircle.haarAddCircle).toReal) =O[Filter.atTop] fun k => 1 / Real.log (Real.log ↑k) ^ C) → ∀ᵐ (x : AddCircle 1), Filter.Tendsto (fun N => (∑ k ∈ Finset.range N, ↑↑f (n k • x)) / ↑N) Filter.atTop (nhds (∫ (t : AddCircle 1), ↑↑f t ∂AddCircle.haarAddCircle))SolvedStatement only, no proof