Confusion with Continuity Definition

Tokipin
Messages
19
Reaction score
0
I'm going through a topology book (Introduction to Topology by Bert Mendelson.) In one of the first chapters the author defines continuity in an epsilon-delta manner (not limit definition.) Here is the definition:

Let f:\mathbb{R}\rightarrow \mathbb{R}. The function f is said to be continuous at the point a\in \mathbb{R}, if given \epsilon > 0, there is a \delta > 0, such that

|f(x)-f(a)|<\epsilon,

whenever

|x-a|<\delta.

The function f is said to be continuous if it is continuous at each point of \mathbb{R}.
I'm confused because, if I understand correctly, we can set both \epsilon and \delta to be any numbers. Consider for example this function:

f(x) =\begin{cases}<br /> 1 &amp; \text{ if } floor(x) \text { is odd } \\ <br /> 2 &amp; \text{ if } floor(x) \text{ is even } <br /> \end{cases}

With 0 considered even. If we let \epsilon = 98^{8000}, then this function is continuous, as all f(x) are within \epsilon of each other.

So what the heck, man? Is this a "weak" definition? Can a function be "continous" even if it is disconnected? What am I misunderstanding?
 
Physics news on Phys.org
You cannot "set" epsilon and delta to be any number like you say.
What you do to prove continuity is you set epsilon to be a certain number, and then, depending on the function of interest, you must show that there exists a delta such that x's within a distance delta of a yield f(x)'s within a distance epsilon of f(a). And you must be able to find such a delta for each particular choice of epsilon. Delta is dependant on epsilon, not independant of it.

For instance in your exemple, the function is continuous everywhere except at the integers where it jumps one unit. If n is an integer and epsilon=1/2, you certainly cannot find a delta such that |f(x)-f(a)|<1/2 as soon as |x-a|<delta.
 
O.k., so the epsilon is a "for all" variable? If so then that's what I misunderstood. Thanks.
 
Tokipin said:
O.k., so the epsilon is a "for all" variable? If so then that's what I misunderstood. Thanks.

Yes, "for any" and "for all" means the same thing, even though sometimes we read a definition and it seems like "for any" could mean "for some".
 
The standard wording for the epsilon-delta definition is a bit confusing, in addition to the definition being genuinely difficult to grasp. Some things to keep in mind:
* The epsilon is bound with a "forall" qualifier on the outside. The delta is bound with an "exists" quantifier on the inside. This means that delta can depend on epsilon. (In fact it almost always does). So most proofs will take the form: delta equals some function of epsilon.
* The "whenever" bit, to me at least, always sounded really strange. It's a BACKWARDS implication (in logical symbols, it would be '<='). Usually, when I write the definition, I swap the order of the inequalities: "whenever blah < delta, blah < epsilon."
* Alternatively, you can think of "whenever" as meaning "or if not". So, "blah < epsilon whenever blah < delta" becomes "blah < epsilon or blah >= delta."
* The topological definition is much easier to use! A function f is continuous if for any open set S, f^-1(S) is open.

Also, intuitively, you can think of epsilon as the "error tolerance on the output" and delta as the "error tolerance of the input." What the epsilon-delta definition means is something like "If you need a sufficiently accurate output, you need to provide sufficiently accurate input."
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top