Jump to content

Universal quantification

From Wikipedia, the free encyclopedia
(Redirected fromFor any)
Universal quantification
TypeQuantifier
FieldMathematical logic
Statementis true whenis true for all values of.
Symbolic statement

Inmathematical logic,auniversal quantificationis a type ofquantifier,alogical constantwhich isinterpretedas "given any","for all",or"for any".It expresses that apredicatecan besatisfiedby everymemberof adomain of discourse.In other words, it is thepredicationof apropertyorrelationto every member of the domain. Itassertsthat a predicate within thescopeof a universal quantifier is true of everyvalueof apredicate variable.

It is usually denoted by theturned A(∀)logical operatorsymbol,which, when used together with a predicate variable, is called auniversal quantifier( "x","∀(x)",or sometimes by"(x)"alone). Universal quantification is distinct fromexistentialquantification( "there exists" ), which only asserts that the property or relation holds for at least one member of the domain.

Quantification in general is covered in the article onquantification (logic).The universal quantifier is encoded asU+2200FOR ALLinUnicode,and as\forallinLaTeXand related formula editors.

Basics[edit]

Suppose it is given that

2·0 = 0 + 0, and 2·1 = 1 + 1, and2·2 = 2 + 2,etc.

This would seem to be alogical conjunctionbecause of the repeated use of "and". However, the "etc." cannot be interpreted as a conjunction informal logic.Instead, the statement must be rephrased:

For all natural numbersn,one has 2·n=n+n.

This is a single statement using universal quantification.

This statement can be said to be more precise than the original one. While the "etc." informally includesnatural numbers,and nothing more, this was not rigorously given. In the universal quantification, on the other hand, the natural numbers are mentioned explicitly.

This particular example istrue,because any natural number could be substituted fornand the statement "2·n=n+n"would be true. In contrast,

For all natural numbersn,one has 2·n> 2 +n

isfalse,because ifnis substituted with, for instance, 1, the statement "2·1 > 2 + 1" is false. It is immaterial that "2·n> 2 +n"is true formostnatural numbersn:even the existence of a singlecounterexampleis enough to prove the universal quantification false.

On the other hand, for allcomposite numbersn,one has 2·n> 2 +n is true, because none of the counterexamples are composite numbers. This indicates the importance of thedomain of discourse,which specifies which valuesncan take.[note 1]In particular, note that if the domain of discourse is restricted to consist only of those objects that satisfy a certain predicate, then for universal quantification this requires alogical conditional.For example,

For all composite numbersn,one has 2·n> 2 +n

islogically equivalentto

For all natural numbersn,ifnis composite, then 2·n> 2 +n.

Here the "if... then" construction indicates the logical conditional.

Notation[edit]

Insymbolic logic,the universal quantifier symbol(a turned "A"in asans-seriffont, Unicode U+2200) is used to indicate universal quantification. It was first used in this way byGerhard Gentzenin 1935, by analogy withGiuseppe Peano's(turned E) notation forexistential quantificationand the later use of Peano's notation byBertrand Russell.[1]

For example, ifP(n) is the predicate "2·n> 2 +n"andNis thesetof natural numbers, then

is the (false) statement

"for all natural numbersn,one has 2·n> 2 +n".

Similarly, ifQ(n) is the predicate "nis composite ", then

is the (true) statement

"for all natural numbersn,ifnis composite, thenn> 2 + n".

Several variations in the notation for quantification (which apply to all forms) can be found in theQuantifierarticle.

Properties[edit]

Negation[edit]

The negation of a universally quantified function is obtained by changing the universal quantifier into anexistential quantifierand negating the quantified formula. That is,

wheredenotesnegation.

For example, ifP(x)is thepropositional function"xis married ", then, for thesetXof all living human beings, the universal quantification

Given any living personx,that person is married

is written

This statement is false. Truthfully, it is stated that

It is not the case that, given any living personx,that person is married

or, symbolically:

.

If the functionP(x)is not true foreveryelement ofX,then there must be at least one element for which the statement is false. That is, the negation ofis logically equivalent to "There exists a living personxwho is not married ", or:

It is erroneous to confuse "all persons are not married" (i.e. "there exists no person who is married" ) with "not all persons are married" (i.e. "there exists a person who is not married" ):

Other connectives[edit]

The universal (and existential) quantifier moves unchanged across thelogical connectives,,,and,as long as the other operand is not affected; that is:

Conversely, for the logical connectives,,,and,the quantifiers flip:

Rules of inference[edit]

Arule of inferenceis a rule justifying a logical step from hypothesis to conclusion. There are several rules of inference which utilize the universal quantifier.

Universal instantiationconcludes 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

wherecis a completely arbitrary element of the universe of discourse.

Universal generalizationconcludes the propositional function must be universally true if it is true for any arbitrary element of the universe of discourse. Symbolically, for an arbitraryc,

The elementcmust be completely arbitrary; else, the logic does not follow: ifcis 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[edit]

By convention, the formulais always true, regardless of the formulaP(x); seevacuous truth.

Universal closure[edit]

Theuniversal closureof a formula φ is the formula with nofree variablesobtained by adding a universal quantifier for every free variable in φ. For example, the universal closure of

is

.

As adjoint[edit]

Incategory theoryand the theory ofelementary topoi,the universal quantifier can be understood as theright adjointof afunctorbetweenpower sets,theinverse imagefunctor of a function between sets; likewise, theexistential quantifieris theleft adjoint.[2]

For a set,letdenote itspowerset.For any functionbetween setsand,there is aninverse imagefunctorbetween powersets, that takes subsets of the codomain offback to subsets of its domain. The left adjoint of this functor is the existential quantifierand the right adjoint is the universal quantifier.

That is,is a functor that, for each subset,gives the subsetgiven by

thosein the image ofunder.Similarly, the universal quantifieris a functor that, for each subset,gives the subsetgiven by

thosewhose preimage underis contained in.

The more familiar form of the quantifiers as used infirst-order logicis obtained by taking the functionfto be the unique functionso thatis the two-element set holding the values true and false, a subsetSis that subset for which thepredicateholds, and

which is true ifis not empty, and

which is false if S is not X.

The universal and existential quantifiers given above generalize to thepresheaf category.

See also[edit]

Notes[edit]

  1. ^Further information on using domains of discourse with quantified statements can be found in theQuantification (logic)article.

References[edit]

  1. ^Miller, Jeff."Earliest Uses of Symbols of Set Theory and Logic".Earliest Uses of Various Mathematical Symbols.
  2. ^Saunders Mac Lane,Ieke Moerdijk, (1992)Sheaves in Geometry and LogicSpringer-Verlag.ISBN0-387-97710-4See page 58

External links[edit]

  • The dictionary definition ofeveryat Wiktionary