Theorem 1.1 — Exact second-order asymptotic
OpenErdos390.erdos390For every natural number , let be the least possible value of the largest factor in a factorization
Let
The theorem asserts the exact second-order asymptotic
Equivalently,
This determines the asymptotic constant in the second-order term of Erdős Problem 390.
Formalization Note The Lean goal is literally the displayed small- assertion. The equivalent normalized limit is not added as a separate conjunct. Lean sets for only to make it total; those values do not affect the limit.
import Definitions.Def_erdos390_problem
namespace Erdos390 /-- Erdős Problem 390: the exact second-order asymptotic. -/ theorem erdos390 : MainAsymptotic := by sorry end Erdos390
Read-back
What the Lean code literally says, in plain math · gpt-5.6-sol
Define when , and, when , define to be the least natural number for which there exists a finite set , with distinct elements, satisfying the natural-number product equation . The theorem asserts that the function
is little-, along the natural numbers tending to infinity, of the function . Fully expanded, this says that for every real number , there exists a natural number , which may depend on , such that every satisfies
with embedded into the real numbers wherever it occurs. The real denominator in the constant is nonzero. The real logarithm and real division are totalized: in particular, and , so the scale is at and is the usual positive quotient for . The asymptotic quantifiers allow a different threshold for each , and impose no requirement on the finite initial segment .
Confirmed by the mission captain (proposal self-audit).