There is this homework assignment that I seem to keep getting wrong. The question is:
Negate the following statement:
"For every positive number $\epsilon$, there is a positive number $\delta$ such that |x-a| < $\delta$ implies |f(x)-f(a)| < $\epsilon$".
My answer was:
"There exists a positive number $\epsilon$, such that for every positive number $\delta$, there exists an x such that |x-a| < $\delta$ and |f(x)-f(a)| $\geqslant \epsilon$".
In math symbols this is
$\exists \epsilon > 0, \forall \delta >0, \exists x, (|x-a|<\delta) \wedge(|f(x)-f(a)|\geqslant\epsilon)$
But then the answer I got back from my teacher, was "for which x,a? Is this true for all x,a such that |x-a|<$\delta$ or just for one set of x.a?"
I just can't seems to figure out exactly what I'm missing. A quantifier for a?
Can anybody help me, please?