What is the difference between the following sentences:
$(\forall y \in \mathbb{R})(\exists x \in \mathbb{R})(x \leq y)$.
- For each real number y, there exists a real number x such that x is less than or equal to y.
$(\exists x \in \mathbb{R})(\forall y \in \mathbb{R})(x \leq y)$
- There exists a real number x such that for each real number y, x is less than or equal to y.
While I know what these sentences are in english, I still don't know what the difference is between each sentence. How can I go about discerning the difference between the two?
The sequence of choice matters. In 1) you are given some $y$, then have the option to inspect it and find some $x$ which is smaller. You can choose, e.g., $x=y-1$, that will do.
In 2) you have to show me some $x$ (because 2) is the claim that such an $x$ exists) for which you claim that I cannot find a $y$ which is smaller.
You are now invited to present me such an $x$...I will then have a look and see whether I can find a $y$ which is smaller...
(In particular, 1) is a true statement, while 2) is not).
...you could also say that in 1), the choice of x will depend on that of y, while in 2), it's the other way round.