17
Query Complexity
•Proof.  Recall the Satisfiability of Quantified Boolean Formulas problem (QBF): is a QB formula F true ?
•
•Example:
F =  9 X1 8 X2 8 X3 (X1 Æ X2 Ç : X1 Æ X3)
     is it true ?
•
•Note: boolean satisfiability (the NP-hard problem) is in QBF [why ?]