Thread Closed

difference between a function being continuos at at point and havinga limit there...

 
Share Thread Thread Tools
Oct29-07, 11:12 AM   #1
 

difference between a function being continuos at at point and havinga limit there...


I'm confused about a point that my book on real analysis is making about the difference between the definition of a function being continuos at at point and the definition of a function having a limit L at a point.

My rough understanding of the matter is that in order for a function to be continuous at a point the function must have a limit L at the point (from both sides) and the values of the function at that point must be L. However it is possible to have a limit at a point, even if the value of that function at the point is not the same as the limit.

From the book:
DEFINITION: Suppose E is a subset of R and [tex]f: E \rightarrow R[/tex]. If [tex]x_0 \in E[/tex], then f is continuous at [tex]x_0[/tex] iff for each [tex]\epsilon > 0[/tex], there is a [tex]\delta > 0[/tex] such that if

[tex]|x-x_0|< \delta[/tex], with [tex]x \in E[/tex],

then

[tex]|f(x)-f(x0)|< \epsilon[/tex].

Compare this with the definition of the limit of a function at a point [tex]x_0[/tex] . First of all, for continuity at [tex]x_0[/tex], the number must belong to E but it need not be an accumulation point of E. ( Is this saying that f(x) = L? If not what is it saying? ) Indeed, if [tex]f: E \rightarrow R[/tex] with [tex]x_0 \in E[/tex] and [tex]x_0[/tex] not an accumulation point of E, then there is a [tex]\delta > 0[/tex] such that if [tex]|x - x_0 | < \delta[/tex] and [tex]x \in E[/tex], then [tex]x=x_0[/tex] .
That last bit has me lost. Why would [tex]x = x_0[/tex] if [tex]x_0[/tex] is not an accumulation point of E?

I think that [tex]x_0[/tex] , not being an accumulation point means that there is at least one neighborhood of [tex]x_0[/tex] that contains a finite number, possibly zero vales of f(x) when x is in a delta neighborhood of [tex]x_0[/tex]. But how does this force [tex]x = x_0[/tex]?

The book defines accumulation points interms of series:
A real number A is an accumulation point of S iff every neighborhood of A contains infinitely many points of S.
So, not an accumulation point would mean that every neighborhood of A contains finite points of S, or zero ponits of S... ?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Oct29-07, 01:21 PM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by futurebird View Post

I think that [tex]x_0[/tex] , not being an accumulation point means that there is at least one neighborhood of [tex]x_0[/tex] that contains a finite number, possibly zero vales of f(x) when x is in a delta neighborhood of [tex]x_0[/tex]. But how does this force [tex]x = x_0[/tex]?
Let's say that [itex]x_0 \in E[/itex] is not an accumulation point of [itex]E[/itex]. Then there is some [itex]\delta[/itex] so that:
[tex]E \cap (x_0 - \delta,x_0+\delta) = x_0[/itex]

Then the hypothesis:
[tex]|x-x_0|<\delta[/tex]
and
[tex]x \in E[/tex]
is equivalent to
[tex]x_0 \in E \cap (x_0 - \delta,x_0+\delta) = x_0[/tex]
which implies
[tex]x_0=x[/tex]
(and obviously)
[tex]f(x_0)-f(x)=0[/tex]
 
Oct29-07, 01:32 PM   #3
 
Quote by NateTG View Post
.....
is equivalent to
[tex]x_0 \in E \cap (x_0 - \delta,x_0+\delta) = x_0[/tex]
....
Shouldn't it be [tex]x \in E \cap (x_0 - \delta,x_0+\delta) = x_0[/tex]?
 
Oct29-07, 07:50 PM   #4
 

difference between a function being continuos at at point and havinga limit there...


A function is vacuously continuous at isolated points.
 
Oct29-07, 10:02 PM   #5
 
Quote by zhentil View Post
A function is vacuously continuous at isolated points.
That helps a lot. But let me see if I know what you mean. If I have the set of points N, the natural numbers then it's vacuously continuous a say 7?

That's odd.

Is that what this is all about???
 
Oct30-07, 12:28 AM   #6
 
The point is trivial. x_0 an accumulation pt in E iff every nbd of x_0 contains a point in E iff every neighbourhood of x_0 contains infinitely many points in E. If x_0 is not an accumulation pt in E then there exists a nbd of x_0 such that it only contains finitely many points in E.

Trivial point: Well, if x_0 is not an accumulation point in E then there are finitely many x's in E within some delta>0 distance from x_0. Take the closest point to x_0, this exists as we're taking the minimum of some finite set. Call the distance between x_0 and this closest point delta_min. So the only points in E with the property that |x-x_0|<delta_min is the one point x_0. (Draw a picture: this immediately clear).

Some authors absolutely refuse to talk about limits of functions at non accumulation points. The author of whatever you're quoting is obviously not one of them. The problem arises when you look at the difference between continuity and limits. Limits talk only about the elements getting closer to some point (but not the point itself), continuity talks about elements getting closer to some point AND the point itself. (0<|x-x_0|<delta => |f(x)-f(x_0)|<epsilon for limits and |x-x_0|<delta => |f(x)-f(x_0)|<epsilon for continuity)

Saying that functions are vacuously continuous at non accumulation is awkward as the limits NEVER exist, yet they will always satisfy the latter criterion for continuity above.

Take your example. The integers with the identity function. What's the limit of id(x) as x->7? If it did exist then for every epsilon there would be a delta such that 0<|x-7|<delta (x an integer) =>|x-7|<epsilon. Take epsilon=1/2. It's clear that |x-7|<1/2 and x integral iff x=7. But x cannot be 7, as then |x-7|=|7-7|=0. Hence id(x) does not have a limit as x->7. But it does satisfy the delta-epsilon definition of continuity at x=7: since 7 is not an accumulation point (only one point in any ball centered at 7 with radius strictly less than 1) we can always pick delta<1 and so |x-7|<delta<1=>x=7=>|id(7)-id(7)|=0<epsilon for any epsilon>0.

Do you see how continuity at non accumulation points is weird? Heuristically, we think of continuity as getting closer and closer to some point. But if we're talking about an non accumulation point you can't get closer and closer! There's just one lone point. Non-accumulation points are called isolated points -- this should help you remember the definition.

Summary:

f(x)->f(x_0) as x->x_0 is equivalent to continuous at x_0 (epsilon/delta defn) if x_0 is an accumulation point
 
Oct30-07, 04:50 AM   #7
 
Quote by futurebird View Post
That helps a lot. But let me see if I know what you mean. If I have the set of points N, the natural numbers then it's vacuously continuous a say 7?

That's odd.

Is that what this is all about???
Yes. [tex] |x-7| < 1/2 \Rightarrow |f(x)-f(7)| = 0. [/tex]
 
Thread Closed
Thread Tools


Similar Threads for: difference between a function being continuos at at point and havinga limit there...
Thread Forum Replies
Point or Vector? What's the difference? Linear & Abstract Algebra 35
Is every point of every closed set E subset of R^2 a limit point of E? Calculus & Beyond Homework 2
limit of sequence equal to limit of function Calculus 1
def'n of Limit Point? and limit. Calculus 6
[SOLVED] Why zero slope limit is point particle limit? Beyond the Standard Model 1