SOLUTION: Derive:(~P) v Q 1. P>Q

Algebra ->  Proofs -> SOLUTION: Derive:(~P) v Q 1. P>Q      Log On


   



Question 1009333: Derive:(~P) v Q
1. P>Q

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
I'm going to do a proof by contradiction. It is also known as an indirect proof. I'm going to assume the complete opposite of what I want to derive. Then I'm going to show there's a contradiction that arises because of this assumption. Because of this contradiction, the complete opposite of the assumption must be true.

The assumption is made on line 2. It is the complete opposite of ~P v Q
The contradiction happens on line 9.

NumberStatementLines UsedReason
1P -> Q
:.~P v Q
2~(~P v Q)AIP
3~~P & ~Q2DM
4P & ~Q3DN
5~Q & P4Comm
6P4Simp
7~Q5Simp
8Q1,6MP
9Q & ~Q8,7Conj
10~P v Q2-9IP


Acroynyms/Abbreviations used. I'm using the rules of inference/replacement

AIP = assumption for indirect proof (aka proof by contradiction)
Comm = commutation
Conj = conjunction
IP = indirect proof (aka proof by contradiction)
DM = de morgan's law
DN = double negation
MP = modus ponens
Simp = simplification