Statement
Lemma
Proof
This problem is in the form of a search problem as either you provide an independent set of the required size or you say no such set exists.
For a undirected graph
- Check
. - Check for all
that or . The first step takes and the second .
Therefore this problem is in NP.