Definition
Independent Set Problem
Let be a graph and , whereby is part of the input (not a constant). The independent set problem is a decision problem asking whether there exists an independent set such that .
Relation to Vertex Cover
Let be a graph and and . is an independent set of if and only if is a vertex cover of .
Equivalence to Vertex Cover Problem
The independent set problem is equivalent (w.r.t. polynomial time reduction) to the vertex cover problem.