Welcome to the first module of this course. We begin with the language that makes proof precise: statements, variables, domains, predicates, and quantifiers. These tools will recur throughout number theory, geometry, graph theory, and topology, because nearly every definition and theorem makes claims about “every” object of a certain kind or asserts that “some” object exists.
This lesson develops one essential skill: moving reliably between formal quantified statements and clear mathematical prose. The central task is not merely replacing words with symbols; it is preserving who is being discussed, which objects are included, and how the parts of the statement depend on one another.
Predicates, domains, and completed statements
A predicate is a sentence containing a variable whose truth can depend on the value substituted for that variable. For instance, over the integers, let
This is not yet a complete mathematical statement: could be true when and false when . The variable is free.
A quantifier turns a predicate into a statement with a definite truth value by telling us how broadly to test the predicate.
| Symbol | Read as | Meaning |
|---|---|---|
| “for every,” “for all” | The predicate holds for every object in the stated domain. | |
| “there exists,” “for some” | At least one object in the stated domain makes the predicate true. |
Thus,
means: “Every integer is even.” It is a complete statement, though false.
In contrast,
means: “There exists an integer that is even.” This is true; , for example, is a witness to the existential claim.
The specified domain is indispensable. The expression
has different existential behavior depending on whether ranges over the rational numbers or the real numbers:
says that some real number has square , whereas
makes the same-looking equation a different claim. Quantifiers do not operate in a vacuum: every variable must have a universe of possible values.
Universal and Existential Quantifiers, ∀ "For All" and ∃ "There Exists"
Watch Universal and Existential Quantifiers, For All and There Exists by Dr. Trefor Bazett. It gives a compact visual introduction to the universal and existential forms, then distinguishes an open predicate from a fully formed statement.
Watch the universal form for the structure “for all x in a domain.” Then watch the dog example, which separates the domain from the property being asserted. Continue with existential claims, focusing on why “there exists” means at least one rather than exactly one. Finish with predicate versus statement, where the role of quantification is made explicit.
A useful habit is to read a symbolic expression aloud in full before deciding what it says. For example,
should be read as:
For every real number , the square of is nonnegative.
The word “every” is essential. It would be inaccurate to translate this merely as “A real number has nonnegative square,” since an indefinite article can be ambiguous in ordinary English.
A translation method that preserves meaning
When translating prose into symbols, do not start by hunting for a quantifier symbol. First expose the logical structure.
Use this five-part routine:
-
Choose the objects under discussion.
Are they integers, real numbers, functions, points, graphs, or some other objects? -
Choose a variable and state its domain.
For integers, one might write . -
Locate the quantifier phrase.
“Every,” “each,” and “any” usually indicate . “Some,” “there is,” and “at least one” usually indicate . -
Translate the property or relationship.
Preserve logical connectives: “and” becomes , “or” becomes , and conditional wording becomes . -
Read the finished expression back in prose.
If the read-back differs from the original statement, revise the formula.
Consider the sentence:
Every integer divisible by is even.
The relevant objects are integers. The statement does not say every integer is divisible by ; it says that divisibility by is a sufficient condition for being even. Therefore,
Here means “ divides .” Reading the formula back:
For every integer , if divides , then divides .
That is precise mathematical prose and exactly matches the original.
Now compare an existential statement:
There is an integer divisible by both and .
The phrase “there is” calls for , while “both … and …” requires a conjunction:
A single integer must satisfy both conditions. The witness confirms that this particular statement is true, but notice that the translation itself does not require us to find the witness.
Restricted domains and conditional form
There are two common ways to express “every object of a certain type has a property.”
Take:
Every prime greater than is odd.
With the domain already restricted to primes greater than , we could write informally:
But when using a broad domain such as , the restriction must become the hypothesis of a conditional:
This form says: inspect every integer, but require oddness only from the integers meeting the stated conditions.
There is an analogous distinction for existential claims. “There exists a positive real number whose square is ” can be written as
The restriction belongs in a conjunction because one object must simultaneously be real, positive, and have square .
This gives a valuable pattern:
means that every object in satisfying also satisfies , while
means that some object in satisfies both and .
Do not replace the conjunction in the existential form with an implication. The formula
does not express the desired claim. Any nonpositive real number makes the implication true automatically, regardless of its square.
Read the selected examples from Quantifiers at Runestone Academy. They reinforce the basic translation of universal and existential claims, then make explicit the “hidden universal quantifier” in conditional mathematical prose.
In Example 3.1.12, “Translating Statements,” read the first translation and compare the wording “all positive real numbers” with its restricted-domain symbolic form. Then, in Definition 3.1.14, “Universal Conditional Statement,” read the definition and the following Example 3.1.15. Focus on why “if an integer is even, then it is divisible by 2” is understood as a claim about every integer.
Hidden quantifiers and directional words
In ordinary mathematical writing, universal quantifiers are often left implicit. For example,
If an integer is even, then it is divisible by .
is conventionally understood to mean
Likewise, the statement
The square of a real number is nonnegative.
usually means
This convention is efficient, but during proof writing and translation practice, explicit quantifiers prevent mistakes.
Pay particular attention to the direction of “if” and “only if.”
| Prose | Logical form |
|---|---|
| if | |
| only if | |
| if and only if |
For example:
An integer is divisible by only if it is even.
has the form “ only if ,” so it becomes
The phrase “only if” points toward a necessary condition. Being even is necessary for divisibility by , though it is not sufficient: is even but not divisible by .
Logical “or” is also normally inclusive in mathematics. Thus,
Every integer is even or odd.
means
The symbol permits either alternative or both. In this particular example, both cannot occur, but the logical connective itself does not impose exclusivity.
Nested quantifiers: scope and dependence
Statements with two variables require a quantifier for each variable. The order matters because it determines what may depend on what.
Consider:
For every integer , there exists an integer such that .
Its symbolic form is
The intended meaning is that after choosing any particular integer , we may choose a suitable . In fact, the appropriate choice is . The witness for can vary with .
Now change only the order:
There exists an integer such that, for every integer , .
This is
Here one fixed integer would have to work for every integer . The symbolic forms are visibly similar, but their prose and mathematical content are completely different.
A reliable way to translate nested quantifiers is to read them from left to right, keeping the nesting explicit:
reads:
For every integer , there exists an integer such that .
Not:
There are integers and such that .
That latter prose corresponds instead to
A second example combines a universal condition, an existential conclusion, and a broad domain:
Every nonnegative real number has a real square root.
The parentheses show the scope: for each real number , if is nonnegative, then some real number exists whose square is . The value of may depend on .
When writing such statements in prose, use commas and the phrase “such that” deliberately. Good quantified prose makes the scope audible.
A compact checklist for translation
Before accepting a translation, inspect it against these questions:
- Domain: Have I specified what each variable ranges over?
- Quantifier: Does the prose assert “every” or “at least one”?
- Restriction: If the domain is broad, have I translated “is an ” as a hypothesis in a universal conditional?
- Connectives: Did “and,” “or,” “if,” and “only if” retain their logical roles?
- Scope: With several quantifiers, have I preserved their order?
- Read-back: Can I translate the formula back into a precise English sentence without changing its meaning?
A final stylistic point: bound variable names are placeholders. For example,
and
say exactly the same thing. What matters is the domain, quantifier, and predicate—not the particular letter chosen.
The key idea is that quantified notation is a compressed form of careful prose. A universal quantifier makes a claim about every allowed object; an existential quantifier asserts at least one witness; domains and logical connectives determine exactly what is being claimed. For multiple quantifiers, their order records dependencies that ordinary language can easily blur.
In the next lesson, you will build directly on this skill by negating quantified statements. The goal will be to state exactly what it takes for an “every” claim to fail and what it means for an existential claim not to have any witness.
Can't find a good explanation? Sign up and we'll make it for you
Sign up