\[\neg\left[(\forall \epsilon > 0)(\exists \delta > 0)(\forall x)[|x - a| < \delta \Rightarrow |f(x) - f(a)| < \epsilon]\right]\]
how to begin
Ugh! Epsilon Delta....
Well, slowly move the negation bar into the expression, except every time it passes a universal quantifier, change it to an existential,and every time it passes an existential quantifier, change it to universal :D
\[\neg\left[(\forall \epsilon > 0)(\exists \delta > 0)(\forall x)[|x - a| < \delta \Rightarrow |f(x) - f(a)| < \epsilon]\right]\]\[\qquad\qquad\downarrow\]\[(\exists \epsilon > 0)(\forall \delta > 0)(\exists x)\left[\neg[|x - a| < \delta \Rightarrow |f(x) - f(a)| < \epsilon]\right]\]
now how do i distribute the negation across the rest/
Negation of something of the form p ⇒ q is p • ¬q
in this case p is |x - a| < delta and q is |f(x) - f(a)| < epsilon
\[(\exists \epsilon > 0)(\forall \delta > 0)(\exists x)\left[\neg[|x - a| < \delta \Rightarrow |f(x) - f(a)| < \epsilon]\right]\]\[\downarrow\]\[(\exists \epsilon > 0)(\forall \delta > 0)(\exists x)[|x - a| < \delta \wedge\neg[ |f(x) - f(a)| < \epsilon]]\]
Then, negation of < is ≥
\[\downarrow\]\[(\exists \epsilon > 0)(\forall \delta > 0)(\exists x)[|x - a| < \delta \wedge |f(x) - f(a)| ≥ \epsilon]\]
That's it, I can't go further than that...
Thank you terenzreignz
:D
Join our real-time social learning platform and learn together with your friends!