note
Quantifiers & Implications Summary
Updated 3/27/2026 • Resource: How to prove it?
Statements vs Open Statements
- Statement: A sentence with a definite truth value (True/False)
- Open Statement: Contains a free variable; truth value depends on variable
Examples:
- (2 + 2 = 4) → Statement
- (x + 2 = 5) → Open statement (depends on (x))
- “Close the door” → Not a statement
Variables in Logic
-
Bound Variable: Variable whose scope is restricted by quantifiers
- Example: (\forall x \in \mathbb{Z}, x^2 \ge 0) → (x) is bound
-
Free Variable: Variable not restricted by quantifiers; truth depends on value
- Example: (P(x) = x^2 = 4) → Truth depends on (x)
Sets and Membership
- Definition: A collection of objects/elements
- Set notation with conditions:
- Membership: (x \in A) → x belongs to set A
- Subset: (B \subseteq A) → all elements of B are in A
Example:
Quantifiers
- Universal Quantifier: (\forall x \in D, P(x)) → “For all x in domain D, P(x) is true”
- Existential Quantifier: (\exists x \in D, P(x)) → “There exists at least one x in D such that P(x) is true”
Negation Rules:
Implications in Logic
- Implication: (p \to q) → False only if (p) is True and (q) is False
- Negation:
Example:
Negation:
Nested Quantifiers
- Example:
-
English: “Every integer has a larger integer” ✅
-
Negation:
-
Truth: Original True, Negation False
-
Tip: Order of quantifiers matters drastically.
- (\forall x \exists y) ≠ (\exists y \forall x)
Drills & Examples
Single Quantifier + Implication
- Negation:
Truth Evaluation
Reason: No integer (x) works for all (y)
Key Lessons Learned
-
Always translate English → symbols → evaluate
-
Check bound vs free variables
-
Negate quantifiers carefully:
- Flip quantifiers
- Apply (\neg(p \to q) = p \land \neg q)
-
Multi-quantifier statements are tricky → check order and counterexamples
-
Implications often produce vacuous truths when hypothesis is false