5 questions to test your understanding
A researcher wants to prove that CLIQUE is NP-complete. She has already shown CLIQUE is in NP. Which correctly describes the next step?
The Cook-Levin theorem proves SAT is NP-complete. What does the NP-hardness part of this mean precisely?
If problem A reduces to problem B in polynomial time, and B is in P, then A must also be in P.
To prove SUBSET-SUM is NP-complete, it suffices to reduce SUBSET-SUM to 3-SAT in polynomial time.
Why does the Cook-Levin proof encode a Turing machine's computation as a CNF formula, and what do the variables in that formula represent?