I need to prove that the formula
- $P \leftrightarrow Q$
is a logical consequence of, but not logically equivalent, to the conjunction of the following:
- $Q \rightarrow R$
- $R \rightarrow (P \land Q)$
- $P \rightarrow (Q \lor R)$
I've been able to compute through logical equivalences that the conjunction of $(1), (2), (3)$ is equivalent to $(R \leftrightarrow Q) \land (R \rightarrow P) \land (P \rightarrow (Q \lor R))$. How should I continue?
Note: the question relates to propositional logic, not predicate logic.