SOLUTION: Use the inference rules to derive the conclusion 1. T ⊃ O 2. R v ~O 3. ~R/~T

Algebra ->  Proofs -> SOLUTION: Use the inference rules to derive the conclusion 1. T ⊃ O 2. R v ~O 3. ~R/~T       Log On


   



Question 1171799: Use the inference rules to derive the conclusion
1. T ⊃ O
2. R v ~O
3. ~R/~T

Found 2 solutions by Plocharczyk, Edwin McCravy:
Answer by Plocharczyk(17) About Me  (Show Source):
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
1. T ⊃ O
2. R v ~O
3. ~R              /~T

4. ~O            2,3 Disjunctive Syllogism | You Must Learn: [(p v q) & ~p] ⊃ q
5. ~T            1,5 Modus tollens         | You Must Learn: [(p ⊃ q) & ~q] ⊃ p

It's common sense that if you know one of two things is true, then if one of them
is not true, then the other one must be true.  That's disjunctive syllogism!

It's also common sense that if a first thing implies a second thing, and the
second thing is not true, then the first thing must not have been true either.
That's modus tollens.

All logic is plain old common sense.  You just have to learn what it says.

Edwin