SOLUTION: 1. (R v S) > (H & ~G) 2. (K v R) > (G v ~H) / ~R

Algebra ->  Proofs -> SOLUTION: 1. (R v S) > (H & ~G) 2. (K v R) > (G v ~H) / ~R       Log On


   



Question 1008772: 1. (R v S) > (H & ~G)
2. (K v R) > (G v ~H) / ~R

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

NumberStatementLines UsedReason
1(R v S) -> (H & ~G)
2(K v R) -> (G v ~H)
.:~R
3~~RAIP
4R3DN
5R v S4Add
6R v K4Add
7K v R6Comm
8H & ~G1,5MP
9~G & H8Comm
10H8Simp
11~G9Simp
12G v ~H2,7MP
13~H12,11DS
14H & ~H10,13Conj
15~(~~R)3-14IP
16~R15DN


-----------------------------------------------------------------------------

Acronyms/Abbreviations Used

Add = Addition
AIP = Assumption for Indirect Proof
Comm = Commutation
Conj = Conjunction
DM = De Morgan's Law
DN = Double Negation
DS = Disjunctive Syllogism
IP = Indirect Proof (aka proof by contradiction)
MP = Modus Ponens
Simp = Simplification