Statement
Lemma
Proof
We have already shown that Clique of a given size problem is in NP.
We will show that Independent set of a given size has a many-one reduction to Clique of a given size problem.
Suppose we have an undirected graph
Calculating the complement graph takes
Then if a clique
This takes
As Cliques in G are independent sets in the complement we have a solution to the Independent set of a given size if and only if we have a solution to the Clique of a given size problem.
This gives Clique of a given size problem is NP-hard making it NP-complete.