Concept:
The fundamental laws of logic used here are De Morgan's Laws. These laws describe how to distribute a negation (\( \sim \)) over a conjunction (\( \wedge \)) or a disjunction (\( \vee \)).
• \( \sim (p \vee q) \equiv (\sim p) \wedge (\sim q) \)
• \( \sim (p \wedge q) \equiv (\sim p) \vee (\sim q) \)
• Law of Double Negation: \( \sim (\sim p) \equiv p \)
Step 1: Evaluate Option (C) using De Morgan's Law.
The expression is \( \sim [p \vee (\sim q)] \).
Applying De Morgan's Law, we distribute the negation and flip the disjunction to a conjunction:
\[ \sim [p \vee (\sim q)] \equiv (\sim p) \wedge \sim (\sim q) \]
Step 2: Apply the Law of Double Negation.
The term \( \sim (\sim q) \) simplifies to \( q \).
Therefore:
\[ (\sim p) \wedge \sim (\sim q) \equiv (\sim p) \wedge q \]
Since this matches the right-hand side of Option (C), it is the correct statement.