Negation Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Write the negation of each statement and determine its truth value: (a) '5>35 > 3', (b) 'All cats are black.'

Solution

  1. 1
    Recall that the negation ¬P\neg P of a statement PP is the statement that is true exactly when PP is false.
  2. 2
    (a) PP: '5>35 > 3' (True). The negation reverses the inequality: ¬P\neg P: '535 \le 3' (False). (b) PP: 'All cats are black' has form x,P(x)\forall x, P(x). Its negation is x,¬P(x)\exists x, \neg P(x): 'There exists a cat that is not black.'
  3. 3
    Truth values: (a) ¬P\neg P is False because 5>35 > 3 is true. (b) ¬P\neg P is True because black cats are not the only kind — there exist non-black cats in the world.

Answer

(a)  53  (False),(b)  Some cat is not black  (True)(a)\;5 \le 3 \;(\text{False}),\quad (b)\;\text{Some cat is not black}\;(\text{True})
Negation flips the truth value. For universal statements (\forall), the negation is an existential statement (\exists). The original and its negation always have opposite truth values.

About Negation

The negation of a statement PP, written ¬P\neg P, is the statement with the opposite truth value: true when PP is false, and false when PP is true.

Learn more about Negation →

More Negation Examples