While this submission is a draft, it cannot be used by other submissions.

Environment v4.30.0. The archive's epoch is v4.33.0; only submissions in v4.30.0 can cite this work.

Tight Inapproximability of Max Independent Set in Triangle-Free Graphs

lax-47·formalized by Édouard Bonnet @EdouardBonnet·created ·GitHub @e8e3010·Lean v4.30.0 · mathlib c5ea00351c28

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this submission may be incorrect.

No flags have been submitted.

    Community review

    Flag this submission

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    Abstract

    This submission formalizes the main inapproximability theorem of Tight Inapproximability of Max Independent Set in Triangle-Free Graphs. Assuming Håstad's promise hardness of Max Independent Set, it proves that, for every constant ε>0\varepsilon>0, a polynomial-time N1/2εN^{1/2-\varepsilon}-approximation algorithm on NN-vertex triangle-free graphs implies NPBPPNP\subseteq BPP.

    The reduction blows each vertex of an nn-vertex graph up into nn vertices, samples the blow-up edges independently, and resamples the edges of present triangles. The formalization proves triangle-freeness, completeness, the fixed-set soundness estimate, the finite-seed probability bound, and the final gap arithmetic. The infinite product table occurs only in the probabilistic analysis; the program itself reads a polynomially bounded finite family of uniform bits.

    Polynomial time, NPNP, and BPPBPP use a bounded interpreter for fixed finite binary multi-stack Turing machines. Every semantic answer is the output of that interpreter. The composed triangle-removal program has a fixed recursive evaluator whose state and operation count are produced by the same execution, and the proof derives explicit polynomial bounds for the reduction, the approximation-machine call, decoding, threshold arithmetic, and random bits.

    Concepts

    Concept map
    7 concepts
    100%
    Proven claimDefinitionThis submissionOther submissionA → B: B builds on A

    Proofs

    Proof networkview on GitHub

    100%
    assumptions conclusionProven claimClaim from this submissionProof — open large view for details
    Proof list

    Lean sources for these proofs: proofs/ on GitHub

    Proof code is not displayed; the archive records each proof's checked relationship between claims.

    Related submissions

    Submission map

    100%
    This submissionOther submissionA → B: B's concepts build on AA → B: only B's proofs build on A

    Cite this

    This is only the formalizers. The authors of the formalized results may be different (see References).

    @misc{lax-47,
      author = {Édouard Bonnet},
      title = {Tight Inapproximability of Max Independent Set in Triangle-Free Graphs},
      year = {2026},
      howpublished = {Lax Archive, lax-47},
      url = {https://laxarchive.org/lax-47/},
      note = {draft},
    }

    References

    1. Édouard Bonnet. Tight Inapproximability of Max Independent Set in Triangle-Free Graphs. 2026.
    2. Johan Håstad. Clique is hard to approximate within n1εn^{1-\varepsilon}. In 37th Annual Symposium on Foundations of Computer Science 627–636, 1996. doi:10.1109/SFCS.1996.548522

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above.

    Loading discussion…