Courses / Mathematics I
Mathematical Language and Reasoning

Quantifiers and Predicates

A predicate is a statement with a variable, like P(x): "x^2 0" — it becomes true or false only once x is specified.

Mathematics I 296 words Free to read

Statements About Many Objects

A predicate is a statement with a variable, like P(x):"x20"P(x): \text{"}x^2 \ge 0\text{"} — it becomes true or false only once xx is specified. To make definite statements about all or some values, mathematics uses quantifiers, which bind the variable and range over a domain.

The two quantifiers:

Order matters when quantifiers mix. xyP(x,y)\forall x\, \exists y\, P(x, y) ("for every xx there is some yy") is generally weaker than yxP(x,y)\exists y\, \forall x\, P(x, y) ("there is one yy that works for every xx"). Over the integers, "for every xx there is a larger yy" is true, but "there is a yy larger than every xx" is false. Swapping quantifier order can change a true statement into a false one.

Negation follows a precise rule — push the negation inward, flipping each quantifier and negating the predicate: ¬xP(x)    x¬P(x),¬xP(x)    x¬P(x).\neg \forall x\, P(x) \;\equiv\; \exists x\, \neg P(x), \qquad \neg \exists x\, P(x) \;\equiv\; \forall x\, \neg P(x). So the negation of "all are PP" is "some is not PP" — which is why a single counterexample disproves a universal claim, and why "there is no xx with PP" means "every xx fails PP."

Common pitfall: swapping the order of mixed quantifiers or negating them incorrectly. xy\forall x\, \exists y is not interchangeable with yx\exists y\, \forall x. And ¬xP(x)\neg \forall x\, P(x) is x¬P(x)\exists x\, \neg P(x) — "not all are PP" means "at least one is not," not "none is PP." Negation flips \forall \leftrightarrow \exists while negating the inside.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes
Start Mathematics I free

Mathematical Language and Reasoning