Archon-FirstProof-Results #
Source: arxiv:2602.05192
Authors: FrenzyMath
Status: verified
Main declarations: Problem4.harmonic_mean_inequality_full, Problem6.exists_eps_light_subset
Tags: polynomials, analysis, combinatorics, linear-algebra, graph-theory
MSC: 26D15, 05C50, 15A42
Mathematical overview #
This project collects two self-contained Lean 4 formalizations from the FirstProof problem set.
Problem 4 (
LeanPool.ArchonFirstProofResults.FirstProof4). For monic real-rooted polynomialsp,qof degreen ≥ 2, the finite additive convolutionp ⊞[n] qand the functionalΦₙ(p) = ∑ᵢ (∑_{j ≠ i} 1 / (rᵢ - rⱼ))²over the ordered roots satisfy the harmonic-mean inequality1 / Φₙ(p ⊞[n] q) ≥ 1 / Φₙ(p) + 1 / Φₙ(q)(Problem4.harmonic_mean_inequality_full).Problem 6 (
LeanPool.ArchonFirstProofResults.FirstProof6). Every simple graphG = (V, E)contains, for eachε ∈ (0, 1], anε-light vertex subsetS— meaningε • L - L_Sis positive semidefinite for the graph LaplacianLand the induced-subgraph LaplacianL_S— with(ε / 256) * |V| ≤ |S|(Problem6.exists_eps_light_subset), via the Batson–Spielman–Srivastava barrier method.
Provenance #
Imported from https://github.com/frenzymath/Archon-FirstProof-Results;
generated autonomously by the Archon system (built on Claude Code) developed by
FrenzyMath, the AI4M team at BICMR, Peking University. Upstream contains no
sorrys. Ported from Lean v4.28.0 / Mathlib v4.28.0 to Lean Pool's
v4.30.0-rc2.