Statement
Lemma
Proof
We have shown that Vertex cover of a given size is NP-complete. So we will find a many-one reduction of Vertex cover of a given size to Minimum vertex cover problem to show it is NP-hard.
Suppose we have an undirected graph
This takes
We get back minimum cover
If there is a vertex cover of size less than
Equally if the minimum vertex cover has size less than
So we have that Vertex cover of a given size has a many-one reduction to Minimum vertex cover problem. Giving that Minimum vertex cover problem is NP-hard.