While studying quantifiers I got all confused with the following explanation about the order of quantifiers.
The statement
∀x ∃y, y > x
claims that, for any real number x, there is a number y which is greater than it. In the realm of the real numbers this is true. In fact y = x + 1 will always do the trick.
-----------------------------------------------------------------------------strong text
So, for example, I understand that:
X Y . . . . . . 1 1 2 2 3 3 . . . . . .
And, ok, there exists a y that is greater than every x.
But, why can't there exist a x that is greater than every y as stated bellow?
The statement
∃x ∀y, y > x has quite a different meaning from the first one. It claims that there is an x which is less than every y. This is absurd. For instance, x is not less than y = x − 1.
Why absurd? And I didn't understand " For instance, x is not less than y = x − 1."
Is it possible that anyone could help by giving me any insight?
It is absurd because that $x$ is included in $\forall y$, and that would mean: $$\exists x, x>x$$