Thursday, May 25, 2017

real analysis - Prove: Given x0 is a cluster point of a set S and f:StomathbbR then f can have at most one limit as xtox0


Essentially, I need to prove that, given a point x0 in S where SR, as the x value converges to x0, f(x) converges to only one f(x0). This is poking at the idea that for every input, x, there cannot be more than one output, f(x).


This is something that most of us knew from algebra 1, but I need to prove this statement using the definition of cluster points, continuity, etc.


Cluster point: if x0 is a cluster point, then ϵ>0, (x0ϵ,x0+ϵ)(Sx0)ϕ



definition of continuity: ϵ>0, δ>0 such that 0<|xx0|<δ, xS, implies |f(x)f(x0)|<ϵ.


I'm not too sure how I would approach this!


Answer



First, the existence of limit at a point (say, x0) does not depend on the value of the function at x0. This is important because, without this idea, limit and continuity become more or less useless.


Now to show that f has at most one limit as xx0, we need to show that either the limit does not exist ("zero" limit), or the limit is unique if it exists ("one" limit).


In other words, we can assume that the limit exists, and let


limxx0f(x)=l1 and limxx0f(x)=l2. Now we want to show that l1=l2. Start from the definition.


Given ϵ>0, δ1>0 such that |f(x)l1|<ϵ2,xVδ1(x0)S{x0} Also, δ2>0 such that |f(x)l2|<ϵ2,xVδ2(x0)S{x0}


. Now take δ=min{δ1,δ2}.


|l1l2|=|l1f(x)+f(x)l2||l1f(x)|+|f(x)l2|<ϵ2+ϵ2=ϵ,xVδ(x0)S{x0}. Since x0 is a cluster point, |l1l2| is arbitrary small (but still non-negative) on a non-empty set. Can you conclude from here? (An extra hint: Suppose ϵ>0,0a<ϵ, can you prove by contradiction that a=0?)



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...