Contraposition: is p→q ⊨ ¬q→¬p valid?
p → q and ¬q → ¬p say the same thing: nothing can make the antecedent true while the consequent fails. A conditional equals its contrapositive.
Valid
p→q ⊨ ¬q→¬pEvery branch of the tableau closes, so nothing makes the premises true and the conclusion false at once.
Proof (semantic tableau)
- 1True: p→qpremise
- 2False: ¬q→¬pnegated conclusion
- 3True: ¬qfrom line 2
- 4False: ¬pfrom line 2
- 5False: qfrom line 3
- 6True: pfrom line 4
- 7False: pfrom line 1
Branch closed: line 7 contradicts line 6.
- 8True: qfrom line 1
Branch closed: line 8 contradicts line 5.
closed branch