Lax47.Theorem12
Håstad hardness implies tight inapproximability in triangle-free graphs
concepts/Lax47/Theorem12.lean · lax-47
No public endorsements yet.
Loading review…
Sign in with ORCIDConcept map
Evidence
Each proof establishes this claim relative to its assumptions.
-
no assumptions
thm✓Lax47.Theorem12
Theorem
Assume Håstad's general-graph inapproximability premise. Then, for every constant , a polynomial-time -approximation algorithm for Max Independent Set on -vertex triangle-free graphs implies .
The entire implication, including the randomized reduction from the Håstad promise gap, is the statement formalized below and proved by this submission. Its triangle-free conclusion is Theorem 1.2 in the submitted paper.
Lean source view on GitHub
| 1 | import Lax47.Hastad |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Håstad hardness implies tight inapproximability in triangle-free graphs |
| 6 | type: theorem |
| 7 | --- |
| 8 | Assume Håstad's general-graph inapproximability premise. Then, for every |
| 9 | constant , a polynomial-time |
| 10 | -approximation algorithm for Max Independent Set on |
| 11 | -vertex triangle-free graphs implies . |
| 12 | |
| 13 | The entire implication, including the randomized reduction from the Håstad |
| 14 | promise gap, is the statement formalized below and proved by this submission. |
| 15 | Its triangle-free conclusion is Theorem 1.2 in the submitted paper. |
| 16 | -/ |
| 17 | |
| 18 | set_option autoImplicit false |
| 19 | |
| 20 | namespace Lax47.Theorem12 |
| 21 | |
| 22 | open Lax47.Complexity |
| 23 | |
| 24 | /-- Håstad hardness implies tight conditional inapproximability on triangle-free graphs. -/ |
| 25 | axiom theorem_1_2 : |
| 26 | Lax47.Hastad.Inapproximability → |
| 27 | ∀ (ε : ℝ), 0 < ε → TriangleFreeMISApproximation ε → NPSubsetBPP |
| 28 | |
| 29 | end Lax47.Theorem12 |
| 30 |
Community review
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.
0 comments