For each of the statements below, state whether it is true or false. If true, explain why each of its directions → and ← is true. If false state which direction is false and give a counterexample.
(a) ∀x (A(x) ∨ B(x)) ↔ ∀xA(x) ∨ ∀xB(x)
(b) ∀x (A(x) ∧ B(x)) ↔ ∀xA(x) ∧ ∀xB(x)
(c) ∃x (A(x) ∨ B(x)) ↔ ∃xA(x) ∨ ∃xB(x)
(d) ∃x (A(x) ∧ B(x)) ↔ ∃xA(x) ∧ ∃xB(x)
I am stuck on this question. From reasoning it out via sentences, I believe that the correct (or true) arrows for each of the statements are:
(a) Left
(b) Left
(c) Right
(d) Both
How should I be approaching this problem?
For b and c both directions hold true ...
b: if everything has both properties $A$ and $B$, then obviously everything has property $A$, and everything has property $B$, ... and vice versa.
c: if there is something that has either property $A$ or $B$, then if that thing has property $A$, then there is something with property $A$, and if that thing has property $B$, then there is something with property $B$. So, either there is something with property $A$, or there is something with property $B$
Going the other way around: Assume that either there is something with property $A$, or something with property $B$. Well, in both cases there would then be something woth either property $A$ or $B$
For a, you are right: only the left direction holds: assume that either everything has property $A$, or everything has property $B$. In both cases, everything has either property $A$ or property $B$. For a counterexample against going right: take as the domain all integers, and let $A(x)$ be '$x$ is even', and let $B(x)$ be '$x$ is odd'
For d, going to the right holds: if there is something with both properties $A$ and $B$, then gclearly there is something (namely that very thing) with property $A$, and there is something (again, that very thing) that has property $B$. For a counterexample going left, see above counterexample.