5

trying to recall the $\epsilon, \delta$ definition of continuity, I came up with the following:

A function is continuous at $x$ if $\forall \epsilon > 0 \; \exists \; \delta > 0: |f(x-\delta) - f(x+\delta)| < \epsilon$.

This is very likely not equivalent to the Weierstrass' definition of continuity at $c$:

$\forall \epsilon > 0 \; \exists \; \delta > 0: |x-c| < \delta \Rightarrow |f(x) - f(c)| < \epsilon $.

Could you please point out where the first statement fails to be equivalent to Weierstrass'?

Many thanks!

3 Answers3

6

The Weierstrass' definition considers all values of $x$ within distance $\delta$ of $c$.

Your definition only says that there are two equidistant points from $x$, of which the difference in function values is less than $\epsilon$.

Consider the function $f$ which is constantly 0 except for $f(0) = 1$. This is clearly not continous, but following your definition, for any $\epsilon > 0$ I can certainly pick any positive $\delta$ so that $$|f(-\delta) - f(\delta)| = 0 < \epsilon$$

naslundx
  • 9,720
4

Hint For both definition, consider the continuity in $0$ of

$$f(x) =\left\{ \begin{array}{ll} 132 & \text{if } x = 0 \\ 0 & \text{else} \end{array}\right. $$

Surb
  • 55,662
3

This may seem natural to you, but it has some serious problems. For example, it says that every even function is continuous at $0$--that's not really acceptable, is it?

MPW
  • 43,638