Negation The negation of a universally quantified function is obtained by changing the universal quantifier into an
existential quantifier and negating the quantified formula. That is, :\lnot \forall x\; P(x)\quad\text {is equivalent to}\quad \exists x\;\lnot P(x) where \lnot denotes
negation. For example, if is the
propositional function " is married", then, for the
set of all living human beings, the universal quantification Given any living person , that person is married is written :\forall x \in X\, P(x) This statement is false. Truthfully, it is stated that It is not the case that, given any living person , that person is married or, symbolically: :\lnot\ \forall x \in X\, P(x). If the function is not true for
every element of , then there must be at least one element for which the statement is false. That is, the negation of \forall x \in X\, P(x) is logically equivalent to "There exists a living person who is not married", or: :\exists x \in X\, \lnot P(x) 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"): :\lnot\ \exists x \in X\, P(x) \equiv\ \forall x \in X\, \lnot P(x) \not\equiv\ \lnot\ \forall x\in X\, P(x) \equiv\ \exists x \in X\, \lnot P(x)
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: :\begin{align} P(x) \land (\exists{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \land Q(y)) \\ P(x) \lor (\exists{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \lor Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ P(x) \to (\exists{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \to Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ P(x) \nleftarrow (\exists{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \nleftarrow Q(y)) \\ P(x) \land (\forall{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \land Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ P(x) \lor (\forall{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \lor Q(y)) \\ P(x) \to (\forall{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \to Q(y)) \\ P(x) \nleftarrow (\forall{y}{\in}\mathbf{Y}\, Q(y)) &\equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \nleftarrow Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \end{align} Conversely, for the logical connectives
↑,
↓,
↛, and
←, the quantifiers flip: :\begin{align} P(x) \uparrow (\exists{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \uparrow Q(y)) \\ P(x) \downarrow (\exists{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \downarrow Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ P(x) \nrightarrow (\exists{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \nrightarrow Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ P(x) \gets (\exists{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \forall{y}{\in}\mathbf{Y}\, (P(x) \gets Q(y)) \\ P(x) \uparrow (\forall{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \uparrow Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ P(x) \downarrow (\forall{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \downarrow Q(y)) \\ P(x) \nrightarrow (\forall{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \nrightarrow Q(y)) \\ P(x) \gets (\forall{y}{\in}\mathbf{Y}\, Q(y)) & \equiv\ \exists{y}{\in}\mathbf{Y}\, (P(x) \gets Q(y)),& \text{provided that } \mathbf{Y}\neq \emptyset \\ \end{align} \leftrightarrow, \equiv, or =) •
Exclusive disjunction (xor) (\not\leftrightarrow) -->
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 : \forall{x}{\in}\mathbf{X}\, P(x) \to P(c) 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, : P(c) \to\ \forall{x}{\in}\mathbf{X}\, P(x). 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 \forall{x}{\in}\emptyset \, P(x) is always true, regardless of the formula
P(
x); see
vacuous truth. == Universal closure ==