SOLUTION: 1. A v B 2. A ≡ (C & D) 3. B ⊃ (D & G)/D I am trying to solve this equation. i do know that I need to use an indirect proof but I am stuck.

Algebra.Com
Question 1171792: 1. A v B
2. A ≡ (C & D)
3. B ⊃ (D & G)/D
I am trying to solve this equation. i do know that I need to use an indirect proof but I am stuck.

Answer by math_helper(2461)   (Show Source): You can put this solution on YOUR website!

1. A v B Premise
2. A <--> (C & D) Premise
3. B --> (D & G) Premise
::4. A Conditional Proof (CP) assumption #1
::5. (A --> (C & D)) & ((C & D) --> A) 2 Biconditional Equivalence (not sure of proper term)
::6. (A --> (C & D)) 5 Simplification (SIMP)
::7. C & D 6,4 Modus Ponens (MP)
::8. D 7 SIMP
::9. A --> D 4-8, CP
::9. B CP assumption #2
::10. D & G 3,9 MP
::11. D 10 SIMP
::12. B --> D 9-11 CP
::13. (A v B) --> D 4-12 CP Proof By Cases (PBC)
14. (A v B) --> D 4-13 CP (discharges CP assumptions)
15. D 14,1 MP
What does this proof do? Lines 4-8 show if we assume A true, D is true (if A then D). Lines 9-13 show "if B then D", therefore "if (A v B) then D" is true because we've covered the two possible cases (A true or B true) and we promote that result on line 14. Line 15 follows from the premise on line 1.

RELATED QUESTIONS

1. A v B 2. A ≡ (C & D) 3. B ⊃ (D & G)/D I know I need to use indirect proof... (answered by Edwin McCravy)
I need help finishing this proof. A v (~B v ~C), A -> (D -> E), ~(~B v ~D) :. C -> (D -> (answered by jim_thompson5910)
Use natural deduction to derive the conclusion of the following arguments. Do not use... (answered by solver91311)
I can't figure out this exercise B v R / (R v D)> J / ~J>~(B v A) // J I have to... (answered by Edwin McCravy)
I am trying to use indirect proof to derive the conclusion but I am confused on the steps (answered by Edwin McCravy)
I need help finishing this proof. (A . B) -> (E -> A), (A . B) v C, C -> D :. (E -> A) (answered by jim_thompson5910)
1. A -> ~(B v C) 2. ~D -> (~A -> ~E) 3. ~(~E v F) 4. ~F -> (A -> B) /D I don't... (answered by Edwin McCravy)
I am trying to solve this proof: premises: A or B, A or C goal: A or (B and C) I... (answered by richard1234,robertb)
Help me solve the following using an indirect proof. I am including what I have so far.... (answered by jim_thompson5910)