How to prove the uniqueness of a limit of a function at a point?

  • Thread starter poutsos.A
  • Start date
  • Tags
    Proof
Yes, this is proving the uniqueness of the limit of a sequence. But the same concept applies to the uniqueness of the limit of a function. A function can be thought of as a sequence of points in the domain mapping to points in the range. So the same proof applies.
  • #1
poutsos.A
102
1
In an analysis book i found this proof for the uniqness of a limit of a function.

This is not homework




"It is easy to show that when a limit of a function f(z) exists at a point a,it is unique.To do this ,we suppose that


lim f(z) =l and lim f(z)=m as z----> a (z goes to a).


Then,for any positive number ε,there are positive numbers r,δ such that



[tex]\left| f(z)-l\right|[/tex]< ε whenever 0<[tex]\left|z-a\right|[/tex]< r


and

[tex]\left|f(z)-m\right|[/tex] < ε whenever 0<[tex]\left|z-a \right|[/tex]< δ.


So if 0< [tex]\left|z-a\right|[/tex]< θ ,where θ denotes the smaller of the two Nos r and δ,we find that


[tex]\left|m-l\right|[/tex] = [tex]\left|(f(z)-l)-(f(z)-m)\right|[/tex] =< [tex]\left| f(z)-l \right|[/tex] + [tex]\left|f(z)-m\right|[/tex] < ε+ε =2ε.


But [tex]\left|m-l\right|[/tex] is a nonnegative constant, and ε can be chosen arbitrarily small.
Hence

l-m =0 , or l=m."


is that proof correct??
 
Physics news on Phys.org
  • #2
poutsos.A said:
So if 0< [tex]\left|z-a\right|[/tex]< θ ,where θ denotes the smaller of the two Nos r and δ,we find that[tex]\left|m-l\right|[/tex] = [tex]\left|(f(z)-l)-(f(z)-m)\right|[/tex] =< [tex]\left| f(z)-l \right|[/tex] + [tex]\left|f(z)-m\right|[/tex] < ε+ε =2ε.But [tex]\left|m-l\right|[/tex] is a nonnegative constant, and ε can be chosen arbitrarily small.
Hence

l-m =0 , or l=m." is that proof correct??
I wouldn't have been so quick with the last line. The above lines only indicate that the limit as z approaches a of the expression |m - l| is 0. Since |m-l| is a constant, this then implies that this limit is equivalent to the value |m - l|, as constant functions are continuous. The rest then follows, assuming you have already proven that constant functions are continuous.
Another method of concluding this proof is to note that |l - m| is a fixed number > 0, while [itex]\epsilon[/itex] is free to be any value > 0. Thus, pick [itex]\epsilon[/itex] < |l - m|/2 to derive a contradiction.
 
  • #3
slider142 said:
I wouldn't have been so quick with the last line. The above lines only indicate that the limit as z approaches a of the expression |m - l| is 0. Since |m-l| is a constant, this then implies that this limit is equivalent to the value |m - l|, as constant functions are continuous. The rest then follows, assuming you have already proven that constant functions are continuous.
Another method of concluding this proof is to note that |l - m| is a fixed number > 0, while [itex]\epsilon[/itex] is free to be any value > 0. Thus, pick [itex]\epsilon[/itex] < |l - m|/2 to derive a contradiction.

So you are saying that the above proof is wrong??

Please write down ,if you can, a complete correct proof ,i will be very thankfully
 
  • #4
poutsos.A said:
So you are saying that the above proof is wrong??

It's not completely wrong. It's better to say it's incomplete. It lays out all the majors steps in the proof, but on the last one, it really skimps on an important detail. That detail is a contradiction which allows you to assert m = l.

To complete the proof, you'd want to say

"Suppose [tex]|l - m| > 0[/tex]. Then, by replacing [tex]\epsilon[/tex] with [tex]\frac{1}{2} |l - m| [/tex], we see that

[tex]|l - m| < 2 (\frac{1}{2} |l - m|)[/tex]

Which is a contradiction. Therefore, our assumption [tex]|l - m| > 0[/tex] is false, and so [tex]|l - m| = 0[/tex] and so [tex]l = m[/tex].
 
  • #5
if a function has 2 different limits, say a distance e apart, then eventually all the values of the function are very near both limits. but small nbhds of two different points are disjoint, so you are saying eventually all the values are in one nbhd and also in the other disjoint nbhd, an impossibility.
 
  • #6
Here is a diagram of what mathwonk says:
http://img237.imageshack.us/img237/6198/hausdorffmetricmp7.png
 
Last edited by a moderator:
  • #7
maze said:
Here is a diagram of what mathwonk says:
http://img237.imageshack.us/img237/6198/hausdorffmetricmp7.png
[/URL]

State the geometrical axioms or theorems that do not allow the above to happen

i am very interested to see this kind of proof
 
Last edited by a moderator:
  • #8
That's basically just a drawing of the proof that you posted in the original post.
 
  • #9
poutsos.A said:
State the geometrical axioms or theorems that do not allow the above to happen

i am very interested to see this kind of proof

In laymens terms, a point is a limit (in any standard sense of the word) when it can be approximated with arbitrary accuracy. If there were two distinct limit points, you simply approximate within a tolerance less than the distance between them, and it has to converge on one or the other.

In topology, this is the hausdorff property: for any two points, there is a neighborhood of each such that both neighborhoods are disjoint.
 
  • #10
poutsos.A said:
State the geometrical axioms or theorems that do not allow the above to happen

i am very interested to see this kind of proof

Let [itex]B_x[/itex] be the ball around x and [itex]B_y[/itex] be the ball around y.

If [itex]a_i[/itex] -> x then there exists N such that [itex]a_n \in B_x[/itex] for all n>N.

If [itex]a_i[/itex] -> y then there exists M such that [itex]a_n \in B_y[/itex] for all n>M.

Then for some large k, k>N and k>M, [itex]a_k \in B_x[/itex] and [itex]a_k \in B_y[/itex]. Since [itex]B_x[/itex] and [itex]B_y[/itex] are disjoint, this is a contradiction (disjoint sets share no points).
 
  • #11
maze said:
Let [itex]B_x[/itex] be the ball around x and [itex]B_y[/itex] be the ball around y.

If [itex]a_i[/itex] -> x then there exists N such that [itex]a_n \in B_x[/itex] for all n>N.

If [itex]a_i[/itex] -> y then there exists M such that [itex]a_n \in B_y[/itex] for all n>M.

Then for some large k, k>N and k>M, [itex]a_k \in B_x[/itex] and [itex]a_k \in B_y[/itex]. Since [itex]B_x[/itex] and [itex]B_y[/itex] are disjoint, this is a contradiction (disjoint sets share no points).

But that's proving the uniqueness of the limit of a sequence,isn't it?"
 
  • #12
Ahh yes. But that's OK since, if the function converges, you can always construct a convergent sequence. For example, let a_n = a + 1/n.

That is a nicety of metric spaces - you can show all sorts of things with sequences that aren't possible in more general situations.
 
  • #13
poutsos.A said:
In an analysis book i found this proof for the uniqness of a limit of a function.

This is not homework




"It is easy to show that when a limit of a function f(z) exists at a point a,it is unique.To do this ,we suppose that


lim f(z) =l and lim f(z)=m as z----> a (z goes to a).


Then,for any positive number ε,there are positive numbers r,δ such that



[tex]\left| f(z)-l\right|[/tex]< ε whenever 0<[tex]\left|z-a\right|[/tex]< r


and

[tex]\left|f(z)-m\right|[/tex] < ε whenever 0<[tex]\left|z-a \right|[/tex]< δ.


So if 0< [tex]\left|z-a\right|[/tex]< θ ,where θ denotes the smaller of the two Nos r and δ,we find that


[tex]\left|m-l\right|[/tex] = [tex]\left|(f(z)-l)-(f(z)-m)\right|[/tex] =< [tex]\left| f(z)-l \right|[/tex] + [tex]\left|f(z)-m\right|[/tex] < ε+ε =2ε.


But [tex]\left|m-l\right|[/tex] is a nonnegative constant, and ε can be chosen arbitrarily small.
Hence

l-m =0 , or l=m."


is that proof correct??

No it is wrong.


What the Author of that proof really proves here is:


If limf(z) = l and limf(z) = m as z goes to a ,then given ε>0 and also given

0< [tex]\left|z-a\right|[/tex]< θ ,where θ denotes the smaller of the two Nos r and δ,

THEN l=m.

...and not.


If limf(z) = l and limf(z) = m as z goes to a, then l=m

Note the Author in the last step of his proof ,he assumes the theorem:

IF, for all ε>o [tex]\left|m-l\right|[/tex]<ε ,then l=m,which Tac-Tics proves by using contradiction.

Many of analysis books give a wrong proof following ,more or less the lines of the above proof.
 

FAQ: How to prove the uniqueness of a limit of a function at a point?

What is the definition of proof in science?

The definition of proof in science is evidence or data that supports a hypothesis or theory. It is obtained through rigorous experimentation, observation, and analysis, and must be replicable and consistent.

How do scientists determine if proof is valid?

Scientists use the scientific method to determine if proof is valid. This involves making observations, forming a hypothesis, designing and conducting experiments, analyzing data, and drawing conclusions. The results are then peer-reviewed and replicated by other scientists to ensure validity.

Can proof ever be considered absolute in science?

No, proof in science is never considered absolute. This is because our understanding of the natural world is constantly evolving and changing. New evidence or advancements in technology can lead to new interpretations of previously accepted proof.

Is proof the same as truth in science?

No, proof and truth are not the same in science. Proof is based on evidence and data, whereas truth is a subjective concept that can be influenced by personal beliefs and biases. Scientists aim to gather as much evidence as possible to support their claims, but there is always room for error and further investigation.

How does the concept of proof differ in different branches of science?

The concept of proof may differ in different branches of science due to the varying methods and types of evidence used. For example, in experimental sciences like chemistry and biology, proof is often obtained through controlled experiments. In contrast, in theoretical sciences like physics and cosmology, proof may be based on mathematical models and observations of natural phenomena.

Similar threads

Back
Top