Erdős problem 520
Let be a Rademacher multiplicative function. Does there exist some constant such that, almost surely,
Sources
FormalConjectures/ErdosProblems/
520.lean
Retained formal statement
Let be a Rademacher multiplicative function. Does there exist some constant such that, almost surely,
True ↔ ∃ c > 0, ∀ (Ω : Type) [inst : MeasureTheory.MeasureSpace Ω] [MeasureTheory.IsProbabilityMeasure MeasureTheory.volume] (f : ℕ → Ω → ℝ), Erdos520.IsRademacherMultiplicative f → ∀ᵐ (ω : Ω), Filter.limsup (fun N => ∑ m ∈ Finset.Iic N, f m ω / √(↑N * Real.log (Real.log ↑N))) Filter.atTop = cOpenStatement only, no proof