Multiple Quantifiers
Context: FIT1058_MOC Β· stacking over several variables Β· order matters when the types differ Β· supports instantiation and distribution
Quick Revision
- π― Objective: prefix an expression with several quantifiers, each binding a distinct variable β mixed order changes meaning.
- π¦ Core Components: four patterns β distinctness needs β instantiation + distribution laws.
- β‘ Key Constraint: but not conversely; like quantifiers commute, mixed do not.
π Core
1. Stacking Quantifiers
- Distinct variables β is meaningless (same variable twice).
- Four patterns β , , , express four different claims.
- Distinctness β βotherβ/βtwo verticesβ needs the equality predicate , pairing under , under .
2. Order of Mixed Quantifiers
- β one witness adjacent to all β stronger.
- β each has some neighbour β witness may depend on .
- Implication β , not conversely; like quantifiers commute/merge.
3. Instantiation & Distribution
- Universal instantiation β ; existential generalisation β .
- Full distribution β over , over (equivalences).
- One-way only β over , over (no converse).
βοΈ Core Decision Matrix
| Distribution | Direction | Holds? |
|---|---|---|
| both | β equivalence | |
| both | β equivalence | |
| one way | β οΈ no converse | |
| one way | β οΈ no converse |
When It Flips: counterexample to the missing converse β on every number satisfies , so holds, yet (all even or all odd) fails.
π Exam Execution Trace
Applied Exercise
Problem: Evaluate both quantifier orderings and state their relationship. Derivation Proof / Hand-Calculation Walkthrough:
Final Extracted Output: both hold here ( is complete); in general is the stronger form.
β οΈ Common Mistakes
- π‘ Mixed do not commute β (one witness for all) is strictly stronger than (witness may vary); only like quantifiers merge to /.
π§ Active Recall
Why does the order of mixed quantifiers matter β vs ?
- Hint: Witness dependence.
Answer
- Short answer: = one for every ; = may depend on .
- Why: One-way implication β the universal witness serves everyone, so but not conversely; like quantifiers commute/merge.
Which quantifier/connective distributions are equivalences, and which are one-directional?
- Hint: β, β full; cross-pairs one way.
Answer
- Short answer: , ; the β / β pairs hold one way only.
- Why: Even/odd β true but not all-even-or-all-odd.