SOLUTION: Hi! I really could use some help solving these two proofs below. I also included instructions! Instructions: You must construct a proof for two of the following. All proofs inc

Algebra ->  Proofs -> SOLUTION: Hi! I really could use some help solving these two proofs below. I also included instructions! Instructions: You must construct a proof for two of the following. All proofs inc      Log On


   



Question 1029291: Hi! I really could use some help solving these two proofs below. I also included instructions!
Instructions: You must construct a proof for two of the following. All proofs include at least 4 steps (besides the original premises).
I have left the section and problem numbers so that you can check your answers online before posting them. Here is the website for checking your answers:
http://www.poweroflogic.com/cgi/menu.cgi
You can expand the readable area to show the whole argument by clicking and dragging on the triangle shape at the bottom right of this area.
Questions from The Power of Logic 5th Edition/Chapter 8/Section 8.3/Part C
15. (~D v E) • (~D v ~F), (E • ~F) → ~G, ~D → ~G ∴ ~G
24. ~O ∴ ~Q → ~(O • P)
Please & Thank you :)

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

NumberStatementLines UsedReason
1(~D v E) & (~D v ~F)
2(E & ~F) -> ~G
3~D -> ~G
:.~G
4~D v E1Simp
5~D v ~F1Simp
6D -> E4MI
7D -> ~F5MI
8E -> (~F -> ~G)2Exp
9D -> (~F -> ~G)6,8HS
10(D & ~F) -> ~G9Exp
11(~F & D) -> ~G10Comm
12~F -> (D -> ~G)11Exp
13D - > (D -> ~G)7,12HS
14(D & D) -> ~G13Exp
15D -> ~G14Taut
16G -> D3Trans
17G -> ~G16,15HS
18~G v ~G17MI
19~G18Taut


Abbreviations Used:

Comm: Commutation
Exp: Exportation
HS: Hypothetical Syllogism
MI: Material Implication
Simp: Simplification
Taut: Tautology
Trans: Transposition

------------------------------------------------------------------------------------------------------------------------
Problem #24

NumberStatementLines UsedReason
1~O
:.~Q -> ~(O & P)
2~O v Q1Add
3Q v ~O2Comm
4(Q v ~O) v ~P3Add
5~(~Q & O) v ~P4DM
6(~Q & O) -> ~P5MI
7~Q -> (O -> ~P)6Exp
8~Q -> (~O v ~P)7MI
9~Q -> ~(O & P)8DM


Abbreviations Used:
Add: Addition
Comm: Commutation
DM: De Morgan's Law
Exp: Exportation
MI: Material Implication