Documentation

LeanPool.Erdos1196.FormalConjecturesErdos1196

The formal-conjectures statement of Erdős Problem 1196 #

This file packages the local solution of Erdős Problem #1196 in the mathematical form used by the formal-conjectures repository. We keep the same namespace, theorem name, and primitive-set definition, but omit the repository-specific metadata attribute and answer(...) wrapper.

Main statements #

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

Exact local copy of the primitive-set predicate used in the official formal-conjectures statement of Erdős Problem #1196.

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

    This is the formal-conjectures-style formulation of Erdős Problem #1196. It is deduced from PrimitiveSetsAboveX.mainTheorem by converting the local quantitative bound 1 + C / log x into an o(1) error term.