An important application of the PCP theorem is that it yields "hardness of approximation" type results. In some relatively simpler cases one can prove such hardness without PCP. Is there, however, any case where the hardness of approximation result was first proved using the PCP theorem, i.e., the result was not known before, but later a more direct proof was found that does not depend on PCP? In other words, is there any case where PCP appeared necessary first, but later it could be eliminated?
|
This paper http://epubs.siam.org/doi/abs/10.1137/S0895480100376794 provides such an example. Using the PCP-Theorem, Khanna, Linial, and Safra proved that it is NP-hard to color a 3-colorable graph using just 4 colors. Later, the paper pointed by the hyperlink gives, among other nice things, a PCP-free proof for the same result. |
|||||
|
|
For the maximum edge disjoint paths problem in directed graphs the paper of Ma and Wang http://www.sciencedirect.com/science/article/pii/S0022000099916616 was based on the label cover problem which in turn is based on the PCP theorem. Subsequently a simple reduction via the 2-disjointpath problem hardness was found by Guruswami etal which gave improved hardness as well. http://www.sciencedirect.com/science/article/pii/S0022000003000667 |
|||||||
|
|
There are examples from approximate counting. Approximately counting the number of satisfying assignments of an NP-relation can only be harder than deciding whether a satisfying assignment exists, so it's not too surprising that one doesn't need the PCP theorem to prove hardness for such problems. Still, the PCP theorem sometimes gives a convenient starting point, e.g., for this paper about approximately counting the number of independent sets in a sparse graph: http://www.dcs.ed.ac.uk/home/mrj/papers/DFJ02.pdf Later, Sly proved a hardness result for approximately counting independent sets just based on standard NP-hardness of Max-Cut: http://arxiv.org/pdf/1005.5584v1.pdf |
|||||||||
|
|
Another answer, which is in a somewhat different spirit than the previous answers, is this paper of Uri Feige: Relations between Average Case Complexity and Approximation Complexity. Uri shows that average case assumptions can replace the PCP theorem for proving hardness of approximation of some problems. Note, however, that we don't know how to prove the average-case assumptions, and we have some evidence that we won't be able to prove them based on standard NP-hardness assumptions (see the papers of Feigenbaum-Fortnow, Bogdanov-Trevisan, etc). |
|||
|
|