Is $\exists x [(P(x) \vee Q(x))\rightarrow R(x)]$ logically equivalent to $\exists x [(P(x) \rightarrow R(x)) \vee (Q(x)\rightarrow R(x))]$?
What about if I replace $\exists$ with $\forall$?
Is $\exists x [(P(x) \vee Q(x))\rightarrow R(x)]$ logically equivalent to $\exists x [(P(x) \rightarrow R(x)) \vee (Q(x)\rightarrow R(x))]$?
What about if I replace $\exists$ with $\forall$?
On
To supplement the answer given by Jean Abou Samra: If $P(x)$ and $R(x)$ are identically false, while $Q(x)$ is identically true, then $(P(x) \lor Q(x)) \to R(x)$ is false, but $(P(x) \to R(x)) \lor (Q(x) \to R(x))$ is true. As these predicates do not depend on $x$, it does not matter whether you quantify them existentially or universally.
No. In fact, $(P(x) ∨ Q(x)) ⇒ R(x)$ is equivalent to $(P(x) ⇒ R(x)) \color{red}{∧} (Q(x) ⇒ R(x))$.
Proof:
Now you should be able to easily find counterexamples to the equivalence under an $∃$ or $∀$ quantifier.