Some thoughts on negation

We looked at two examples of negation, and folks wanted to know how one could arrive at them. In particular, we looked at 6a: if the food is good, then the service is excellent.

Let
A: The food is good
B: The service is excellent
Then this sentence is an example of

A -> B

We discovered in Exercise #22 that

A -> B
is equivalent to
(A and B')'
and so the negation of
A -> B
can be written
A and B',
or

The food is good, but the service is poor.

How, might you ask, does one arrive at this?

In order to negate the implication, we begin by negating the one case in which the implication is false: if A is true, and B is false, then the negation must be true. Hence our target wff should be true when both A and B' are true. Consider

A and B'
which in every other case is false, just as it should be!

A look at the truth table also suggests this approach:

A B A -> B ?
T T T F
T F F T
F T T F
F F T F

Only one true, and the rest false. This is similar to the truth table for conjunction making A and B' true simultaneously....

Hence A and B' is the desired negation:

A B A -> B A and B'
T T T F
T F F T
F T T F
F F T F


Website maintained by Andy Long. Comments appreciated.

longa@nku.edu