SOLUTION: I'm having a hard time constructing a proof for the following argument. M&~Q M->S S->P And the goal is ~(P->Q)

Algebra.Com
Question 1028017: I'm having a hard time constructing a proof for the following argument.
M&~Q
M->S
S->P
And the goal is ~(P->Q)

Found 2 solutions by richard1234, Edwin McCravy:
Answer by richard1234(7193)   (Show Source): You can put this solution on YOUR website!
M is true, so apply rules 2 and 3:

M --> S --> P, so P is true
Q is not true.

Therefore it is not true that P implies Q.

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
 1.  M&~Q
 2.  M->S
 3.  S->P    /~(P->Q)

 4.  M          1, siomplification
 5.  S          2,4, modus ponens
 6.  P          3,5, modus ponens
 7.  ~Q&M       1, commutation
 8.  ~Q         7, simplification
 9.  P&~Q       6,8, conjunction of premises
10.  ~~P&Q      9, double negation
11.  ~(~PvQ)    10, DeMorgan's law
12.  ~(P->Q)    11, Material implication

Edwin

RELATED QUESTIONS

construct a formal proof of validity for the following argument. 1. (M ⊃ N)... (answered by Edwin McCravy)
Construct a formal proof for the following argument 1. P>R 2. (Q&P)vP... (answered by Edwin McCravy)
I am having trouble solving the following propositional logic proofs. 1. Conclusion:... (answered by jim_thompson5910)
The following diagram shows a river with parallel banks. The river is 40 m wide and is... (answered by new_user)
Complete the following proofs using the Conditional Proof method. 1) 1. ~(P ∙... (answered by solver91311)
I need help with the following Given U = {l, m, n, o, p, q, r, s, t, u, v, w}, A =... (answered by bcpm36)
write a direct proof using the eight rules of inference (C → Q) • (~L →... (answered by Edwin McCravy)
Hello, I have a proof I am trying to write up with the following premises:... (answered by math_helper)
CREATE A PROOF FOR THE FOLLOWING ARGUMENT (R ∨ M) ⊃ S M ∨ C (C ∨ H) ⊃ R... (answered by mccravyedwin)