Universal Statement
- Made of Predicate Symbol, Predicate Variable & Quantifier
true
iffQ(x)
istrue for every x
inD
false
iffQ(x)
isfalse for at least one x
inD
- For simple ones, usually universal comes with Conditional Statement
Important
is same as .
Negation of Universal
- Negation of Universal is Logical Equivalence to Existential Statement
- The above Predicate means
There is AT LEAST ONE that IS NOT
Vacuous Truth of Universal
- Given the statement:
All balls in the bowl are blue
, howeverno balls in the bowl
. The statement is vacuously true, because the Negation of Universal isOne of the balls in the bowl isn't blue
which is obviously false
Another perspective
If you consider a hypothesis as a set, when the set is an empty set (aka the hypothesis is false), the negation of the statement is that there exists at least one element in the set that contradicts the given universal statement. Since it is an empty set, there isn’t such an element. Thus, an empty set or a false hypothesis will always result in a universal statement that is true.
Universal Conditional
-
Made of Universal Statement & Conditional Statement
Simplified to universal statement
The above universal conditional statement can be reduced to by narrowing down the Domain of Predicate Variable with respect to . In essence, the new is the Truth Set of .
Negation of Universal Conditional
- Make use of Negation of Universal & Implication Law
Important
Useful for Proof by Contradiction (矛盾证明法)!
Vacuous Truth of Universal Conditional
- Given
- It is Vacuously True if and only if
P(x)
is falsefor every x in D
- Vacuous Truth of Universal also applies here for the Quantifier part