Skip to content

Erdős problem 996

Let n1<n2<n_1<n_2<\cdots be a lacunary sequence of integers and fL2([0,1])f\in L^2([0,1]) with nnth Fourier partial sum fnf_n. Is there an absolute constant C>0C>0 such that if ffn2(logloglogn)C\| f-f_n\|_2 \ll (\log\log\log n)^{-C} then 1NkNf({αnk})01f\frac{1}{N}\sum_{k\leq N}f(\{\alpha n_k\})\to\int_0^1 f for almost every α\alpha? A preprint answers this negatively via a dyadic spike-block counterexample.

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

996.lean

Retained formal statement1 of 2

Does there exists a positive constant C such that for all f ∈ L²[0,1] and all lacunary sequences n, if ‖f - fₖ‖₂ = O(1 / log log log k ^ C), then for almost every x, lim ∑ k ∈ Finset.range N, f (n k • x)) / N = ∫ t, f t ∂t?

FormalConjectures/ErdosProblems/996.leanErdos996.erdos_99611 linesExact file
sorryC,    0 < 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 (Real.logk)) ^ C) →            ∀ᵐ (x : AddCircle 1),              Filter.Tendsto (fun N => (∑ kFinset.range N, ↑↑f (n kx)) / ↑N) Filter.atTop                (nhds (∫ (t : AddCircle 1), ↑↑f tAddCircle.haarAddCircle))
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page