SOLUTION: Use Indirect proof to solve the following: (P v F) ⊃ (A v D) A ⊃ (M • ~P) D ⊃ (C • ~P) / ~P

Algebra ->  Proofs -> SOLUTION: Use Indirect proof to solve the following: (P v F) ⊃ (A v D) A ⊃ (M • ~P) D ⊃ (C • ~P) / ~P      Log On


   



Question 1198762: Use Indirect proof to solve the following:
(P v F) ⊃ (A v D)
A ⊃ (M • ~P)
D ⊃ (C • ~P) / ~P

Answer by math_tutor2020(3816) About Me  (Show Source):
You can put this solution on YOUR website!

This is one way to do the derivation.
NumberStatementLine(s) UsedReason
1(P v F) ⊃ (A v D)
2A ⊃ (M • ~P)
3D ⊃ (C • ~P)
:.~P
4~(~P)Assumption For Indirect Proof
5P4Double Negation
6P v F5Addition
7A v D1,6Modus Ponens
8(M • ~P) v (C • ~P)2,3,7Constructive Dilemma
9(M v C) • ~P8Distribution
10~P9Simplification
11~P • P10,5Conjunction
12~P4 - 11Indirect Proof

The idea is to start with the conclusion ~P and negate it to get ~(~P).
The goal is to show a contradiction arises when we assume the opposite of the conclusion.
As shown above, the contradiction happens on line 11 when we have ~P and P together.
This contradiction then leads us to conclude the opposite of the assumption ~(~P) must be the case, i.e. the original conclusion we started with is the case.
This fully wraps up the proof.