Mathematical Notation
Learning objectives
- Read and write standard mathematical notation
- Use summation and product notation
- Understand quantifiers (for all, there exists)
Mathematical notation is dense for a reason: it compresses long English sentences into symbols you can scan in a second. "The sum, as ranges over the integers from 1 to 100, of squared" becomes , same meaning, fraction of the space. This section is a tour of the symbols you will need to fluently read every later chapter, and every math text you ever open.
The connectives and quantifiers
, "is an element of." .
, "is not an element of."
, "is a subset of."
, "implies." is the conditional statement from ยงInt.2.
, "if and only if." True exactly when and have the same truth value.
, the universal quantifier, "for all." reads "for every real , is non-negative."
, the existential quantifier, "there exists." reads "there exists a real with " (true; ).
The reference panel below catalogues these and other symbols. Click any one to see its name, how to say it aloud, and one concrete sentence using it, the spoken form is the part that makes reading mathematics out loud feel natural.
Summation and product
The summation symbol packages a sum of indexed terms:
The product symbol packages a product:
The factorial is a special product: . By convention (this convention makes formulas like work without exception).
Reading and writing quantifier statements
The order of quantifiers MATTERS. is true (for every real, there is a larger real). But is false (it claims a single greater than everyone, which would have to be larger than itself).
The negation rules: and . To negate a universal claim, find a single counterexample; to negate an existential claim, show none exists.
Try it
- Evaluate . Then evaluate . Compare the two.
- Compute . Express it as a factorial.
- Translate to symbols: "there exists an integer whose square is 49." Now translate: "for every positive integer , the factorial ."
- What is the negation of ""? Is the original statement true?
A trap to watch for
Swapping quantifier order silently changes the meaning. "Every student in this class has a favourite number" () does NOT say "there is a number that every student in this class favours" (). The first is almost certainly true; the second almost certainly false. The fix: when reading , mentally unfold it into English with the "different choice for each" pattern; for , use the "one choice that works for everyone" pattern.
What you now know
You can read and write summation, product, quantifier, and set-membership notation fluently. This is the last Intermezzo section, the next chapter returns to mathematics proper, opening with the geometry of distance and angles on the plane.
Quick check
References
- Lang, S. (1971). Basic Mathematics. Springer. Intermezzo, ยง4, mathematical notation, summation, and quantifiers.
- Velleman, D. (2019). How to Prove It: A Structured Approach, 3rd ed. Cambridge. Chapter 2: quantifiers and their negations.
- Houston, K. (2009). How to Think Like a Mathematician. Cambridge. Chapter 5: reading and writing mathematical notation deliberately.