Mathematics · Glossary

What is Quantifiers?

Definition 1.4 University Mathematics — Year 1 · Chapter 1 — Logic, Sets and Maps

Let P(x)P(x) be a property of an element xx of a set EE.

  • xE, P(x)\forall x \in E,\ P(x) (“for all xx in EE, P(x)P(x)”) is true when every element of EE satisfies PP;
  • xE, P(x)\exists x \in E,\ P(x) (“there exists xx in EE such that P(x)P(x)”) is true when at least one element of EE satisfies PP.

One writes !\exists! for “there exists a unique”.

Examples

Example 1.6 (Negating everyday mathematical sentences)

Let f ⁣:RRf \colon \R \to \R. The sentence “ff is increasing” reads

xR, yR,xy    f(x)f(y),\forall x \in \R,\ \forall y \in \R,\quad x \leq y \implies f(x) \leq f(y) ,

and its negation, by Proposition 1.5 plus the rule ¬(P    Q)    P¬Q\lnot(P \implies Q) \iff P \land \lnot Q:

xR, yR,xy  and  f(x)>f(y):\exists x \in \R,\ \exists y \in \R,\quad x \leq y \ \text{ and }\ f(x) > f(y) :

a single witnessing pair suffices. Likewise “ff is bounded” is MR, xR, f(x)M\exists M \in \R,\ \forall x \in \R,\ \abs{f(x)} \leq M, with negation

MR, xR,f(x)>M:\forall M \in \R,\ \exists x \in \R,\quad \abs{f(x)} > M :

whatever bound is proposed, some point beats it. The insight: a correct negation never contains “not” applied to a quantified block — it is a new positive statement, in which the roles are exchanged: one now produces the witnesses one previously received.

Example 1.7 (Order of quantifiers)

The order of different quantifiers matters:

xR, yR, y>xis true (take y=x+1),\forall x \in \R,\ \exists y \in \R,\ y > x \quad\text{is true (take } y = x+1\text{),}
yR, xR, y>xis false (no real number exceeds all reals).\exists y \in \R,\ \forall x \in \R,\ y > x \quad\text{is false (no real number exceeds all reals).}

In the first statement yy may depend on xx; in the second, one single yy must work for all xx. Two identical quantifiers, on the other hand, always commute.

Example 1.8 (Reading a definition with three quantifiers)

The sentence “the sequence (un)(u_n) converges to \ell” will be written in Chapter 11 as

ε>0, NN, nN,unε.\forall \varepsilon > 0,\ \exists N \in \N,\ \forall n \geq N,\quad \abs{u_n - \ell} \leq \varepsilon .

Its negation, by Proposition 1.5 applied three times, is

ε>0, NN, nN,un>ε.\exists \varepsilon > 0,\ \forall N \in \N,\ \exists n \geq N,\quad \abs{u_n - \ell} > \varepsilon .

Being able to negate such sentences mechanically, without thinking about what they mean, is a genuine skill: it separates the logical work from the mathematical work.

Read in context →