SOLUTION: III. Use Indirect Proof to solve the following arguments (K v L) ⊃ (M • N) (N v O) ⊃ (P • ~K) / ~K Thank you!

Algebra ->  Proofs -> SOLUTION: III. Use Indirect Proof to solve the following arguments (K v L) ⊃ (M • N) (N v O) ⊃ (P • ~K) / ~K Thank you!      Log On


   



Question 1157891: III. Use Indirect Proof to solve the following arguments
(K v L) ⊃ (M • N)
(N v O) ⊃ (P • ~K) / ~K
Thank you!

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

The conclusion is ~K
The opposite of this is ~~K, or more simply just K
The idea is to assume ~~K or K is the case and show how this leads to a contradiction. Note how lines 4 and 12 contradict each other, so this is the key to this indirect proof. The term "indirect proof" is the same as "proof by contradiction".

NumberStatementLines UsedReason
1(K v L) -> (M & N)
2(N v O) -> (P & ~K)
Conclusion~K
3~~KAssumption for Indirect Proof
4K3Double Negation
5K v L4Addition
6M & N1,5Modus Ponens
7N & M6Commutation
8N7Simplification
9N v O8Addition
10P & ~K2,9Modus Ponens
11~K & P10Commutation
12~K11Simplification
13K & ~K4,12Conjunction
14~K3-13Indirect Proof