1) $(\forall x)(\exists y)x{\le}y$
2) $(\exists y)(\forall x)x{\le}y$
Assume that the domain of the variable is $D={0,1,2,...,99}$
These two statements says two things in natural language. I just cannot distinguish two translations. Can some one help me?
"$\forall x\ ( P(x) )$" means "For any $x$, it is true that $P(x)$", equivalently "$P(x)$ is true for every $x$". If you claim this statement, then you're effectively claiming that:
"$\exists x\ ( P(x) )$" means "For some $x$, it is true that $P(x)$", equivalently "$P(x)$ is true for at least one $x$". If you claim this statement, then you're effectively claiming that:
What you have asked about is better written in the form:
It should be clear from my definition that they say different things. You should slowly expand the quantifiers one by one to see why. For example the first one expands to:
and then:
which if you claim it means that:
Note that the $y$ that you give me is after I give you the $x$, so you are free to choose a different $y$ if I give you a different $x$.
In contrast the second expands to:
and then:
which if you claim it means that:
Note that the $y$ that you give me is before I give you the $x$, so that single $y$ must work for every $x$ that I give you.