Recognition: unknown
On the Approximability of Max-Cut on 3-Colorable Graphs and Graphs with Large Independent Sets
Pith reviewed 2026-05-10 15:18 UTC · model grok-4.3
The pith
Max-Cut remains α_GW-hard to approximate on 3-colorable graphs, with a threshold α* on independent set size separating hard cases from easier ones.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We prove that it is NP-hard to approximate Max-Cut to within a factor better than α_GW ≈ 0.878 on 3-colorable graphs. We define a natural threshold α* such that Max-Cut is α_GW-hard on any graph whose largest independent set has size at most α*, but there is a polynomial-time algorithm achieving an approximation ratio strictly larger than α_GW whenever the independence number exceeds α*.
What carries the argument
The threshold α* on the relative size of the largest independent set, combined with novel variants of the Majority-Is-Stablest theorem used in the hardness reductions and a new SDP relaxation that is rounded and analyzed using interval arithmetic to obtain the improved approximation.
If this is right
- Approximating Max-Cut better than α_GW is NP-hard on all 3-colorable graphs.
- Graphs whose independence number is at most α* are hard to approximate for Max-Cut beyond α_GW.
- Graphs with independence number larger than α* have a polynomial-time algorithm for Max-Cut with approximation factor exceeding α_GW.
- The Majority-Is-Stablest theorem admits variants that establish hardness for structured graph classes.
- The SDP relaxation with interval-arithmetic analysis provides approximation guarantees tailored to graphs with large independent sets.
Where Pith is reading between the lines
- This implies that 3-colorability alone does not make Max-Cut easier to approximate than on arbitrary graphs.
- Similar thresholds might exist for the approximability of other constraint satisfaction problems on graphs with large independent sets.
- The use of interval arithmetic for analyzing SDP roundings could extend to other approximation algorithms under structural assumptions.
- These results highlight a transition point where graph structure begins to help algorithmic performance beyond the general case.
Load-bearing premise
The novel variants of the Majority-Is-Stablest theorem developed here correctly establish the inapproximability results for 3-colorable graphs and for graphs with independent sets no larger than α*, and the SDP relaxation admits a rounding procedure that achieves an approximation factor strictly larger than α_GW.
What would settle it
Discovery of a polynomial-time algorithm that approximates Max-Cut better than α_GW on some family of 3-colorable graphs, or a counterexample showing that one of the new Majority-Is-Stablest variants does not hold.
Figures
read the original abstract
Max-Cut is a classical graph-partitioning problem where given a graph $G = (V,E)$, the objective is to find a cut $(S,S^c)$ which maximizes the number of edges crossing the cut. In a seminal work, Goemans and Williamson gave an $\alpha_{GW} \approx 0.87856$-factor approximation algorithm for the problem, which was later shown to be tight by the work of Khot, Kindler, Mossel, and O'Donnell. Since then, there has been a steady progress in understanding the approximability at even finer levels, and a fundamental goal in this context is to understand how the structure of the underlying graph affects the approximability of the Max-Cut problem. In this work, we investigate this question by exploring how the chromatic structure of a graph affects the Max-Cut problem. While it is well-known that Max-Cut can be solved perfectly and near-perfectly in $2$-colorable and almost $2$-colorable graphs in polynomial time, here we explore its approximability under much weaker structural conditions such as when the graph is $3$-colorable or contains a large independent set. Our main contributions in this context are as follows: 1. We show Max-Cut is $\alpha_{GW}$-hard to approximate for $3$-colorable graphs. 2. We identify a natural threshold $\alpha^*$ such that the following holds. Firstly, for graphs which contain an independent set of size up to $\alpha^*$, Max-Cut continues to be $\alpha_{GW}$-factor hard to approximate. Furthermore, for any graph that contains an independent set of size $> \alpha^*$, there exists an efficient $>\alpha_{GW}$-approximation algorithm for Max-Cut. Our hardness results are derived using various analytical tools and novel variants of the Majority-Is-Stablest theorem, which might be of independent interest. Our algorithmic results are based on a novel SDP relaxation, which is then rounded and analyzed using interval arithmetic.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript claims that Max-Cut remains α_GW-hard to approximate on 3-colorable graphs and, more generally, on graphs whose maximum independent set has relative size at most a threshold α*. For graphs whose independence number exceeds α*, it presents a polynomial-time algorithm achieving an approximation factor strictly larger than α_GW. Hardness is obtained via reductions that invoke newly developed variants of the Majority-Is-Stablest theorem; the algorithmic side uses a custom SDP relaxation whose rounding is analyzed by interval arithmetic.
Significance. If the novel Majority-Is-Stablest variants and the interval-arithmetic rounding analysis hold, the results refine the structural understanding of Max-Cut approximability: 3-colorability alone does not improve upon the general-case threshold, while a precise transition occurs once the independence number surpasses α*. The algorithmic contribution supplies a concrete, rigorously verified improvement over α_GW for a natural graph class, and the analytic tools may be reusable. The work therefore sits at the intersection of hardness-of-approximation and SDP-based algorithms.
major comments (3)
- [§4.2, Theorem 4.3] §4.2, Theorem 4.3 and the novel Majority-Is-Stablest variant (Eq. (4.5)): the stability bound is asserted to carry the α_GW gap from the KKMO construction while preserving 3-colorability. The reduction gadget must be shown not to increase the independence number or violate the coloring constraint; the current sketch does not explicitly compute the post-reduction independence number or verify that the chosen noise parameter ρ keeps the instance 3-colorable.
- [§6, Definition of α*] §6, Definition of α* and Theorem 6.2: α* is defined as the solution to an optimization problem over noise stability. The manuscript must exhibit the numerical value of α* together with the interval-arithmetic certificate that the SDP rounding ratio exceeds α_GW exactly when the independence number surpasses this threshold; without the explicit margin and the verified interval bounds, the sharpness of the threshold cannot be assessed.
- [§5, Eq. (5.3)] §5, SDP formulation (Eq. (5.3)) and rounding analysis: the custom SDP is claimed to be strictly tighter than the Goemans-Williamson SDP on graphs with large independent sets. The interval-arithmetic error bounds must be shown to guarantee a positive additive improvement over α_GW; the paper should supply either the full interval computations or a machine-checkable certificate confirming that the achieved ratio is at least α_GW + ε for a concrete ε > 0.
minor comments (3)
- [Introduction] The numerical approximation α_GW ≈ 0.87856 is used throughout; the exact arccos-based definition should be recalled at least once for precision.
- [§2] Notation for the independent-set threshold α* is introduced without a closed-form expression or an explicit optimization program; adding either would improve readability.
- [Abstract] The abstract states that the Majority-Is-Stablest variants are “of independent interest”; a brief comparison table with the classical theorem would help readers gauge the technical novelty.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive comments on our manuscript. We address each major comment below and will make the indicated revisions to strengthen the presentation and proofs.
read point-by-point responses
-
Referee: [§4.2, Theorem 4.3] §4.2, Theorem 4.3 and the novel Majority-Is-Stablest variant (Eq. (4.5)): the stability bound is asserted to carry the α_GW gap from the KKMO construction while preserving 3-colorability. The reduction gadget must be shown not to increase the independence number or violate the coloring constraint; the current sketch does not explicitly compute the post-reduction independence number or verify that the chosen noise parameter ρ keeps the instance 3-colorable.
Authors: We agree that the reduction sketch in §4.2 is insufficiently detailed on these points. In the revised manuscript we will add an explicit computation of the maximum independent-set size in the gadget (showing it remains bounded by α*) together with a direct verification that the chosen noise parameter ρ preserves 3-colorability of the constructed instance. These calculations will be inserted immediately after the statement of Theorem 4.3. revision: yes
-
Referee: [§6, Definition of α*] §6, Definition of α* and Theorem 6.2: α* is defined as the solution to an optimization problem over noise stability. The manuscript must exhibit the numerical value of α* together with the interval-arithmetic certificate that the SDP rounding ratio exceeds α_GW exactly when the independence number surpasses this threshold; without the explicit margin and the verified interval bounds, the sharpness of the threshold cannot be assessed.
Authors: We will include the numerical value of α* (obtained by solving the stated optimization problem) and the corresponding interval-arithmetic certificate in the revised §6. The certificate will explicitly bound the SDP rounding ratio and demonstrate that it exceeds α_GW by a positive margin precisely when the independence number surpasses α*, thereby confirming the sharpness of the threshold in Theorem 6.2. revision: yes
-
Referee: [§5, Eq. (5.3)] §5, SDP formulation (Eq. (5.3)) and rounding analysis: the custom SDP is claimed to be strictly tighter than the Goemans-Williamson SDP on graphs with large independent sets. The interval-arithmetic error bounds must be shown to guarantee a positive additive improvement over α_GW; the paper should supply either the full interval computations or a machine-checkable certificate confirming that the achieved ratio is at least α_GW + ε for a concrete ε > 0.
Authors: We acknowledge that the current rounding analysis in §5 does not display the explicit interval bounds or certificate. In the revision we will append the full interval-arithmetic computations (or a machine-checkable certificate) establishing that the achieved approximation ratio is at least α_GW + ε for a concrete ε > 0 whenever the independence number exceeds α*. This will rigorously confirm the strict improvement over the Goemans-Williamson factor. revision: yes
Circularity Check
No significant circularity; novel theorems and SDP form independent contributions
full rationale
The paper's hardness results for 3-colorable graphs and graphs with independent sets of size at most α* are obtained via reductions that invoke newly developed variants of the Majority-Is-Stablest theorem, which are proven inside the paper rather than presupposed or fitted to the target inapproximability gap. The α_GW-hardness base case is imported from the external Khot-Kindler-Mossel-O'Donnell construction. The algorithmic side introduces a fresh SDP relaxation whose rounding is analyzed via interval arithmetic to obtain a factor strictly larger than α_GW; no parameters are fitted to the final guarantee. No self-citations are load-bearing, no ansatz is smuggled, and no known result is merely renamed. The derivation chain is self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (1)
- standard math Standard facts from Fourier analysis on the hypercube and properties of semidefinite programming relaxations for Max-Cut
Forward citations
Cited by 1 Pith paper
-
Coordinatewise Balanced Covering for Linear Gain Graphs, with an Application to Coset-List Min-2-Lin over Powers of Two
A new coordinatewise balanced covering theorem for linear gain graphs yields a randomized algorithm for Coset-List Min-2-Lin over powers of two with runtime exponential in k squared times the cycle-label rank rho.
Reference graph
Works this paper leans on
-
[1]
Approximating max- imum cut on interval graphs and split graphs beyond goemans-williamson
[ADKL25] Jungho Ahn, Ian DeHaan, Eun Jung Kim, and Euiwoong Lee. Approximating max- imum cut on interval graphs and split graphs beyond goemans-williamson. InAp- proximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2025), pages 20–1. Schloss Dagstuhl–Leibniz-Zentrum für Infor- matik,
2025
-
[2]
Finding colorings in one-sided expanders.arXiv preprint arXiv:2508.02825,
[BHSVK25] Rares-Darius Buhai, Yiding Hua, David Steurer, and Andor Vári-Kakas. Finding colorings in one-sided expanders.arXiv preprint arXiv:2508.02825,
-
[3]
Approximation algorithms and hardness for strong unique games
48 [GL21] Suprovat Ghoshal and Anand Louis. Approximation algorithms and hardness for strong unique games. InProceedings of the 2021 ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 414–433. SIAM,
2021
-
[4]
Triangles improve 0.878 approxi- mation for maxcut
[GLP25] Fredie George, Anand Louis, and Rameesh Paul. Triangles improve 0.878 approxi- mation for maxcut. InApproximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2025), pages 27–1. Schloss Dagstuhl– Leibniz-Zentrum für Informatik,
2025
-
[5]
d-to-1 hardness of coloring 3-colorable graphs with o (1) colors
[GS20] Venkatesan Guruswami and Sai Sandeep. d-to-1 hardness of coloring 3-colorable graphs with o (1) colors. In47th International Colloquium on Automata, Languages, and Programming (ICALP 2020), pages 62–1. Schloss Dagstuhl–Leibniz-Zentrum für Informatik,
2020
-
[6]
Goemans and David P
[GW94] Michel X. Goemans and David P . Williamson. .879-approximation algorithms for MAX CUT and MAX 2sat. In Frank Thomson Leighton and Michael T. Goodrich, editors, Proceedings of the Twenty-Sixth Annual ACM Symposium on Theory of Computing, 23-25 May 1994, Montréal, Québec, Canada, pages 422–431. ACM,
1994
-
[7]
Approximating max-cut on bounded degree graphs: Tighter analysis of the fkl algorithm
[HK23] Jun Ting Hsieh and Pravesh K Kothari. Approximating max-cut on bounded degree graphs: Tighter analysis of the fkl algorithm. In50th International Colloquium on Automata, Languages, and Programming, ICALP 2023, page
2023
-
[8]
Coloring 3-colorable graphs with low threshold rank.arXiv preprint arXiv:2508.03093,
[Hsi25] Jun-Ting Hsieh. Coloring 3-colorable graphs with low threshold rank.arXiv preprint arXiv:2508.03093,
-
[9]
On the power of unique 2-prover 1-round games
[Kho02] Subhash Khot. On the power of unique 2-prover 1-round games. InProceedings on 34th Annual ACM Symposium on Theory of Computing, May 19-21, 2002, Montréal, Québec, Canada, pages 767–775,
2002
-
[10]
Spectral algorithms for unique games
[Kol10] Alexandra Kolla. Spectral algorithms for unique games. InProceedings of the 25th An- nual IEEE Conference on Computational Complexity, CCC 2010, Cambridge, Massachusetts, USA, June 9-12, 2010, pages 122–130. IEEE Computer Society,
2010
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.