Prove or disprove the following equivalence: $$ ∀x Px \wedge ∀x Qx \Leftrightarrow ∀x ∃y ( Px \vee Qy ) $$
I've tried it, but I do not know how to solve logical equivalences involving quantifiers.
Prove or disprove the following equivalence: $$ ∀x Px \wedge ∀x Qx \Leftrightarrow ∀x ∃y ( Px \vee Qy ) $$
I've tried it, but I do not know how to solve logical equivalences involving quantifiers.
Copyright © 2021 JogjaFile Inc.
(1) Some Background
First let us recall some well-known equivalences:
Since ∀ and ∃ are generalizations of ∧ and ∨ respectively, we observe that (i) and (ii) simply states that ∀ (∃) can be distributed over ∧ (∨). The same holds for their respective distribution over ∨ and ∧, but only if the condition below is met:
And finally:
which simply means that a superfluous quantification can always be eliminated.
(2) The Answer
After considering those equivalences shown above, we can start by noticing that
\begin{align} ∀x Px \wedge ∀x Qx & \Leftrightarrow ∀x ∃y ( Px \vee Qy ) \tag{1}\\ & \Leftrightarrow ∀x (∃yPx \vee ∃yQy ) \tag{2}\\ &\Leftrightarrow ∀x (Px \vee ∃yQy ) \tag{3}\\ &\Leftrightarrow ∀x Px \vee ∃yQy \tag{4}\\ \end{align}
(that is, in (1) we apply (ii); in (2) we apply (vi); since $x \notin FV(∃yQy)$ we use (iii) in (3) and we obtain (4).)
Hence our original equivalence means that
Now isn't easier to construct an interpretation where this does not hold?
Can you work on the details?