Negation Formula
The Formula
When to use: Flipping true to false or false to true. 'It is NOT the case that...'
Quick Example
Notation
What This Formula Means
The negation of a statement P, written \neg P, is the statement with the opposite truth value: true when P is false, and false when P is true.
Flipping true to false or false to true. 'It is NOT the case that...'
Formal View
Worked Examples
Example 1
easySolution
- 1 Recall that the negation \neg P of a statement P is the statement that is true exactly when P is false.
- 2 (a) P: '5 > 3' (True). The negation reverses the inequality: \neg P: '5 \le 3' (False). (b) P: 'All cats are black' has form \forall x, P(x). Its negation is \exists x, \neg P(x): 'There exists a cat that is not black.'
- 3 Truth values: (a) \neg P is False because 5 > 3 is true. (b) \neg P is True because black cats are not the only kind โ there exist non-black cats in the world.
Answer
Example 2
mediumCommon Mistakes
- Negating 'All X are Y' as 'No X are Y' instead of 'Some X are not Y'
- Thinking negation changes a statement's subject โ \neg P just flips the truth value, it doesn't create a 'stronger opposite'
- Forgetting double negation cancels out โ \neg(\neg P) = P, not something new
Why This Formula Matters
Essential for expressing opposites and proof by contradiction.
Frequently Asked Questions
What is the Negation formula?
The negation of a statement P, written \neg P, is the statement with the opposite truth value: true when P is false, and false when P is true.
How do you use the Negation formula?
Flipping true to false or false to true. 'It is NOT the case that...'
What do the symbols mean in the Negation formula?
\neg P or \sim P or P'
Why is the Negation formula important in Math?
Essential for expressing opposites and proof by contradiction.
What do students get wrong about Negation?
Negation of 'All dogs bark' is 'Some dog doesn't bark,' not 'No dogs bark.'
What should I learn before the Negation formula?
Before studying the Negation formula, you should understand: logical statement.