Which of the following statement pattern is a contradiction?
S4 ≡ (∼p ˄ q) ˅ (∼q)
S2 ≡ (p →q) ˅ (p ˄ ∼q)
S1 ≡ (∼p ˅ ∼q) ˅ (p ˅ ∼q)
S3 ≡ (∼p ˄ q) ˄ (∼q)
Detailed Solution:
What is a Contradiction?
In logic, a contradiction is a compound statement that is always false — no matter what truth values you assign to its variables.
Let’s analyze S₃:
S₃ ≡ (~p ∧ q) ∧ (¬q)
This is a conjunction, which means both parts must be true for the whole statement to be true. Let’s look closely:
But this leads to a contradiction:
It's impossible for q to be both true and false at the same time. So, there is no truth assignment that makes this entire expression true.
Therefore, S₃ is always false — a contradiction.
Truth Table:
As you can see, the final column (S₃) is always false. Hence, it is a contradiction.