Jump to content

Universal quantification: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by 64.135.72.178 (talk) to last revision by ClueBot NG (HG)
Line 54: Line 54:
Note that a quantified [[propositional function]] is a statement; thus, like statements, quantified functions can be negated. The notation most mathematicians and logicians utilize to denote negation is: <math>\lnot\ </math>. However, some (such as [[Douglas Hofstadter]]) use the [[Tilde|tilde]] (~).
Note that a quantified [[propositional function]] is a statement; thus, like statements, quantified functions can be negated. The notation most mathematicians and logicians utilize to denote negation is: <math>\lnot\ </math>. However, some (such as [[Douglas Hofstadter]]) use the [[Tilde|tilde]] (~).


For example, if P(''x'') is the propositional function "x is married", then, for a [[Universe of discourse|Universe of Discourse]] X of all living human beings, the universal quantification
For example, if P(''x'') is the propositional function "x is married", then, for a non-empty [[Universe of discourse|Universe of Discourse]] X of all living human beings, the universal quantification
<blockquote>Given any living person ''x'', that person is married</blockquote>
<blockquote>Given any living person ''x'', that person is married</blockquote>
is given:
is given:

Revision as of 15:41, 19 November 2010

In predicate 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, the universal quantifier (typically , ∀, a turned A) 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.

Basics

Suppose it is given that

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

This would seem to be a logical conjunction because of the repeated use of "and." However, the "etc." cannot be interpreted as a conjunction in formal logic. Instead, the statement must be rephrased:

For all natural numbers n, 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 includes natural 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 is true, because any natural number could be substituted 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 n is substituted with, for instance, 1, the statement "2·1 > 2 + 1" is false. It is immaterial that "2·n > 2 + n" is true for most natural numbers n: even the existence of a single counterexample is enough to prove the universal quantification false.

On the other hand, for all composite numbers n, 2·n > 2 + n is true, because none of the counterexamples are composite numbers. This indicates the importance of the domain of discourse, which specifies which values n can 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 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.

Notation

In symbolic logic, the universal quantifier symbol (a turned "A" in a sans-serif font, Unicode 0x2200) is used 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 article. There is a special notation used only for universal quantification, which is given:

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 most mathematicians and logicians utilize to denote negation is: . However, some (such as Douglas Hofstadter) use the tilde (~).

For example, if P(x) is the propositional function "x is married", then, for a non-empty Universe of Discourse X of all living human beings, the universal quantification

Given any living person x, that person is married

is given:

It can be seen that this irrevocably false. Truthfully, it is stated that

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

or, symbolically:

.

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 of that propositional function's negation; symbolically,

It is erroneous to state "all persons are not married" (i.e. "there exists no person who is married") when it is meant that "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 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

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

Universal instantiation 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 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,

The element 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.

Universal closure

The universal closure of a formula φ is another formula with no free variables, obtained by adding a universal quantifier for every free variable in φ. For example, the universal closure of

is

.

See also

Notes

  1. ^ Further information on using domains of discourse with quantified statements can be found in the Quantification article.

References

  • Hinman, P. (2005). Fundamentals of Mathematical Logic. A K Peters. ISBN 1-568-81262-0.
  • Franklin, J. and Daoud, A. (1996). Proof in Mathematics: An Introduction. Quakers Hill Press. ISBN 1-876192-00-3.{{cite book}}: CS1 maint: multiple names: authors list (link) (ch. 2)