Questions: Semantic Tableaux (Propositional)

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student builds a tableau for formula φ and finds one branch still open. They say 'I just haven't finished expanding that branch yet.' When are they right, and when are they wrong?

AThey are always right — any open branch means more decomposition rules can still be applied
BThey are right only if unexpanded formulas remain on that branch; if it is fully expanded, the open branch is a counterexample showing φ is not a tautology
CThey are always wrong — an open branch always means the formula is a tautology
DThey are right — a tableau proves a tautology when at least one branch closes, not all of them
Question 2 Multiple Choice

In a semantic tableau for the formula ¬(P ∨ Q), what is the correct next step after writing ¬(P ∨ Q) at the root?

AFork the tree into two branches: one with P and one with Q
BAdd both ¬P and ¬Q to the same branch, extending it without forking
CAdd P and Q to the same branch, since ∨ requires both to be considered
DClose the branch immediately, since a negated disjunction is always false
Question 3 True / False

Semantic tableaux are a refutation procedure — they prove a formula is a tautology by assuming its negation and showing that assumption leads to contradictions on every branch.

TTrue
FFalse
Question 4 True / False

In a semantic tableau, a disjunction P ∨ Q on a branch means you add both P and Q to that same branch without forking.

TTrue
FFalse
Question 5 Short Answer

Why does a closed semantic tableau prove that the original formula φ is a tautology? Explain the logical chain.

Think about your answer, then reveal below.