SOLUTION: Prove the following using indirect proof: 1. (A ∨ B) ⊃ C 2. (∼A ∨ D) ⊃ E / C ∨ E

Algebra.Com
Question 1193421: Prove the following using indirect proof:
1. (A ∨ B) ⊃ C
2. (∼A ∨ D) ⊃ E / C ∨ E






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

Here's how I'd do the derivation table
NumberStatementLine(s) UsedReason
1(A v B) -> C
2(~A v D) -> E
:.C v E
3~(C v E)Assumption for Indirect Proof
4~C & ~E3De Morgan’s Law
5~C4Simplification
6~E4Simplification
7~(A v B)1,5Modus Tollens
8~A & ~B7De Morgan’s Law
9~A8Simplification
10~(~A v D)2,6Modus Tollens
11~~A & ~D10De Morgan’s Law
12A & ~D11Double Negation
13A12Simplification
14A & ~A13,9Conjunction
15C v E3-14Indirect Proof, aka proof by contradiction



Further explanation:
In place of the horseshoe symbols, I used arrows.

The idea is to negate the conclusion C v E to get ~(C v E) as the starting point of the indirect proof or proof by contradiction (this is done on line 3).
The goal is to try to find two statements from that starting point that clash with one another.
That contradiction will then lead back to C v E being the only possibility.

On lines 9 and 13, I got ~A and A respectively. One or the other must happen, but both cannot be simultaneously the case.
It's like saying a light switch is off and on at the same time.
This is the key contradiction needed to conclude that ~(C v E) cannot be the case. Therefore, C v E is a valid conclusion.

Notice how the "number" column has been indented for the subcase of assuming the ~(C v E). It's like going off on a separate hypothetical branch. Once we realize a contradiction happens with that branch, we then snap back to the opposite of ~(C v E) in other words C v E


RELATED QUESTIONS

1. A > [B>(C*~D)] 2. (BvE)>(DvE) Therefore, 3. (A*B) > (C*E) Using conditional... (answered by jim_thompson5910)
Solve the proof: 1. (AvB)->D 2. D-> (c->E) 3. A&C :. E (answered by jim_thompson5910)
Indirect proof 9. 1) R 2) (~ C v ~ D) v S 3) ~ (C ⋅ D) ⊃ ~R / ∴ S (answered by solver91311)
Prove the following using conditional proof: 1. ∼A ⊃ (B • C) 2. D ⊃ ∼C / D (answered by math_tutor2020)
Prove directly, no Conditional Proof or Indirect Proof 1. M ⊃ ~ C 2. ~C ⊃ ~ A (answered by math_tutor2020)
Use natural deduction to derive the conclusion of the following arguments. Do not use... (answered by math_helper)
Use Indirect proof to solve the following: B ≡ (A • D) ~A ⊃ (~B ⊃ C) / A ∨... (answered by Edwin McCravy)
Prove using Conditional Proof 1. C ⊃ (D ∨ ∼E) 2. E ⊃ (D ⊃ F) / C ⊃ (E... (answered by math_tutor2020)
Use conditional proof (CP) together with the eight rules of implication and ten rules of... (answered by math_tutor2020)