These include:
- . For All
- . There Exists
- . Does not exist.
Order Of Quantifiers
- If you have two identical quantifiers, the order of them does not matter
- If you have two different quantifiers, the order then matters
Quantifier Exchange
These include:
¬(∀x,P(x))≡∃x,¬P(x) ¬(∃x,P(x))≡∀x,¬P(x)