Knowing that $$(∀xP) ∨ (∀xQ)$$ is not equivalent with $$∀x(P ∨ Q),$$ how can I pull the quantifiers in front of the formula simple formula $$ (∀xP) ∨ (∀xQ)$$
Or $$(∃xP) ∧ (∃xQ)$$ for that matter.
Knowing that $$(∀xP) ∨ (∀xQ)$$ is not equivalent with $$∀x(P ∨ Q),$$ how can I pull the quantifiers in front of the formula simple formula $$ (∀xP) ∨ (∀xQ)$$
Or $$(∃xP) ∧ (∃xQ)$$ for that matter.
The distributive law works here just like it would for finite conjunctions and disjunctions. By analogy with
$$ (w\land x)\lor(y\land z)=(w\lor y)\land(w\lor z)\land(x\lor y)\land(x\lor z) $$
you get
$$ (\forall xP)\lor(\forall xQ)\Leftrightarrow\forall(x,y)(P(x)\lor Q(y))\;, $$
and likewise
$$ (\exists xP)\land(\exists xQ)\Leftrightarrow\exists(x,y)(P(x)\land Q(y))\;. $$