Can any body explain the logical statement in common terms:
$$P \to (Q \lor R) ~~\iff ~~(P \land\lnot Q) \to R$$
- $\lnot$ negation ("not")
- $\land$ conjunction ("and")
- $\lor$ disjunction ("or")
- $\to$ condition ("implies")
- $\iff$ logical equivalence ("if and only if")
Assume that $P\rightarrow Q\vee R$, we are to show that $P\wedge\neg Q\rightarrow R$. Now assume that $P\wedge\neg Q$ holds, in particular, $P$ holds, so by assumption, we have that $Q\vee R$ holds, we get that either $Q$ or $R$ holds. Since we have $\neg Q$ holds, which means that $Q$ does not hold, so from either $Q$ or $R$ holds, we get that $R$ must hold, this justifies that $P\wedge\neg Q\rightarrow R$.
Now assume that $P\wedge\neg Q\rightarrow R$, we are to show that $P\rightarrow Q\vee R$. So assume that $P$ holds but $Q\vee R$ does not hold, then neither $Q$ nor $R$ holds. In particular, $\neg Q$ holds, so $P\wedge\neg Q$ holds, so we get that $R$ holds, but we have both $R$ and $\neg R$ hold, this is a contradiction. The contradiction comes from that we have assumed that $Q\vee R$ does not hold, so $Q\vee R$ must hold, this justifies that $P\rightarrow Q\vee R$.