in Mathematical Logic edited by
757 views
1 vote
1 vote

Which of the following arguments is invalid?

  1. $P \vee Q, \sim P \rightarrow R, Q \rightarrow S \vdash R \wedge S$
  2. $P \rightarrow \sim Q, R \rightarrow Q, R \vdash \sim P$
  3. $P \rightarrow R, Q \rightarrow R, Q \vee P \vdash R$
  4. $P \rightarrow \sim Q, \sim Q \vdash P$
in Mathematical Logic edited by
757 views

2 Answers

1 vote
1 vote
Best answer

A and D is invalid.

selected by
2 votes
2 votes

Option (a) is invalid. Given propositions $P \vee Q,{P}' \rightarrow R, Q \rightarrow S$ can be re-written as ${P}' \rightarrow Q, Q \rightarrow S, {P}' \rightarrow R$. ${P}' \rightarrow Q, Q \rightarrow S$ together gives ${P}' \rightarrow S$ by transitivity of implication. So the given propositions are now ${P}' \rightarrow S, {P}' \rightarrow R$. But this cannot mean $R \wedge S$, instead, it is equivalent to $R \vee S$ by constructive dilemma rule.

Option (b) is valid. $P\rightarrow {Q}',R\rightarrow Q, R$ can be re-written as ${P}' \vee {Q}',{R}' \vee Q,R$. Now,  ${R}' \vee Q,R$ is equivalent to $Q$. So effectively it reduces to ${P}' \vee {Q}',Q$ which is equivalent to ${P}'$ by Modus Tollens.

Option (c) is valid because the given set of propositions can be written as $P \rightarrow R, Q \rightarrow R, P, Q$ by applying simplification rule on $Q \vee P$. Then applying Modus Ponens, $P \rightarrow R, P, Q \rightarrow R, Q$ gives $R$.

Option (d) is valid. $P\rightarrow {Q}',{Q}'$ is equivalent to ${P}'\vee {Q}',{Q}'$which always produces $P$.

Therfore option (a) is invalid.

1 comment

For option C, you have used simplification...

P ^ Q  => P or P ^ Q => Q is simplification rule right??? We should have ^ symbol....
0
0
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true