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

DistributionDirectionHolds?
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