Can you prove this conclusion follows from the premiss without the use of any tautology? I've been trying to do it but I haven't succeeded without using the tautology equivalences.
p → q ⊢ (p ∨ r) → (q ∨ r)
Can you prove this conclusion follows from the premiss without the use of any tautology? I've been trying to do it but I haven't succeeded without using the tautology equivalences.
p → q ⊢ (p ∨ r) → (q ∨ r)
I don't know what system you are using. In natural deduction, you eliminate the implication to get (p$\lor$r) as hypothesis, use the rule of disjunction with (p$\lor$r) and tem vou need to prove (i) q $\lor$ r from p $\to$ q and p and need to prove (ii) q $\lor$ r from p $\to$ q and r. To (i) tou use modus ponens, to (ii) you have r as hypothesis.
$\fitch{P \rightarrow Q}{\fitch{P \lor R}{ \ Q \lor R}\(P \lor R) \rightarrow (Q \lor R) \quad \rightarrow \ Intro}$
– Bram28 Jul 27 '17 at 19:48