Questions: Tautologies, Contradictions, and Satisfiability

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which statement correctly describes the relationship between tautologies and satisfiability?

AEvery tautology is satisfiable, but not every satisfiable formula is a tautology
BA tautology and a satisfiable formula are the same thing
CA tautology is not satisfiable because its truth value doesn't depend on any specific assignment
DEvery satisfiable formula must be a tautology, since satisfiability requires truth in all cases
Question 2 Multiple Choice

A student claims: 'The formula (p → q) → p is a tautology because it seems obviously reasonable — if p implies q, then p is true.' This claim is:

ACorrect — the formula holds under every truth assignment
BIncorrect — this is a contingency; when p is false, (p → q) is vacuously true, making (p → q) → p false
CIncorrect — this formula is actually a contradiction
DCorrect only when p and q are propositional constants rather than variables
Question 3 True / False

If a formula φ is a tautology, then its negation ¬φ must be unsatisfiable.

TTrue
FFalse
Question 4 True / False

A satisfiable formula is one that is true under most possible truth assignments.

TTrue
FFalse
Question 5 Short Answer

What is the practical value of being able to convert the question 'Is φ a tautology?' into 'Is ¬φ satisfiable?' Why might this conversion matter for automated reasoning?

Think about your answer, then reveal below.