What is nested Quantifier? Is order important for nested quantifier?
Explain your answer with appropriate example.
Nested quantifiers are quantifiers that occur within the scope of other quantifiers.
Example: "\u2200x\u2203yP(x, y)"
Quantifier order matters in Nested quantifiers
Example: "\u2200x\u2203yP(x, y) 6= \u2203y\u2200xP(x, y)" .
Comments
Leave a comment