T5.4 2 of 4
Again, our newest rule is:
~I | |||||||
---|---|---|---|---|---|---|---|
input: output: |
|
The final rule of SD, negation elimination, is very similar to negation introduction. But for negation elimination the output will be P while the input is ~P:
~E | |||||||
---|---|---|---|---|---|---|---|
input: output: |
|
The idea here is that to prove some statement P we may assume the negation of P, show that the negation cannot be true because it leads to contradiction, so conclude that P is true.
Let's look at a derivation making use of a negation rule...
From the premise '(~A=B)&~B' deduce 'A'. We will say that 'A' is our goal.
Now, we are working within a subderivation. We assumed '~A' and hopefully will be able to derive some contradiction. (Why?) Toward this intermediate goal we now apply &E to line 1 for the first time...
Finally, we can get our contradiction with another application of &E...can you guess how?
The assumption of line 2, '~A', has led to contradiction. So, 'A' must be true. Thus we have terminated the subderivation and justified 'A'.