Questions: Satisfiability and Unsatisfiability

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A logician wants to prove that from premises P₁ and P₂, conclusion C necessarily follows. She assumes ¬C alongside P₁ and P₂ and derives a contradiction. This refutation approach works because:

ADeriving a contradiction from ¬C proves that C is a tautology independently of any premises
BThe contradiction shows P₁ ∧ P₂ ∧ ¬C is unsatisfiable, which is equivalent to P₁ ∧ P₂ ⊨ C
CRefutation proofs are valid only in propositional logic and do not extend to first-order logic
DDeriving a contradiction from any set of assumptions proves that those assumptions are all true
Question 2 Multiple Choice

A propositional formula contains 20 distinct atomic variables. Checking its satisfiability by brute-force truth table requires how many rows?

A20 × 2 = 40 rows
B20² = 400 rows
C2²⁰ = 1,048,576 rows
D20! rows (factorial of 20)
Question 3 True / False

A formula is unsatisfiable if and only if its negation is a tautology.

TTrue
FFalse
Question 4 True / False

Because SAT is NP-complete, modern SAT solvers cannot efficiently handle any practical satisfiability problem.

TTrue
FFalse
Question 5 Short Answer

Explain the duality between satisfiability and logical consequence: how does proving that a formula is unsatisfiable allow you to establish that a consequence relationship holds?

Think about your answer, then reveal below.