Universal quantification
In predicate logic, a universal quantification is a type of quantifier, a logical constant which is interpreted as "given any" or "for all".
It expresses that a propositional function can be satisfied by every member of a domain of discourse.
In other words, it is the predication of a property or relation to every member of the domain.
It asserts that a predicate within the scope of a universal quantifier is true of every value of a predicate variable.
Quantification in general is covered in the article on quantification (logic).
Symbols are encoded U+2200 ∀ FOR ALL (HTML ∀ · ∀, ∀ · as a mathematical symbol).
Basics
Suppose it is given that
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:
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,
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.
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,
is logically equivalent to
Here the "if ... then" construction indicates the logical conditional.
Notation
For example, if P(n) is the predicate "2·n > 2 + n" and N is the set of natural numbers, then:
is the (false) statement:
Similarly, if Q(n) is the predicate "n is composite", then
is the (true) statement:
and since "n is composite" implies that n must already be a natural number, we can shorten this statement to the equivalent:
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
For example, if P(x) is the propositional function "x is married", then, for a universe of discourse X of all living human beings, the universal quantification
is given:
It can be seen that this is irrevocably false.
Truthfully, it is stated that
or, symbolically:
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
Universal closure
The universal closure of a formula φ is the formula with no free variables obtained by adding a universal quantifier for every free variable in φ.
For example, the universal closure of
is
As adjoint
In category theory and the theory of elementary topoi, the universal quantifier can be understood as the right adjoint of a functor between power sets, the inverse image functor of a function between sets; likewise, the existential quantifier is the left adjoint.
which is false if S is not X.
The universal and existential quantifiers given above generalize to the presheaf category.
See also
- Existential quantification
- First-order logic
- List of logic symbols—for the Unicode symbol ∀
Credits to the contents of this page go to the authors of the corresponding Wikipedia page: en.wikipedia.org/wiki/Universal quantification.