CmSc 180 – Discrete mathematics
Negation of Quantifiers
General rule for negation of quantified expressions:
~(" x, P(x)), is equivalent to: $ x, (~P(x))
The statement: "It is not true that all x have the property P"
is equivalent to: "There is an x for which ~P is true".
Example:
~(" x, P(x) → Q(x) ) ≡ $ x (P(x) Λ ~Q(x))
The implication is negated by De Morgan's laws, after representing it as a disjunction:~(P(x) → Q(x)) ≡ ~(~P(x) V Q(x)) ≡ P(x) Λ ~Q(x)
In general P(x) may be a compound expression, e.g. wise(x) V healthy(x), or
bird(x) → fly(x).
Such expressions are negated using the laws of De
Morgan.
~($ x P(x)) is equivalent to: " x (~ P(x))
The statement: "It is not true that there is an x with the property P"
is equivalent to: "No x has the property P" or "All x have the property ~P."
As with the universal quantifiers, in general P(x) may be a compound
expression,
e.g. wise(x) V healthy(x).
Such
expressions are negated using the laws of De Morgan.
~($ x (D(x) Λ P(x))) ≡ " x (D(x) → ~ P(x))
The negation is obtained by the following transformations:
~$ x (D(x) Λ P(x)) ≡ " x (~(D(x) Λ P(x)) ≡ " x (~D(x) V~ P(x))≡ " x (D(x) → ~ P(x))
Examples:
The negation would be " No students are math majors":
The negation would be "No horses fly":
Examples:
Learning Goals
Exam-like problems