SOLUTION: Natural Deduction - all 18 rules can be used 1. M -> (R ^ E) 2. (E v H) -> G / M -> G

Algebra ->  Proofs -> SOLUTION: Natural Deduction - all 18 rules can be used 1. M -> (R ^ E) 2. (E v H) -> G / M -> G      Log On


   



Question 1009929: Natural Deduction - all 18 rules can be used
1. M -> (R ^ E)
2. (E v H) -> G / M -> G

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


NumberStatementLines UsedReason
1M -> (R ^ E)
2(E v H) -> G
:.M -> G
3~(E v H) v G2MI
4(~E ^ ~H) v G3DM
5G v (~E ^ ~H)4Comm
6(G v ~E) ^ (G v ~H)5Dist
7G v ~E6Simp
8~E v G7Comm
9E -> G8MI
10~M v (R ^ E)1MI
11(~M v R) ^ (~M v E)10Dist
12(~M v E) ^ (~M v R)11Comm
13~M v E21Simp
14M -> E13MI
15M -> G14,9HS




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

Conditional Proof (alternative method)

Assume M is true. Show this leads to G being true.

NumberStatementLines UsedReason
1M -> (R ^ E)
2(E v H) -> G
:.M -> G
3MACP
4R ^ E1,3MP
5E ^ R4Comm
6E5Simp
7E v H6Add
8G2,7MP
9M -> G3-8CP



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

Abbreviations/Acronyms Used (applies to either method)

ACP = Assumption for Conditional Proof
Add = Addition
Comm = Commutation
CP = Conditional Proof
Dist = Distribution
DM = De Morgan's Law
HS = Hypothetical Syllogism
MI = Material Implication
MP = Modus Ponens
Simp = Simplification