Erdős problem 1192
Does there exist, for all , a basis of order (so that for all large ) such that for all ?
Sources
FormalConjectures/ErdosProblems/
1192.lean
Retained formal statement
Does there exist, for all , a basis of order (so that for all large ) such that for all ?
True ↔ ∀ r ≥ 2, ∃ A, (∀ᶠ (n : ℕ) in Filter.atTop, Erdos1192.f_r A r n > 0) ∧ (fun x => ∑ n ∈ Finset.range (x + 1), ↑(Erdos1192.f_r A r n) ^ 2) =O[Filter.atTop] fun x => ↑xOpenStatement only, no proof