1

I am trying to solve the following by proof by refutation:

A or B 1.
NOT A or I 2.
NOT B or T 3.
NOT I 4.
NOT T 5.

Where the goal is to prove a contradiction.

My approach has been:

NOT A 6. [2+4]
NOT B 7. [3+5]
CONTRADICTION 8. [1+6+7]

By the logic that:

(A OR B) AND NOT A AND NOT B IMPLY CONTRADICTION

The book however solves it by deriving:

A [1+7]

Ie: Using NOT B together with A OR B

And then calling a contradiction by A AND NOT A.

Would my strategy be acceptable?

MrD
  • 416

1 Answers1

2

Yes, by De Morgan's laws :

$\lnot (A \lor B) \Leftrightarrow (\lnot A \land \lnot B)$.