All Topics  
Universal quantification

 

   Email Print
   Bookmark   Link






 

Universal 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....
, universal quantification formalizes the notion that something (a logical predicate) is true for everything, or every relevant thing. The resulting statement is a universally quantified statement, and we have universally quantified over the predicate. 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....
, the universal quantifier (typically , a turned a
Turned a

Turned a is a letter of the Latin alphabet based upon the letter A. It is not, nor has it ever been, used in any natural languages as a letter in its own right....
) is the symbol used to denote universal quantification, and is often informally read as "given any" or "for all".

Quantification in general is covered in the article on 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....
, while this article discusses universal quantification specifically.

Compare this with existential quantification
Existential quantification

In predicate 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....
, which says that something is true for at least one thing.

ose you wish to say
2·0 = 0 + 0, and 2·1 = 1 + 1, and 2·2 = 2 + 2, etc.
This would seem to be 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....
 because of the repeated use of "and." But the "etc." can't be interpreted as a conjunction in formal logic.






Discussion
Ask a question about 'Universal quantification'
Start a new discussion about 'Universal 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....
, universal quantification formalizes the notion that something (a logical predicate) is true for everything, or every relevant thing. The resulting statement is a universally quantified statement, and we have universally quantified over the predicate. 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....
, the universal quantifier (typically , a turned a
Turned a

Turned a is a letter of the Latin alphabet based upon the letter A. It is not, nor has it ever been, used in any natural languages as a letter in its own right....
) is the symbol used to denote universal quantification, and is often informally read as "given any" or "for all".

Quantification in general is covered in the article on 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....
, while this article discusses universal quantification specifically.

Compare this with existential quantification
Existential quantification

In predicate 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....
, which says that something is true for at least one thing.

Basics

Suppose you wish to say
2·0 = 0 + 0, and 2·1 = 1 + 1, and 2·2 = 2 + 2, etc.
This would seem to be 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....
 because of the repeated use of "and." But the "etc." can't be interpreted as a conjunction in formal logic. Instead, rephrase the statement as:
For all natural numbers n, 2·n = n + n.
This is a single statement using universal quantification.

Notice that this statement is really more precise than the original one. It may seem obvious that the phrase "etc." 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 universal quantification, on the other hand, the natural numbers are mentioned explicitly.

This particular example is true, because you could put any natural number in for n and the statement "2·n = n + n" would be true. In contrast, "For all natural numbers n, 2·n > 2 + n" is false, because if you replace n with, say, 1, you get the false statement "2·1 > 2 + 1". It doesn't matter that "2·n > 2 + n" is true for most natural numbers n: even the existence of a single counterexample
Counterexample

In logic, and especially in its applications to mathematics and philosophy, a counterexample is an exception to a proposed general rule, i.e., a specific instance of the falsity of a universal quantification ....
 is enough to prove the universal quantification false.

On the other hand, "For all composite number
Composite number

A composite number is a negative and non-negative numbers integer which has a positive divisor other than one or itself. In other words, if 0 < n is an integer and there are integers 1 < a, b < n such that n = a ? b then n is composite....
s n, 2·n > 2 + n" is true, because none of the counterexamples are composite numbers. This indicates 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 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. 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 universal quantification you do this with a logical conditional. For example, "For all composite numbers n, 2·n > 2 + n" is logically equivalent to "For all natural numbers n, if n is composite, then 2·n > 2 + n". Here the "if ... then" construction indicates the logical conditional.

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 universal quantifier symbol (a turned
Turned a

Turned a is a letter of the Latin alphabet based upon the letter A. It is not, nor has it ever been, used in any natural languages as a letter in its own right....
 "A
A

The letter A is the first letter in the Latin alphabet. Its name in English language is a ; the plural is aes or, more commonly, a's....
" 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, Unicode 0x2200) to indicate universal quantification. Thus if P(n) is the predicate "2·n > 2 + n" and N is the set of natural numbers, then:


is the (false) statement:
For all natural numbers n, 2·n > 2 + n.


Similarly, if Q(n) is the predicate "n is composite", then


is the (true) statement:
For all natural numbers n, if n is composite, then 2·n > 2 + n,


and since "n is composite" implies that n must already be a natural number, we can shorten this statement to the equivalent:
For all composite numbers n, 2·n > 2 + n.


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. There is a special notation used only for universal quantification, which we also give here:


The parentheses indicate universal quantification by default.

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 married"; then, for a Universe of Discourse X of all living human beings, consider the universal quantification "Given any living person x, that person is married":

A few seconds' thought demonstrates this as irrevocably false; then, truthfully, we may say, "It is not the case that, given any living person x, that person is married", or, symbolically: .

Take a moment and consider what, exactly, negating the universal quantifier means: if the statement is not true for every element of the Universe of Discourse, then there must be at least one element for which the statement is false. That is, the negation of is logically equivalent to "There exists a living person x such that he is not married", or:

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

In predicate 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....
 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"):

Other connectives

The universal (and existential) quantifier moves unchanged across the logical connective
Logical connective

In logic, two sentences may be joined by means of a logical connective to form a compound sentence. The truth-value of the compound is uniquely determined by the truth-values of the simpler sentences....
s ?
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....
, ?
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....
, ?
Material conditional

The material conditional, also known as the material implication or truth functional conditional, expresses a property of certain conditionals in logic....
, and
Converse nonimplication

In logic, converse nonimplication is a logical connective which is the negation of the conversion of implication....
, as long as the other operand is not affected; that is: Conversely, for the logical connectives ?
Sheffer stroke

The Sheffer stroke, written "|" or "?", in the subject matter of boolean functions or propositional calculus, denotes a logical operation that is equivalent to the logical negation of the logical conjunction operation, expressed in ordinary language as "not both"....
, ?
Logical NOR

In boolean logic, logical nor or joint denial is a truth-functional operator which produces a result that is the negation of logical disjunction....
,
Material nonimplication

Material nonimplication is the negation of implication. p?q...
, and ?
Converse implication

Converse implication is the conversion of Material implication. It takes the following forms:*p?q*p?q...
, the quantifiers flip:

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 universal quantifier.

Universal instantiation
Universal instantiation

In logic universal instantiation is an inference from a truth about each member of a class of individuals to the truth about a particular individual of that class....
 concludes that, if the propositional function is known to be universally true, then it must be true for any arbitrary element of the Universe of Discourse. Symbolically, this is represented as

where c is a completely arbitrary element of the Universe of Discourse.

Universal generalization
Generalization (logic)

Generalization is an rule of inference of predicate calculus which states that:"Generalization" can be abbreviated as GEN. The inference rule can be summarized as the sequentbut this gives rise to an important restriction: the Deduction theorem cannot be applied to it to deriveThis formula is wrong because x has an unbound instance...
 concludes the propositional function must be universally true if it is true for any arbitrary element of the Universe of Discourse. Symbolically, for an arbitrary c,

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 P(c) only implies an existential quantification of the propositional function.

The empty set

By convention, the formula is always true, 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

  • Existential quantification
    Existential quantification

    In predicate 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....
  • 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....