Erdős problem 1196
Bounds the weighted sum taken over primitive sets of integers (sets where no element divides another).
Sources
FormalConjectures/ErdosProblems/
1196.lean
Retained formal statement
Is it true that, for any , if is a primitive set of integers (so that no distinct elements of divide each other) then\sum_{a\in A}\frac{1}{a\log a}< 1+o(1),where the term as ? -
True ↔ ∃ o, o =o[Filter.atTop] 1 ∧ ∀ x > 0, ∀ A ⊆ Set.Ici x, Erdos1196.IsPrimitive A → ∑' (a : ↑A), 1 / (Real.log ↑↑a * ↑↑a) < 1 + o x