$[ (¬p ∨ s) ∧ (¬ t ∨ ( s ∧ r)) ∧ ( ¬q ∨ r) ∧ ( p ∨ q ∨ t)] \rightarrow ( r ∨ s)$.
I have no idea how to go about this proof. I don't see any way to simply to prove that it is correct, truth table is too many rows. What do I do?
$[ (¬p ∨ s) ∧ (¬ t ∨ ( s ∧ r)) ∧ ( ¬q ∨ r) ∧ ( p ∨ q ∨ t)] \rightarrow ( r ∨ s)$.
I have no idea how to go about this proof. I don't see any way to simply to prove that it is correct, truth table is too many rows. What do I do?
Let $A$ be the statement
$\qquad(\lnot p \lor s) \land (\lnot t \lor (s \land r)) \land ( \lnot q \lor r) \land ( p \lor q \lor t)$
and let $B$ be the statement $r \lor s$.
To prove $A \rightarrow B$, we can instead prove the contrapositive $\lnot B \rightarrow \lnot A$.
Thus, assume $\lnot B$. Then $r \lor s$ is false, hence $r,s$ must both be false. \begin{align*} \text{Then}\;\;A &=(\lnot p \lor s) \land (\lnot t \lor (s \land r)) \land ( \lnot q \lor r) \land ( p \lor q \lor t)\\[4pt] &=(\lnot p \lor \bot) \land (\lnot t \lor (\bot \land \bot)) \land ( \lnot q \lor \bot) \land ( p \lor q \lor t)\\[4pt] &=(\lnot p) \land (\lnot t) \land (\lnot q) \land (p \lor q \lor t)\\[4pt] &=(\lnot p \land \lnot q \land \lnot t) \land (p \lor q \lor t)\\[4pt] &=\lnot (p \lor q \lor t) \land (p \lor q \lor t)\\[4pt] &=\bot \end{align*} hence $\lnot A$, as was to be shown.