Mr Davis 97 said:
Take the following statement as given: ##\forall \epsilon > 0 ~ (|x-y| < \epsilon) \implies x = y##. To convert this prenex normal form, we get ##\exists \epsilon > 0 ~ (|x-y| < \epsilon \implies x = y)##. How are these two statements equivalent?
You haven't specified a quantifier for ##x## or ##y##. Treating them as constants, can you find specific values of ##x## and ##y## that make one statement true and the other statement false?
By the notation conventions of the article, instead of "##\forall \epsilon > 0##" , we are only allowed to use "##\forall \epsilon##". So let's conform to that notation.
Statement 1): ##(\forall \epsilon (\epsilon > 0 \implies (|x-y| < \epsilon) ) \implies x = y##
Statement 2): ##\exists \epsilon ( (\epsilon > 0 \implies |x -y| <\epsilon) \implies x = y) ##
Suppose ##x = y = 3##
Both statements are true due to the truth of ##x = y##.
To satisfy the ##\exists \epsilon## in statement 2), we can find a specific value of ##\epsilon## that makes statement 2) True. (For example ##\epsilon = -1##)
Suppose ##x = 1, y = 29##
In statement 1), the if-part: ##\forall \epsilon( \epsilon > 0 \implies |x -y| < \epsilon## is False.
That makes implication have form: False \implies \False, so statement 1) is True.
In statement 2), consider the case \epsilon = 3.
For that value of ##\epsilon## the statement ( ##\epsilon > 0 \implies |x - y| < \epsilon## ) is of the form: True implies False, so it is False.
So the quantified expression as a whole takes on the form: False implies False, making it True.
Since we have demonstrated the existence of an ##\epsilon## that make the quantified expression True, statement 2 is True.
Note that statement 2) is different than:
Statement 3: ##\exists \epsilon ( (\epsilon > 0 \implies |x -y| <\epsilon)) \implies x = y ##
The feeling that statement 2) cannot be equivalent to statement 1) is caused by interpreting statement 2) to be statement 3).
SInce you used the notation "##\exists \epsilon > 0 ## in writing ##\exists \epsilon > 0 ~ (|x-y| < \epsilon \implies x = y)## perhaps your interpretation of that sentence is statement 3) instead of statement 2).