LLMpediaThe first transparent, open encyclopedia generated by LLMs

Label Cover problem

Generated by GPT-5-mini
Note: This article was automatically generated by a large language model (LLM) from purely parametric knowledge (no retrieval). It may contain inaccuracies or hallucinations. This encyclopedia is part of a research project currently under review.
Article Genealogy
Parent: Subhash Khot Hop 5
Expansion Funnel Raw 47 → Dedup 0 → NER 0 → Enqueued 0
1. Extracted47
2. After dedup0 (None)
3. After NER0 ()
4. Enqueued0 ()
Label Cover problem
NameLabel Cover problem
DomainTheoretical computer science
Known forHardness of approximation, PCP theorem, inapproximability

Label Cover problem

The Label Cover problem is a central decision and optimization problem in theoretical computer science, used to characterize computational hardness and inapproximability. Originating in reductions associated with the Probabilistically Checkable Proofs framework and developments by researchers connected to institutions such as Princeton University and Massachusetts Institute of Technology, it plays a pivotal role in results related to the Cook–Levin theorem and the NP-completeness program. The problem serves as a canonical starting point for hardness reductions connected to major results like the PCP theorem, the Unique Games Conjecture, and a host of landmark inapproximability theorems.

Definition

In its standard form, an instance of Label Cover is a bipartite constraint graph G = (U, V, E) where each vertex in U and V must be assigned a label from finite alphabets Σ_U and Σ_V. Each edge e = (u,v) carries a constraint π_e, a relation or projection from Σ_U to Σ_V. The goal is to decide whether there exists a labeling ℓ: U ∪ V → Σ_U ∪ Σ_V that satisfies all constraints, or to maximize the fraction of satisfied edges. The decision version is used in reductions related to Monotone Not-All-Equal 3-SAT and reductions originating from complexity results by researchers at Stanford University and Carnegie Mellon University.

Variants and formulations

Several variants appear in the literature: the projection Label Cover (projections π_e: Σ_U → Σ_V), the gap Label Cover with promise gaps used in gap-preserving reductions, and the weighted Label Cover where edges have weights from contexts like those studied at Bell Labs and Bellcore. One also studies directed, non-bipartite, and layered formulations used in works from University of California, Berkeley and Harvard University. Alphabet-size-restricted variants (constant, polylogarithmic, or super-constant alphabets) are critical in connections to results from authors affiliated with Microsoft Research and IBM Research.

Complexity and hardness results

Label Cover is NP-hard in general via reductions from canonical NP-complete problems such as the SAT family exemplified by 3-SAT and the Clique problem. It is the canonical problem used to prove hardness of approximation results such as those established in seminal papers associated with the PCP theorem and later strengthened by connections to the Unique Games Conjecture proposed by researchers including those at Columbia University and Courant Institute of Mathematical Sciences. Gap versions of Label Cover are instrumental in demonstrating that approximating problems like Vertex Cover, Set Cover, and Max Cut within certain ratios is NP-hard under standard complexity assumptions connected to NP and NP-hardness.

Reductions and applications

Label Cover functions as the source problem for many reductions: it is reduced to optimization problems including Max 3-SAT, Max E3-LIN, Sparsest Cut, and graph partitioning problems studied at ETH Zurich and University of Chicago. It underlies hardness proofs for constraint satisfaction problems tied to results from researchers at University of Toronto and California Institute of Technology. Constructions using Label Cover feed into PCP-based amplification and parallel repetition techniques connected to work from Weizmann Institute of Science and Institute for Advanced Study.

Approximation algorithms and inapproximability

On the positive side, some restricted Label Cover instances admit polynomial-time algorithms or approximation schemes; specific constant-alphabet, bounded-degree cases relate to algorithmic work by groups at Princeton University and Yale University. On the negative side, hardness of approximation results derived from Label Cover give tight or near-tight inapproximability bounds for classical optimization problems, informing negative results about approximation ratios for problems like Set Cover (results contemporaneous with work at Cornell University) and Minimum Feedback Vertex Set.

Connections to PCP theorem and Unique Games

Label Cover is intimately tied to the PCP theorem as a canonical gap problem used in PCP constructions and gap amplification. It also frames the Unique Games Conjecture by specializing to constraint graphs with permutation constraints; the Unique Games Conjecture, proposed by researchers affiliated with New York University and discussed widely at conferences like the ACM Symposium on Theory of Computing, implies tight hardness results for problems such as Max Cut and Sparsest Cut. Studies linking Label Cover, PCPs, and Unique Games have been conducted at institutions including University of Washington and Rutgers University.

Example instances and proof sketches

A canonical example: bipartite graph with U = {u1,u2}, V = {v1,v2}, alphabets Σ_U = Σ_V = {0,1,2}, and edge projections π mapping labels by specified permutations; one can analyze satisfiable versus unsatisfiable gap instances analogous to gadget reductions used in PCP constructions by researchers at University of Pennsylvania and Brown University. Typical proof sketches reduce a given 3-SAT formula to a Label Cover instance using clause-variable incidence gadgets and then apply gap amplification via parallel repetition (techniques developed at Tel Aviv University and McGill University) to produce instances whose optimum separates YES and NO cases by a desired factor, which is then reduced to target problems like Max Cut.

Category:Computational complexity theory