Statement
Lemma
The Satisfiability problem is in NP.
Proof
First note that it is in the form of a search problem as it either provides you with a satisfying assignment to the
All that is left to show is that we can verify an answer in Polynomial time.
Given an assignment of values to the
This is polynomial so the Satisfiability problem is in NP.