Abstract
- Instead of manually assigning a specific value to a predicate variable to obtain a mathematical statement, quantifiers provide another way to specify how many values of a particular type can make the predicate a closed predicate
Implicit quantification
The Quantifiers are assumed without specified explicitly
Statements with Multiple Quantifiers
- Predicate with more than one Quantifier
Order of Quantifiers
Unless the Quantifiers are of the same type. Otherwise, the meaning is different.
Given is x loves y
in english: For all people x, there is a person y such that x loves y.
in english: There is a person y such that all people x, x loves y.
- The first one means for everyone (you, me, he), there is someone we love
- The second one means there is someone who is loved by everyone (you, me, he)