Spaces:
Running
on
Zero
wrong
๐: Show that โxP(x) โจโxQ(x) and โxโy(P(x)โจQ(y)),
where all quantifiers have the same nonempty domain,
are logically equivalent. (The new variable y is used to
combine the quantifications correctly.)
๐ค: To show that two statements are logically equivalent, we need to prove that one can be deduced from the other using logical rules of inference. In this case, we want to show that $\forall x P(x) \lor \forall x Q(x)$ and $\forall x \forall y (\exists z (P(z) \lor Q(z)))$ are logically equivalent.
First, let's rewrite the second statement in a more convenient form:
Using the principle of universal instantiation, we can substitute $z = x$ into the formula to get:
Now, we can see that the formula reduces to:
which is identical to the first statement. Therefore, we have shown that $\forall x P(x) \lor \forall x Q(x)$ and $\forall x \forall y (\exists z (P(z) \lor Q(z)))$ are logically equivalent.