Documentation

FormalConjectures.ErdosProblems.«1196»

Erdős Problem 1196 #

Reference: erdosproblems.com/1196

def Erdos1196.IsPrimitive {M : Type u_1} [CommMonoid M] (A : Set M) :

A set is primitive if no non-associated elements of the set divide each other.

Equations
Instances For
    theorem Erdos1196.erdos_1196 :
    True ∃ (o : ), o =o[Filter.atTop] 1 x > 0, ASet.Ici x, IsPrimitive A∑' (a : A), 1 / (Real.log a * a) < 1 + o x

    Is it true that, for any $x$, if $A\subset [x,\infty)$ is a primitive set of integers (so that no distinct elements of $A$ divide each other) then$$\sum_{a\in A}\frac{1}{a\log a}< 1+o(1),$$where the $o(1)$ term $\to 0$ as $x\to \infty$? #