What is the exact difference between ∃x∀y(condition) and ∀y∃x(condition)? Translating these into English,
- ∃x∀y(condition) = There is an x for all y such that (condition) is satisfied.
- ∀y∃x(condition) = For all y, there is an x such that (condition) is satisfied.
These two seem to be different on the surface, but I could not grasp a vivid understanding of it. Also, I would want to ask how the difference in orders of quantifiers impact the final result.