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
Erdős and Rényi proved by the probabilistic method that there exists a set such that and for all .
∀ r ≥ 2, ∃ A, ((fun x => ∑ n ∈ Finset.range (x + 1), ↑(Erdos1192.f_r A r n) ^ 2) =O[Filter.atTop] fun x => ↑x) ∧ (fun x => ↑x ^ (1 / ↑r)) =O[Filter.atTop] fun x => ↑(Nat.count A x)SolvedStatement only, no proof