All Topics  
Existential quantification

 

   Email Print
   Bookmark   Link






 

Existential quantification



 
 
In predicate logic
Predicate logic

In mathematical logic, predicate logic is the generic term for symbolic formal systems like first-order logic, second-order logic, many-sorted logic or infinitary logic....
, an existential quantification is the predication of a property or relation to at least one member of the domain. In laymen's terms, it simply refers to something. It is denoted by the logical operator symbol ? (pronounced "there exists" or "for some"), which is called the existential quantifier.






Discussion
Ask a question about 'Existential quantification'
Start a new discussion about 'Existential quantification'
Answer questions from other users
Full Discussion Forum



Encyclopedia


In predicate logic
Predicate logic

In mathematical logic, predicate logic is the generic term for symbolic formal systems like first-order logic, second-order logic, many-sorted logic or infinitary logic....
, an existential quantification is the predication of a property or relation to at least one member of the domain. In laymen's terms, it simply refers to something. It is denoted by the logical operator symbol ? (pronounced "there exists" or "for some"), which is called the existential quantifier. Existential quantification is distinct from universal quantification
Universal quantification

In predicate logic, universal quantification formalizes the notion that something is true for everything, or every relevant thing.The resulting statement is a universally quantified statement, and we have universally quantified over the predicate....
 ("for all"), which asserts that the property or relation holds for any members of the domain.

Basics

Suppose you wish to write a formula which is true if and only if some natural number
Natural number

In mathematics, a natural number can mean either an element of the Set = *n = = ? = ? ...
 multiplied by itself is 25. A slow, brute-force approach you might try is the following:
0·0 = 25, or 1·1 = 25, or 2·2 = 25, or 3·3 = 25, and so on.
This would seem to be a logical disjunction
Logical disjunction

File:ORGate2.pngIn logic and mathematics, or, also known as logical disjunction or inclusive disjunction is a logical operator that results in true whenever one or more of its operands are true....
 because of the repeated use of "or". However, the "and so on" makes this impossible to integrate and to interpret as a disjunction in formal logic. Instead, we rephrase the statement as
For some natural number n, n·n = 25.
This is a single statement using existential quantification.

Notice that this statement is really more precise than the original one. It may seem obvious that the phrase "and so on" is meant to include all natural number
Natural number

In mathematics, a natural number can mean either an element of the Set = *n = = ? = ? ...
s, and nothing more, but this wasn't explicitly stated, which is essentially the reason that the phrase couldn't be interpreted formally. In the quantified statement, on the other hand, the natural numbers are mentioned explicitly.

This particular example is true, because 5 is a natural number, and when we substitute 5 for n, we produce "5·5 = 25", which is true. It does not matter that "n·n = 25" is false for most natural numbers n, in fact false for all of them except 5; even the existence of a single solution
Solution

In chemistry, a solution is a homogeneous mixture composed of two or more substances. In such a mixture, a solute is dissolved in another substance, known as a solvent....
 is enough to prove the existential quantification true. In contrast, "For some even number n, n·n = 25" is false, because there are no even solutions.

On the other hand, "For some odd number n, n·n = 25" is true, because the solution 5 is odd. This demonstrates the importance of the domain of discourse
Domain of discourse

The domain of discourse, sometimes called the universe of discourse, logical discourse, or simply discourse, is an analytic tool used in deductive logic, especially predicate logic....
, which specifies which values the variable n is allowed to take. Further information on using domains of discourse with quantified statements can be found in the Quantification
Quantification

Quantification has two distinct meanings. In mathematics and empirical science, it refers to human acts, known as counting and measuring that map human sense observations and experiences into element s of some Set of numbers....
 article. But in particular, note that if you wish to restrict the domain of discourse to consist only of those objects that satisfy a certain predicate, then for existential quantification, you do this with a logical conjunction
Logical conjunction

In logic and/or mathematics, logical conjunction or and is a two-place logical operation that results in a value of true if both of its operands are true, otherwise a value of false....
. For example, "For some odd number n, n·n = 25" is logically equivalent to "For some natural number n, n is odd and n·n = 25". Here the "and" construction indicates the logical conjunction.

In symbolic logic
Symbolic logic

Symbolic logic is the area of mathematics which studies the purely formal properties of strings of symbols. The interest in this area springs from two sources....
, we use the existential quantifier "?" (a backwards letter "E
E

E is the fifth letter in the Latin alphabet. Its name in English language is spelled e , plural ees . The letter E is the most commonly used letter in the Czech language, Danish language, Dutch language, English language, French language, German language, Hungarian language, Latin language, Norwegian language, Spanish language...
" in a sans-serif
Sans-serif

In typography, a sans-serif or sans serif typeface is one that does not have the small features called "serifs" at the end of strokes. The term comes from the French word sans, meaning "without"....
 font) to indicate existential quantification. Thus if P(a, b, c) is the predicate "a·b = c" and is the set of natural numbers, then
is the (true) statement
For some natural number n, n·n = 25.
Similarly, if Q(n) is the predicate "n is even", then
is the (false) statement
For some even number n, n·n = 25.
Several variations in the notation for quantification (which apply to all forms) can be found in the quantification
Quantification

Quantification has two distinct meanings. In mathematics and empirical science, it refers to human acts, known as counting and measuring that map human sense observations and experiences into element s of some Set of numbers....
 article.

Properties


Negation


Note that a quantified propositional function is a statement; thus, like statements, quantified functions can be negated. The notation mathematicians and logicians utilize to denote negation is: .

For example, let P(x) be the propositional function "x is between 0 and 1"; then, for a Universe of Discourse X of all natural numbers, consider the existential quantification "There exists a natural number x which is between 0 and 1":

A few seconds' thought demonstrates this as irrevocably false; then, truthfully, we may say, "It is not the case that there is a natural number x, that is between 0 and 1", or, symbolically: .

Take a moment and consider what, exactly, negating the existential quantifier means: if the there is no element of the Universe of Discourse for which the statement is true, then it must be false for all of those elements. That is, the negation of is logically equivalent to "For any natural number x, x is not between 0 and 1", or:

Generally, then, the negation of a propositional function's existential quantification is a universal quantification
Universal quantification

In predicate logic, universal quantification formalizes the notion that something is true for everything, or every relevant thing.The resulting statement is a universally quantified statement, and we have universally quantified over the predicate....
 of that propositional function's negation; symbolically,

A common error is writing "all persons are not married" (i.e. "there exists no person who is married") when one means "not all persons are married" (i.e. "there exists a person who is not married"):

Rules of Inference


A rule of inference
Rule of inference

In logic, a rule of inference is a function from sets of formulae to formulae. The argument is called the premise set and the value the conclusion....
 is a rule justifying a logical step from hypothesis to conclusion. There are several rules of inference which utilize the existential

Existential introduction
List of rules of inference

This is a list of Rule of inference, logical laws that relate to mathematical formulae....
 concludes that, if the propositional function is known to be true for a particular element of the universe of discourse, then it must be true that there exists an element for which the proposition function is true. Symbolically, this is represented as

Existential elimination
List of rules of inference

This is a list of Rule of inference, logical laws that relate to mathematical formulae....
 is a fairly complicated rule. The reasoning behind it is as follows: If we know that there exists an element for which the proposition function is true, then if we can reach a conclusion by giving that object an arbitrary name, we know that conclusion to be true, as long as it does not contain the name. Symbolically, for an arbitrary c and for a proposition Q in which c does not appear:

It is especially important to note c must be completely arbitrary; else, the logic does not follow: if c is not arbitrary, and is instead a specific element of the Universe of Discourse, then stating P(c) might unjustifiably give us more information about that object.

Finally, unlike the universal quantifier, the existential quantifier distributes over logical disjunctions:

The Empty set


By convention, the formula is always false, regardless of the formula P(x); see vacuous truth
Vacuous truth

A vacuous truth is a truth that is devoid of content because it asserts something about all members of a class that is empty or because it says "If A then B" when in fact A is false....
.

See also

  • Uniqueness quantification
    Uniqueness quantification

    In mathematics and logic, the phrase "there is one and only one" is used to indicate that exactly one object with a certain property exists. In mathematical logic, this sort of quantification is known as uniqueness quantification or unique existential quantification....
  • Quantifiers
  • First-order logic
    First-order logic

    First-order logic is a formal deductive system used in mathematics, philosophy, linguistics, and computer science. It goes by many names, including: first-order predicate calculus , the lower predicate calculus, the language of first-order logic or predicate logic....