Universal quantification
From Wikipedia, the free encyclopedia
In predicate logic, universal quantification is an attempt to formalize 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 ∀) 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, while this article discusses universal quantification specifically.
Compare this with existential quantification, which says that something is true for at least one thing.
Contents |
[edit] 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 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 numbers, 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 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 is allowed to take. Further information on using domains of discourse with quantified statements can be found in the Quantification 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 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, we use the universal quantifier symbol (an upside-down letter "A" in a sans-serif font, Unicode 2200) 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. But there is a special notation used only for universal quantification, which we also give here:
The parentheses indicate universal quantification by default.
[edit] Properties
[edit] 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 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"):
[edit] 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,
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.
[edit] See also
[edit] 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. (ch. 2)