Clique Vertex Cover
has a clique of size has a vertex cover of size
:
For all edge in , at least one end point is not in the clique, so edges are covered by those vertexes that are not in the clique, which has size .
:
Consider those edges that are currently not present in , then their endpoint must be in vertex cover in , since the vertexes in clique are all connected. Consider the contrapositive of this argument, that means, if both endpoints are not in vertex cover, then there must be a edge connecting them, which forms a clique of size of .
Links
Reference
- Introduction to Algorithm