Quantifiers
Quantifiers are used to express the two extremes "there exists" and "for all" in mathematical statements. In fact, almost all of the mathematical statements that interest us will contain quantifiers making them a vital part of mathematics.
Existential
The first kind of quantifier we will look at is the existential quantifier which refers to the phrase "there exists". The symbol used to denote this quantifier in mathematics is .
An example of a statement that uses the existential quantifier is the following: There exists a real number such that . Using the symbol , we can write this statement as .
We can make the statement more specific by including the domain of the variable . The statement above can be rewritten as (. By including (, we are saying that is an element of the set of real numbers. We call this set the domain of quantification which we will further discuss later.
Universal
The second kind of quantifier is the universal quantifier which refers to the phrase "for all". The symbol for this quanifier is denoted using .
An example of a statement that uses the universal quantifier is the following: The square of any real number is greater than or equal to zero. Using the symbol , we can write this statement as .
Unique Existence
Another useful quantifier is the unique existence quantifier which refers to the phrase "there exists a unique". This quantifier is denoted using the symbol .
This is not a new quantifier but rather a combination of the existential and universal quantifiers. We can express as . This larger statement is obviously cumbersome to write when we want to express unique existence. This is why we use the shorthand .
An example of a statement that uses the unique existence quantifier is the following: There exists a unique real number such that . Using the symbol , we can write this statement as .
Properties of Quantifiers
As previously suggested, quantifiers are vital to mathematical statements and so we need to deeply grasp their properties. These properties allow us to manipulate quantifiers making them a powerful tool in mathematics.
Negation
Often when we are trying to prove statements, we need the positive form of the statement. A positive statement is one that does not contain a negation symbol, or else one in which any negation symbols are far inside the statement such that the expression is not cumbersome to work with. So, if we want to effectively work with quantifiers, we need to know how to convert a negated quantifier into a positive one.
As stated before, quantifiers are the extremes of mathematical statements and so logically if we negate one extreme, we get the other. This means that is equivalent to and is equivalent to . However, we can't just negate the quantifier and leave the rest of the statement as is. We need to negate the statement that the quantifier is quantifying as well.
Let's prove this idea by showing that is equivalent to where is a statement that depends on .
Assume .
If it is not the case that for all , then at least one must fail to satisfy .
So, for at least one , is true.
If we write this symbolically, we get .
We can prove this the other way around as well.
Assume .
Then there is an for which is false.
Then cannot be true for all . In other words, must be false.
If we write this symbolically, we get .
Before we move on, let's look at some practical examples of negating a quantifier. Suppose we have the statement . The negation of this statement is . This is equivalent to saying that for all real numbers , is not equal to zero.
Finally, in this last example, suppose we have the statement . The negation of this statement is . This is equivalent to saying that there exists a real number such that is less than zero.
Domain of Quantification
Like previously shown, to be more specific and literal with our statements, we can include the domain of quantification. This is the set of values that the variable in the quantifier can take. We express the domain of quantification using the symbol which means "is an element of" followed by the set of values that the variable can take. There are a few common sets that we use in mathematics. These include the following:
- which is the set of natural numbers.
- which is the set of integers.
- which is the set of rational numbers.
- which is the set of real numbers.
It is good practice to keep the domain the same throughout the whole statement. Introduce subdomains only if it's necessary. For example, if the domain is real numbers , then it is not good to introduce subdomains such as integers or natural numbers . It makes more sense to use these the domain of quantification was all numbers because it makes sense to use subdomains of quantification if they are natural subdomains. The reason for this practice is that the idea of a domain of quantification is that it tells us what it is that we are quantifying over and subdomains make things confusing.
Implicit Quantification
Due to common conventions in mathematics, we can sometimes omit the quantifier in a statement. This is because we can assume that the quantifier is either universal or existential depending on the context of the statement.
For example, if we have the statement , we can assume that the quantifier is existential because we are saying that there exists a real number such that . On the other hand, if we have the statement , we can assume that the quantifier is universal because we are saying that for all real numbers , .
This concept of omitting the quantifier is called implicit quantification. It is a convention that we will commonly come across in mathematics and so it is important to be aware of it.
Order of Quantifiers
We can have multiple quantifiers in a statement and we need to be careful about the order of these quantifiers as they can change the meaning of the statement.
Let's express the statement "There is no largest natural number". This can be expressed as . This means that for all natural numbers , there exists a natural number such that is greater than . We know this statement is true because for any natural number , we can always find a natural number that is greater than .
If we change the order of the quantifiers, we get . This means that there exists a natural number such that for all natural numbers , is greater than . This boils down to the idea that there is a natural number bigger than all other natural numbers which is false.
Binding Precedence
Just like order of operations, quantifiers also have a binding precedence. The order of precedence is as follows:
- Quantifiers bind whatever follows them. These include and .
- Next comes negation. This includes .
- Next priority is conjunction. This includes .
- Finally, we have disjunction and implication. These include and .
Proofs
To prove an existential statement, we need to find one case where the statement is true. To prove a universal statement, we need to show that the statement is true for all cases. On the other hand, to disprove an existential statement, we need to show that the statement is false for all cases. To disprove a universal statement, we need to find one case where the statement is false.
Let's prove the statement . We can do this by finding a real number such that . We can see that satisfies this equation and so the statement is true.
Indirect
We can also prove statements indirectly meaning we don't have to find a specific case where the statement is true to prove it.
Let's prove the statement .
The function is a continuous function.
If , this curve has the value .
If , this curve has the value .
So, the curve lies below the -axis for and above the -axis for . This means the function crosses the x-axis at some point meaning there exists a real number such that . So, the statement is true.
We never actually found the value of that satisfies the equation but we proved that it exists. This is an example of an indirect proof.
Mathematical Statements
Finally, many statements that we encounter following these patterns and are considered strong statements. These include the following:
- For every , if then . This is written as (.
- There is an for which and . This is written as .
The statement is also strong but it is redundant. This is because if and are true for all then is true for all and is true for all . We also don't encounter the statement because it is not a strong statement. It just doesn't mean anything important useful usually.