Reduction: Independent Set → Clique

Define complement of graph G=(V,E)G = (V,E) to be Gˉ=(V,Eˉ)\bar{G} = (V, \bar{E}), where Eˉ\bar{E} contains those unordered pairs of vertices not in EE.

CLIQUE ⇒ Finding a complete sub-graph in graph.

A set of nodes SS is an independent set of GG iff SS is a clique of Gˉ\bar{G} ⇒ nodes have no edges between them in GG iff they have all possible edges between them in Gˉ\bar{G}