Question:medium

Let \(p\) and \(q\) be two propositions. Consider the following two formulae in propositional logic.
\[ S_1 : (\neg p \wedge (p \vee q)) \rightarrow q \] \[ S_2 : q \rightarrow (\neg p \wedge (p \vee q)) \] Which one of the following choices is correct?

Show Hint

An implication is a tautology if it is true for all possible truth values of its variables.
Updated On: Jan 30, 2026
  • Both \(S_1\) and \(S_2\) are tautologies.
  • \(S_1\) is a tautology but \(S_2\) is not a tautology.
  • \(S_1\) is not a tautology but \(S_2\) is a tautology.
  • Neither \(S_1\) nor \(S_2\) is a tautology.
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Simplify statement S1.
Consider the antecedent of S1:

¬p ∧ (p ∨ q)

Using the distributive law:

(¬p ∧ p) ∨ (¬p ∧ q)

Since (¬p ∧ p) is always false, the expression simplifies to:

¬p ∧ q

Hence,

S1 : (¬p ∧ q) → q

This implication is always true because whenever (¬p ∧ q) holds, q must be true. Therefore, S1 is a tautology.


Step 2: Analyze statement S2.

S2 : q → (¬p ∧ (p ∨ q))

Consider the valuation: p = true, q = true.

Then:

¬p = false,   (p ∨ q) = true

So:

¬p ∧ (p ∨ q) = false

Hence, the implication becomes:

true → false, which is false.

Therefore, S2 is not a tautology.


Final Conclusion:
S1 is a tautology, but S2 is not a tautology.

Final Answer: (B)

Was this answer helpful?
0