Consider the following statements: \(S_1 : \forall x P(x) \vee \forall x…
2019
Consider the following statements:
\(S_1 : \forall x P(x) \vee \forall x Q(x)\) and \(\forall x (P(x) \vee Q(x))\) are not logically equivalent.
\(S_2 : \exists x P(x) \wedge \exists x Q(x)\) and \(\exists x (P(x) \wedge Q(x))\) are not logically equivalent.
Which of the following statements is/are correct?
- A.
Only
\(𝑆_1\) - B.
Only
\(𝑆_2\) - C.
Both
\(𝑆_1\)and\(𝑆_2\) - D.
Neither
\(𝑆_1\)nor\(𝑆_2\)
Attempted by 62 students.
Show answer & explanation
Correct answer: C
Answer: Both statements S1 and S2 are not logically equivalent. Below are concise counterexamples.
S1: (∀x P(x)) ∨ (∀x Q(x)) is not equivalent to ∀x (P(x) ∨ Q(x)). Example: let the domain be {1,2}, let P hold only at 1 and Q hold only at 2. Then for each element x, P(x) ∨ Q(x) is true, so ∀x (P(x) ∨ Q(x)) is true. But neither ∀x P(x) nor ∀x Q(x) holds, so (∀x P(x)) ∨ (∀x Q(x)) is false. Thus the two formulas differ in truth value.
S2: (∃x P(x)) ∧ (∃x Q(x)) is not equivalent to ∃x (P(x) ∧ Q(x)). Example: with the same domain {1,2}, let P hold only at 1 and Q hold only at 2. Then ∃x P(x) and ∃x Q(x) are both true, so the conjunction is true, but there is no single element that satisfies both P and Q, so ∃x (P(x) ∧ Q(x)) is false. Hence the two formulas are not equivalent.
Remark: In each case one direction does hold in general (for instance, (∀x P(x)) ∨ (∀x Q(x)) implies ∀x (P(x) ∨ Q(x)), and ∃x (P(x) ∧ Q(x)) implies (∃x P(x)) ∧ (∃x Q(x))), but the converses fail, which is why the pairs are not logically equivalent.
A video solution is available for this question — log in and enroll to watch it.