If \(S_2\) is True, then \(S_1\)is True
If \(S_2\) is False, then \(S_1\) is False
If \(S_2\) is False, then \(S_1\) is True
If \(S_1\) is False, then \(S_2\) is False
To determine which statements regarding \(S_1\) and \(S_2\) are not true, let's analyze both logical expressions:
Given logical statements:
\(S_1 : ((\sim p) \lor q) \lor ((\sim p) \lor r)\)
\(S_2 : p \rightarrow (q \lor r)\)
Firstly, let's simplify \(S_1\):
The expression \(S_1\): \(((\sim p) \lor q) \lor ((\sim p) \lor r)\) can be further simplified. Since both disjunctions contain \(\sim p\), the overall expression simplifies to:
\((\sim p) \lor (q \lor r)\)
Now, considering \(S_2\): \(p \rightarrow (q \lor r)\) is logically equivalent to \(\sim p \lor (q \lor r)\) because an implication \(a \rightarrow b\) is the same as \(\sim a \lor b\).
So we see that:
Both \(S_1\) and \(S_2\) are logically equivalent since they simplify to the same expression.
Now let's verify each option based on this understanding:
Therefore, the statement that is NOT true is: If \(S_2\) is False, then \(S_1\) is True.