2

What if the epsilon-delta definition of a limit reversed the wording for $δ$ and $ϵ$: “for all $δ>0$, there exists an $ϵ>0$ such that, if $0<|x-a|<δ$, then $|f(x)-L|<ϵ$.”

  1. Would this definition still capture the concept of limit? Why or why not?

  2. If not, give a counter-example.

I want to say "no", this doesn't capture a limit, because the definition of a limit must hold true for each and every epsilon. However, I'm not sure how to state this, or what might be a counter-example.

knerd
  • 83
  • 4
    Any bounded function $f$ would satisfy this property (just take $\varepsilon:=|L|+\sup|f|+1$, independently of $\delta$), no matter how "irregular", so continuity is not captured. – Milly Oct 27 '14 at 19:14
  • See this answer: http://math.stackexchange.com/a/1324644/72031 – Paramanand Singh Jun 05 '16 at 03:26

1 Answers1

2

Consider $f(x)=\frac{1}{x}$ defined for $x>0$. Then, $\lim_{x\to 0.5}f(x)=2$ in the usual sense. Yet, in your case, with $\delta=\frac{1}{2}$, there is no $\epsilon>0$ such that $0<|x-0.5|<\delta$ implies $|f(x)-2|<\epsilon$.

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49