I have a problem. I have to prove that
$(\forall\,\epsilon > 0)(\exists\,\delta > 0)[0 < |x − a| < \delta \implies |f(x) − L| < \epsilon$ (formal definition of a limit)
$(\exists\,\delta > 0) (\forall\,\epsilon > 0)[0 < |x − a| < \delta \implies |f(x) − L| < \epsilon$
are the same. Basically the only difference is the order of the quantifiers.
My first instinct was to use DeMorgans Law and negate the quantifier but that is not quite the same proposition. I am not sure how to prove this equivalence. Can anybody help?