What is nested Quantifier? Is order important for nested quantifier?
Explain your answer with appropriate example.
nested Quantifier :
Nested quantifiers are quantifiers that occur within the scope of other quantifiers.
Example:
The order of nested existential and universal quantifiers in a statement is important.
Quantification of two variables
P(x,y) is true for every pair x,y.
There is a pair x, y for which P(x,y) is false.
For every x there is a y for which P(x,y) is true.
There is an x such that P(x,y) is false for every y.
Comments