Sharp Bounds on the Eigenvalues of Kikuchi Graphs and Applications to Quantum Max Cut

Ainesh Bakshi, Arpon Basu, Pravesh Kothari, Anqi Li · arXiv:2605.14994 · submitted 15 May 2026 · score 8/10 (HIGH)

Abstract

We prove that the maximum eigenvalue of the (both signed and unsigned) Laplacian of level k Kikuchi graph of any graph G with m edges is at most m+k. This confirms four recent conjectures of Apte, Parekh, and Sud. As applications, we obtain that tensor products of one and two qubit product states achieve an approximation ratio of 5/8 for Quantum Max Cut and 5/7 for the XY Hamiltonian. Moreover, combining our bounds with the algorithms analyzed by Apte, Parekh, and Sud, yields efficient algorithms achieving an approximation ratio of 0.614 for Quantum Max Cut and 0.674 for the XY Hamiltonian. Finally, we also make modest progress on Brouwer's conjecture and improve Lew's bound on the sum of the top-k eigenvalues of a Graph Laplacian.

Executive summary

Bakshi, Basu, Kothari, and Li resolve all four Apte–Parekh–Sud (APS) spectral conjectures by proving the sharp bound λ_max(L_G^{(k)}) ≤ m + k for both the signed and unsigned Laplacian of every level-k Kikuchi (token) graph. Plugged into the APS framework, this delivers the current best worst-case approximation ratios for Quantum Max Cut (0.614) and the XY Hamiltonian (0.674), beating the prior 0.611 / 0.6XX state of the art, with simple tensor-product-of-1-and-2-qubit-states ansätze. For Yuan, this paper sits in the same Goemans-Williamson-style "low-degree product-state SDP-relaxation" pipeline that Y5 reformulates via Gibbs states and Pauli sparsity, and on the Quantum Max Cut family that is the natural quantum extension of the 3-regular MaxCut target in Y1.

Main contribution

The technical heart of the paper is Theorem 1: for any graph G with m edges and any 0 ≤ k ≤ n, −(m+k) ≤ −λ_max(L_G^{(k)}) ≤ 2 λ_min(A_G^{(k)}) ≤ 2 λ_max(A_G^{(k)}) ≤ λ_max(Q_G^{(k)}) ≤ m + k. This single chain confirms all four APS conjectures (C1–C4) — bounds on signed Laplacian, signless Laplacian, and adjacency spectrum of the Kikuchi graph. The previous best general result was Lew's m + 4k − 2 for the unsigned Laplacian, so the improvement is by a factor of roughly 4 on the k-dependent term. Tightness is verified: disjoint unions of k stars saturate the Laplacian bound, and disjoint unions of k edges (giving a k-dimensional hypercube as the level-k Kikuchi graph) saturate the adjacency bound.

Key theorems / lemmas

Detailed walkthrough

The Kikuchi-as-token-graph picture (Section 2). Given a base graph G=([n],E), the level-k Kikuchi (token) graph F_k(G) has vertices ([n] choose k) and joins two k-sets S, T iff their symmetric difference S⊕T is an edge of G. Physically: place k indistinguishable tokens on distinct vertices of G; an edge corresponds to sliding one token across a base edge to an unoccupied site. This is also exactly the action of the relevant 2-local Hamiltonians (QMC, XY, EPR) on the Hamming-weight-k sector after decomposing the n-qubit Hilbert space into total-Z sectors. So spectral bounds on Kikuchi graphs translate directly into bounds on the maximum eigenvalue of these Hamiltonians, which is the quantum-CSP analogue of the maximum constraint-satisfaction value.

Why APS conjectured m+k. Apte, Parekh, and Sud (2025) studied algorithms that round product-state ansätze onto small (1- or 2-qubit-block) "AGM-style" entangled states. The approximation ratio they derive is governed by the largest eigenvalue of the level-k Kikuchi-graph adjacency/Laplacian. They conjectured the sharp bound m+k; before the present paper, only Lew's m + 4k − 2 (for the unsigned Laplacian only) was known unconditionally. The conjectured bound is tight on natural extremal graphs and would unlock the next round of approximation-ratio improvements; this paper supplies the missing ingredient.

Proof strategy (Section 3). Treat the signed (b=−1) and signless (b=+1) cases simultaneously via L_{b,G}^{(k)} = D_G^{(k)} + b·A_G^{(k)}. The proof is by induction on k; the base cases k=0 and k=n are trivial single-vertex graphs. The key device is the edge-gradient: orient every edge of G arbitrarily; for an oriented edge e=(i,j) and a background configuration R on [n]\{i,j}, set g_e(R) = x_{R∪{i}} + b·x_{R∪{j}}. The eigenvector equation L_{b,G}^{(k)} x = λ x then induces h_e = λ g_e on every edge, where h_e is the corresponding gradient applied to L_{b,G}^{(k)} x. Decomposing h_e over the three edge types relative to e (the edge itself, edges sharing a vertex with e, edges disjoint from e) turns the global Kikuchi-graph problem into a level-(k−1) token-Laplacian on the edge-deleted graph (where induction applies) plus controlled "permutation" terms across neighbouring edges. Summing the resulting Rayleigh-quotient identities across all e and using the induction hypothesis yields the m+k bound.

Cashing in: approximation ratios (Theorem 2). Apte, Parekh, and Sud (Corollaries 5–10 of [APS25]) had already shown that a sharp Kikuchi-Laplacian bound of the form m+k implies the following ratios. Existence: there is a tensor product of 1- and 2-qubit states with energy at least 5/8 of OPT for QMC and 5/7 for XY. Efficient algorithms: combining the new bound with the APS rounding algorithm yields polynomial-time algorithms with worst-case ratios 0.614 (QMC) and 0.674 (XY). For QMC this beats the previous best 0.611 (Apte–Lee–Marwaha–Parekh–Sud 2025) and continues a long sequence of improvements: 0.498 → 0.5 → 0.526 → 0.531 → 0.533 → 0.562 → 0.595 → 0.599 → 0.603 → 0.611 → 0.614. The hardness side: QMC is QMA-complete and APX-hard, and under a vector-Borell conjecture a (0.956+ε)-approximation is Unique-Games-hard; so the room left is substantial but not unbounded.

Side result: Brouwer's conjecture (Section 4). Brouwer conjectured ε_r(G) := Σ_{i=1}^{r} λ_i(L(G)) − |E| ≤ C(r+1,2) for every graph G and every r. The paper proves ε_r(G) ≤ C(r+1,2) + (4/3) r^{3/2} − r + √r, improving Lew's recent + 4 r^{3/2} − r − 2√r by a factor of 1/3 on the leading correction term. This is independent of the QMC application but uses the same Kikuchi-Laplacian machinery.

Section 3 induction details (lines 593–760 of main.tex). The induction step uses an orientation of G's edges, the gradient identity g_e(R) = x_{R∪{i}} + b·x_{R∪{j}}, and the operator-derivative identity h_e = (L_{b,G}^{(k)} x)_{R∪{i}} + b·(L_{b,G}^{(k)} x)_{R∪{j}} = λ g_e. The disjoint-edge case yields a (k−1)-token Laplacian on the edge-deleted graph; the shared-vertex case yields signed coordinate permutations of neighbouring derivatives that are controlled exactly in norm. The technical work, beyond the bookkeeping, is a careful one-edge/star/derivative sequence (Lemmas in Section 4, lines 925–1164) that gives the Brouwer-bound improvement as a corollary.

Figures

No figures extracted from source — the paper is purely theoretical (proof and bookkeeping); the LaTeX source contains no \includegraphics or figure environments.

Citations to Yuan's papers

No direct citation to any of Y1–Y6 found in bibliography. (Author+title scan also returned no hits.)

Overlap with Y1–Y6

Recommended action for Yuan