Existential Quantifiers
Learn about existential quantifiers and how they are used with predicates to produce powerful mathematical statements.
We'll cover the following
Motivation
We make a proposition from a predicate by assigning a particular value to its variable(s). The value we can give to a variable is from a domain. We can also make a proposition from a predicate without assigning a particular value to its variable. We can ask if any element in the domain has the desired property or not. We do so by using an existential quantifier. Existentially quantifying a predicate means that the proposition resulting from that predicate is true for at least one domain element. Therefore, we get a proposition by applying an existential quantifier to a predicate. The motivation is to make propositions without referring to a specific domain element.
Existential quantifier
We use existential quantifiers to claim that at least one domain member has the property mentioned by a predicate. They quantify a variable in a predicate for a particular domain. To say that a student in discrete math class has passed twelfth grade or equivalent, we make a predicate .
- : has passed twelfth grade or equivalent.
To mention the existence of an in discrete math class that has the property , we need to quantify the predicate. We use the symbol to represent existential quantification, and we read this symbol as “there exists.”
- : There exists an .
The domain of this predicate is the discrete math class. The meaning of is as above, but the part, ‘,’ requires a domain to make sense. Once the domain is explicit, refers to at least one member.
Assume the domain, , has elements. That is,
We can interpret as follows:
That means is true if and only if is true for at least one domain element.
If a predicate has more than one variable, we can use an existential quantifier for each of them as follows.
- : There exists an and exists a and exists a ,
Let’s look at a few examples to clarify it further.
Truth value
The existentially quantified statement is true if we can show at least one element from the domain for which the quantified predicate is true. For example, if the domain is ,
is true if, for some , is true. It is false if, for every element, , in the proposition is false.
Examples
Let’s take a look at a few examples.
Consider the following statement for real numbers:
- , where :
To establish that the above statement is true, we only have to find one element in the domain with the property . As
Therefore, is true.
Take the set of positive integers as the domain and consider the following statement, .
- : .
Where,
If we want to show that is false, we have to show that there are no positive integers and for which is true. This means looking at all the positive integers, which can be cumbersome.
If we want to show that statement is true, we only have to present three positive integers , which are not necessarily unique, for which is true.
The statement is true because, is true.
Consider the following predicate for the next example:
- : The student has an A grade in all the subjects on the transcript.
Let’s say that Cambridge University is the domain.
The predicate is true if there is at least one such student at Cambridge University, and it is false if there is no such student.
Consider the following predicate:
- : is a regular polygon whose all interior angles are acute.
If the domain is the regular polygons, we can make the following proposition:
Is true or false? To show that is true, we only have to show a regular polygon whose all interior angles are acute. To show that is false, we have to show that there is no such regular polygon whose all internal angles are acute.
The proposition is true because we can make a triangle with all three angles equal sixty degrees.
Consider the predicate,
- :
Assume the set of integers as the domain. We make the following proposition, , by quantification.
Is true or false? The variable can be any negative integer, zero, or positive integer less than five.
- The cube of a negative integer is also a negative integer, which is less than fifty.
- The rest of the possibilities are shown in the following table:
Value | Truth-Value | |
---|---|---|
F | ||
F | ||
F | ||
F | ||
T |
Hence, is the instance for which is true. Therefore, is true.
We can write in another way. Make another predicate as follows:
Now,
We can put to verify that is true.
Quiz
Test your understanding of existential quantifiers.
Suppose and are two integers. What is a true proposition?
.
.
.
.