Proof, is $\forall x : (P(x) \lor Q(x)) \Leftrightarrow \forall x : P(x) \lor \forall x : Q(x)$?

I have to prove if the following statement is true or false $$\forall x : (P(x) \lor Q(x)) \Leftrightarrow \forall x : P(x) \lor \forall x : Q(x)$$

I understand the first statement as, for every $x$, at least one of the functions $P$, $Q$ is true. For the second statement, at least one of the functions $P$, $Q$ is true for every $x$. Is this correct? When yes, how could I prove this? Using the distributive law will clearly render me the wrong result.


Solution 1:

In think your understanding is right, except that "at least one of the functions $P$, $Q$ is true for every $x$" is somewhat ambiguous in ordinary English. It could mean either the left-hand side of your goal or the right-hand side of your goal.

Before you start figuring out how to prove the statement, you should give some thought to whether you would expect it to be true at all. If it's not true, searching for a proof will be futile. Is there some easy counterexample to find, perhaps?

For example, for every natural number it is true that it is even or that it is odd. What does your formula claim when applied to that fact?

Solution 2:

$\forall x \in \{0,1\}$ either $x = 0$ or $x = 1$ but it isn't true that $\forall x \in \{0,1\}$, $ x = 0 \ $ or $\forall x \in \{0,1\}$, $ x = 1$.