For each of the premise-conclusion pairs below, give a valid step-by-step argument (proof) along with the name of the inference rule used in each step.
(a) Premise: {¬p ∨ q → r, s ∨ ¬q, ¬t, p → t, ¬p ∧ r → ¬s}, conclusion: ¬q
I did this:
1) $ p → t $ Premise
2) $¬t $ Premise
3) $¬p $ Modus Tol.
4)$¬p ∨ q → r$ premise
5) $q → r $ disj. syll. from 3 , 4
6) $q ∨ ¬ r $ implication law ( don't know if I'm allowed to use that here)
7) $¬ ( q ∨ ¬ r ) $ Don't know the name of this rule. I'm thinking negation?
8) $¬ q ∧ r $
9)$ ¬ q $ by simplification.
You misused the ~p to derive "q->r" given that you have ~p and can only derive ~p from that specific disjunction. I'm not sure what you did in step six either.
Perhaps try:
Premise: p -> t Premise: ~t
[~p v t], DeMorgan's law, therefore ~p given premise ~t and disjunctive syllogism.
Premise: [~p v (q -> r)],
use negation [~(~p v (q -> r))] and distribute negation for:
[p & ~(q -> r)] and distribute after converting conditional to disjunction to derive:
[~(~q v r)] then [q & ~r].
Thus we have [p, ~p, q, and ~r].
with p proven, we can revisit your fourth premise, derive the conditional and use the ~r derived from my proof with modus tollens to prove ~q.