Theorem 10.3 — Asymptotic nonnegativity of the second order scale
ProvedErdos390.eventual_secondOrderScale_nonnegasymptoticscombinatoricserdos-problemsnumber-theory
Theorem 10.3 (Asymptotic Nonnegativity of the Second Order Scale)
For all sufficiently large , the second order asymptotic scale is non-negative:
Indeed, for all , ensures , while , so the ratio is strictly non-negative.
This ensures all scale-normalized density envelope inequalities hold with preserved orientation in Erdős Problem 390.
Preamble
import Definitions.Def_erdos390_problem open Filter
Formal statement
namespace Erdos390
open Filter
/-- The second-order scale `secondOrderScale n = n / log n` is eventually non-negative for large `n`. -/
theorem eventual_secondOrderScale_nonneg :
∀ᶠ n : ℕ in atTop, 0 ≤ secondOrderScale n := by sorry
end Erdos390Source
Shouqiao Wang, A Proposed Solution to Erdős Problem 390, Section 10, CentralAnchorReserveAlgebra.lean (GitHub 61325b1)