To solve the given logical expression \(\sim(p \wedge (p \Rightarrow \sim q))\) and simplify it to find its equivalent, we will proceed step-by-step.
The logical implication \(p \Rightarrow \sim q\) can be rewritten using its equivalent form: \(\sim p \vee \sim q\).
Substitute the implication in the expression:
p \wedge (p \Rightarrow \sim q) = p \wedge (\sim p \vee \sim q)
Apply the distributive law of logic to the expression:
= (p \wedge \sim p) \vee (p \wedge \sim q)
Here, p \wedge \sim p is always false, because a statement and its negation cannot both be true.
Since p \wedge \sim p is false (denoted by F or 0 in Boolean algebra), the expression simplifies to:
= F \vee (p \wedge \sim q)
= p \wedge \sim q
Now, apply the negation to the entire expression:
\sim (p \wedge \sim q) can be simplified using De Morgan's laws:
= \sim p \vee q
Thus, the expression \sim(p \wedge(p \Rightarrow \sim q)) simplifies to (\sim p) \vee q, which matches the given correct answer.
The number of values of $r \in\{p, q, \sim p, \sim q\}$ for which $((p \wedge q) \Rightarrow(r \vee q)) \wedge((p \wedge r) \Rightarrow q)$ is a tautology, is :
Among the statements :
\((S1)\) \((( p \vee q ) \Rightarrow r ) \Leftrightarrow( p \Rightarrow r )\)
\((S2)\)\((( p \vee q ) \Rightarrow r ) \Leftrightarrow(( p \Rightarrow r ) \vee( q \Rightarrow r ))\)