Statement
Lemma
Proof
As Vertex cover of a given size is NP we only need to show the problem is NP-hard.
We will show that the Independent set of a given size has a many-one reduction to the Vertex cover of a given size.
Suppose we have a undirected graph
Provide
If we are provided a vertex cover
If there is a solution to the Independent set of a given size with the size of at least
Similarly if there is a solution to the Vertex cover of a given size with size of at most
Therefore as Independent set of a given size is NP-complete we have Vertex cover of a given size is NP-hard, which from above gives us it is NP-complete.