Processing math: 100%

How to proof the convergence of functions without knowing the limit

Published on

Today I had the problem to proof the existence of a real valued function limit limxx0f(x) but there was no possibility to determine its value. So I thought about the ways how someone can proof that a function converges while there is no chance that he can guess the limit. How can he do this?

For real valued sequences there is an easy answer: If you can show that your sequence is a Cauchy sequence than your sequence converges. This is stated by the completeness axiom of the real numbers and is true for all complete metric spaces. But there is no concept to generalize the idea of Cauchy sequences to functions. Really?!

The Cauchy property for functions

Let's have a look at the epsilon-delta-definition for Cauchy sequences in R or C:

ϵ>0NNn,mN:nNmN|anam|<ϵ

I guessed what would be the equivalent definition for a function, if someone want to proof the existence of limxx0f(x) for a real valued function f:DR with DR:

ϵ>0δ>0x,yD:|xx0|<δ|yx0|<δ|f(x)f(y)|<ϵ

Because I want you to understand my thoughts I show you both statements where I colored for me equivalent parts in the same color:

ϵ>0NNn,mN:nNmN|anam|<ϵϵ>0δ>0x,yD:|xx0|<δ|yx0|<δ|f(x)f(y)|<ϵ

You see, I got the above statement for functions by translating each part of the epsilon-delta-definition of Cauchy sequences in the concept of function or (better to say) I assumed the right translations. Okay, now the main question is: Does the function limit exists, if the above statement is fulfilled?

Before answering the question, lets give functions with the above property a name:

Definition (functions with the Cauchy property at x0): Let f:D with DR be a real valued function and x0 an limit point of D. In the following we say, that f has the Cauchy property at x0, if f fulfills the following statement at x0:

ϵ>0δ>0x,yD:|xx0|<δ|yx0|<δ|f(x)f(y)|<ϵ

Every function with the Cauchy property at x0 converges in the limit xx0

Our interesting question is: Does the limit limxx0f(x) exists when f has the Cauchy property at x0? Yes, as we can proof:

Step 1: Let (xn)nN be an arbitrary sequence with limnxn=x0. We can show, that (f(xn))nN is a Cauchy sequence and therefore converges.

Let ϵ>0 be arbitrary. By the Cauchy property of f at x0 there exists a δ>0 so that |f(x)f(y)|<ϵ for all x,yD with |xx0|<δ and |yx0|<δ. Because (xn)nN converges to x0 there is an NN with |xnx0|<δ for all natural numbers nN.

So for all n,mN with nN and mN we have |xnx0|<δ and |xmx0|<δ and therefore |f(xn)f(xm)|<ϵ because of the above definition of δ. This shows that (f(xn))nN is a Cauchy sequence. So there is an aR with limnf(xn)=a because of the completeness axiom of the real numbers.

Step 2: Now we have to show that every two sequences (xn)nN and (˜xn)nN which converge to x0 have the same limit under the function f. This means limnf(xn)=limnf(˜xn).

In Step 1 we already showed that the limit limnf(xn) exists. So let the limit of (f(xn))nN be aR. Let ϵ>0 be arbitrary. Because f has the Cauchy property at x0 there exists a δ>0 so that |f(x)f(y)|<12ϵ for all x,yD with |xx0|<δ and |yx0|<δ. Because limnxn=x0 and limnf(xn)=a there is a NN with |xNx0|<δ and |f(xN)a|<12ϵ. There is also an ˜NN with |˜xnx0|<δ for all nN with n˜N.

Now let n be an arbitrary natural number greater than ˜N. By definition we have |˜xnx0|<δ and |xNx0|<δ and therefore |f(˜xn)f(xN)|<12ϵ. So we have:

|f(˜xn)a||f(˜xn)f(xN)|+|f(xN)a|<12ϵ+12ϵ=ϵ

This proofs limnf(˜xn)=a and thus limnf(xn)=limnf(˜xn). So the function limit limxx0f(x) exists.

If limxx0f(x) exists, then f has the Cauchy property at x0

Also the contrary implication is true: Every function f, which converges at x0, has the Cauchy property at x0.

Proof: Let f be a function with limxx0f(x)=a an let ϵ be an arbitrary real number greater than null. Because f converges to a for xx0 there is an δ>0 so that the inequality |f(x)a|<12ϵ is fulfilled for every xD with |xx0|<δ. Now for every x,yD with |xx0|<δ and |yx0|<δ we have:

|f(x)f(y)||f(x)a|+|f(y)a|<12ϵ+12ϵ=ϵ

Connection to the completeness axiom

We have shown, that the following equivalence statement is true:

limxx0f(x) existsf has the Cauchy property at x0

Does this remind you an something? Yes, it's similar to the completeness axiom! In the article Alternative formulations of the completeness axiom for real and complex numbers I will proof that the above equivalence actually is equivalent to the completeness axiom.

Some additional notes to functions with the Cauchy property at x0

  • Please note, that x0 does not have to be an element of D. There just have to exist a sequence in D which converges to x0.

  • Because we are interested in proofing the existence of limxx0f(x) at a special point x0 the above definition for the Cauchy property of a function also depends on selecting a special x0. It would be nice to know, what a global Cauchy property for functions might be, but I do not want to provide an answer in this article. Please contact me if you have an answer.

  • The above definition can be directly generalized to complex functions f:DC with DC. All the proofs given in this article can also be applied to this case.

  • There shall be a more general definition for functions between metric spaces. Because metric spaces do not have those properties which are needed in the given proofs, those proofs cannot be applied directly to functions between metric spaces. One has to find the necessary properties and has to take care that the underlying metric spaces have fulfilled those properties.

  • There is also a Cauchy property of f, if someone wants to show the convergence for x:

    ϵ>0S>0x,yD:xSyS|f(x)f(y)|<ϵ

    For showing the existence of limxf(x) the definition would be:

    ϵ>0S<0x,yD:xSyS|f(x)f(y)|<ϵ

    To have a short article I do not want to provide proofs for the above definitions but I assume that they will be similar.

Alternative ways to proof the convergence of a function without knowing the limit

It is nice to have as many possible ways or methods because than it is more likely you find actually a proof than if you stuck by going just one way. So I want to enumerate also the other possibilities for proofing the existence of limxx0f(x):

One alternative way is of course to use an indirect proof, which means that you assume the function is divergent at x0 and that you conclude a contradiction from your assumption. There just might be the situation where you do want to have a direct proof. For example you are doing math based on intuitionistic logic or you want to know the insights which just would be provided by a direct proof.

Another way would be to give an algorithm to calculate the limit and to show that this algorithm will always work. Here you have the advantage that you can use the algorithm in a computer program. On the contrary it might be difficult to find such an algorithm.

Contact

If you want to send me feedback, comments or corrections, you can write me an email to stephan.kulla@kulla.me. You can also visit my contact page, where you will find other possibilities for contacting me.

About this article

Similar articles

  • How to compare infinite sets of natural numbers, so that proper subsets are also strictly smaller than their supersets

    Published on

    Are there really as many rational numbers as natural numbers? You might answer “Yes” but a better answer would be “It depends on the underlying order relation you use for comparing infinite sets”. In my opinion there really is no reason why we should consider Cantors characterization of cardinality as the only possible one and there is also a total order relation for countable sets where proper subsets are also strictly smaller than their supersets. In this article I want to present you one of them.

  • Alternative formulations of the completeness axiom for real and complex numbers

    Published on

    In the last weeks I thought a lot about calculus and meanwhile I found some alternative ways to formulate the completeness axiom of real or complex numbers. You might already know the concept of Cauchy completeness or Dedekind completeness. But this article will provide new forms of completeness and therefore new ways to look on real or complex numbers.