Write down the formula for the determinant of an matrix and the formula for its permanent. They are almost the same object: both are a sum over all ways of picking one entry from each row and column. The only difference is that the determinant sprinkles in alternating and signs, while the permanent adds every term with a .
One tiny change in the signs — and the two formulas part ways completely. The determinant is easy: even though its definition has terms, Gaussian elimination computes it with about arithmetic operations. The permanent has resisted every attempt at a fast formula, and it is conjectured to require arithmetic circuits of super-polynomial size.
In 1979 Leslie Valiant turned this contrast into a precise question — the algebraic mirror image of P vs NP. He defined two classes of polynomials, VP (the "easy" ones) and VNP (the "verifiable" ones), and asked whether they are truly different. Like its Boolean cousin, VP vs VNP is still open.
Comments
Loading comments...