I want to use the following equivalence as part of a proof:
- $$(P\implies Q ) \land (R \implies S) $$
is equivalent to
- $$ P \lor R \implies Q \lor S$$?
Intuitively, it makes sense that $1 \implies 2$, but I'm not sure about the other direction ($2 \implies 1$). Is this correct? Why? If it is possible to prove this, which are the steps I'm missing?
Intuitively, if you know that $$P \lor R \implies Q \lor S$$ there is no reason to conclude that $$P \implies Q \quad\hbox{and}\quad R \implies S\ .$$ For example, it might be that $$P \implies S \quad\hbox{and}\quad R \implies Q\ .$$ So you should not expect that $(2)$ implies $(1)$. For a more formal solution, see Alexander's answer.