Quantifier Negation
Context: FIT1058_MOC · moving across a quantifier flips it · the first-order form of De Morgan · key to negating statements
Quick Revision
- 🎯 Objective: move across a quantifier, flipping ➔ the first-order De Morgan.
- 📦 Core Components: ➔ .
- ⚡ Key Constraint: to negate, push through every quantifier then De Morgan the body.
📝 Core
1. The Two Laws
- Universal ➔ .
- Existential ➔ .
- Name ➔ the quantifier (generalised) De Morgan laws.
2. Why It Generalises De Morgan
- = conjunction, = disjunction over the domain.
- ➔ ” of an AND is an OR of ” across all elements.
3. Negation Procedure
- Push right ➔ move through every quantifier, flipping each.
- De Morgan the body ➔ negate the innermost predicate with Boolean laws.
- Restriction respected ➔ a universal’s negates into an existential’s .
Key identities:
When It Flips: negation = disproof — is exactly why one counterexample disproves a universal, and why disproving an existential needs all cases.
📊 Exam Execution Trace
Manual Execution Trace
Negating :
| Step / State | Expression | Rule |
|---|---|---|
| 0 (Init) | — | |
| 1 | ||
| 2 | rewrite | |
| 3 | De Morgan + |
⚠️ Common Mistakes
- 💡 negates to ➔ a restricted universal’s implication becomes the existential’s conjunction; a double flip returns the original.
🧠 Active Recall
State the two quantifier-negation laws and show "not all dogs are happy" = "there is an unhappy dog".
- Hint: Flip + De Morgan the body.
Answer
- Short answer: ; ; the dog case reduces to .
- Why: ➔ rewriting and applying De Morgan.
How do you negate , and what does simplify to?
- Hint: Flip each quantifier.
Answer
- Short answer: ; .
- Why: Double flip cancels ➔ two negations and two quantifier-flips return a plain existential.