Can someone provide an interpretation to show that the following are not equivalent:
$$\forall x \in D, P(x) \vee Q(x)\;\;\text{vs.}\;\;(\forall x \in D, P(x)) \vee (\forall x \in D, Q(x))$$
They seem equivalent.
Or; let $D=\mathbb Z$ and $$P(x): x~~~\text{is odd},~~Q(x): x~~~\text{is even}$$
Let $D=\Bbb R$ and $P(x)$ mean $x\ge 0$. Can you find a suitable property $Q(x)$?
The first statement asserts that for all $x \in D, P$ is true or $Q$ is true. Perhaps both may be true, assuming the statement uses the inclusive OR. However, this statement does not claim that both $P \text{ and } Q$ must be true for any given $x$. It also does not claim that either (or both) must be true for all $x$.
The second statement on the other hand, claims that either $P$ must be true for all $x$ or $Q$ must be true for all $x$ or both are simultaneously true for all $x$. So for example, with this statement it may not be the case that $P$ is true for all $x$ and $Q$ is true for some $x$ but not others. However, this possibility is included by the first statement.