graph-theory

Definition

Vertex Cover

A vertex cover of a graph is the set , such that every edge incident to at least one .

Example: In the graph below, the set is a vertex cover, as every edge is incident to either or .

Conversion Lemma

Let be a graph and . is an independent set of if and only if is a vertex cover of .