Real analysis/Limits

From testwiki
Jump to navigation Jump to search

Definition

Recall that a function from a set X to a set Y is a one-to-one mapping f:XY. In analysis, we tend to talk about functions from subsets A to .


The definition for the limit of a function is much the same as the definition for a sequence. In fact, as we will see later, it is possible to define functional limits in terms of sequential limits. For the moment, however, let us just give the definition:


Given a subset A and a function f:A, we say limxcf(x)=L if ϵ:δ:0<|xc|<δ|f(x)L|<ϵ


The requirement |xc|>0 is somewhat technical. It is an expression of the idea that the behavior of a function near a point shouldn't be affected by its behavior at the point. Thus f(x) need not be defined at c to have a limit there.


This definition gives a lot of people a lot of trouble, so it is best to spend some time puzzling it out, working examples, etc. One way to conceptualize the definition is this: limxcf(x)=L means that we can make f(x) as close as we like to L by making x close to c.


We can also define what it means for a function to diverge to infinity, and what it means for a function to have a limit at infinity:


  • We say that limxcf(x)= if M>0:δ:0<|xc|<δf(x)>M.
  • We say that limxcf(x)= if M>0:δ:0<|xc|<δf(x)<M
  • We say that limxf(x)=L if ϵ>0:M:x>M|f(x)L|<ϵ.
  • We say that limxf(x)=L if ϵ>0:M:x<M|f(x)L|<ϵ.


As an exercise, see if you can define what it means for a function to have limit as x.

Sequential Limits

We might just as well have given the following definition of the limit:


Given a subset A and a function f:A, we say limxcf(x)=L if (xn)n=1 such that xn=c,limn(xn)=c, and limn(f(xn))=L


Note that the requirement xn=c corresponds with the requirement |xc|>0.


As an exercise to test your understanding, prove that these two definitions are equivelant. Note that taking the contrapositive gives a good criterion for determining whether or not a function diverges:


If (xn),(yn):(xn)c,(yn)c, and limn(f(xn))=limn(f(yn)), then limxcf(x) does not exist.


We will be using this formulation extensively in the examples.

Algebraic Operations/Ordering Theorems

By applying the corresponding theorems for sequential limits, we find that functional limits are unique, that they preserve algebraic operations and ordering, and that a corresponding "Squeeze Theorem" holds. If limxcf(x)=L, and limxcg(x)=M, then:


  • limxcaf(x)=aL
  • limxcf(x)+g(x)=L+M
  • limxcf(x)g(x)=LM
  • limxcf(x)g(x)=LM, assuming

M is non-zero.

  • If δ:f(x)>g(x)xA, then L>M.
  • L=M,f(x)h(x)g(x)limxch(x)=L
  • If L = 0 and h(x) is bounded, then limxcf(x)h(x)=0.

Examples

We'll be giving many more examples in the section on continuity. Unfortunately, it is hard to properly define many of the most elementary functions without appealing to derivatives, integrals, and power series, so many of the examples here may seem a bit contrived. We'll start with a relatively nice function and move on to some nastier, unintuitive ones, with the goal being some kind of intuition about what can go right and wrong with limits.


  • Let f(x)={1if x=00if x=0. Then limx0f(x)=0.



  • Let f(x)={0if x01if x>0. Then limx0f(x) does not exist.

Consider the sequences (xn)=(1n),(yn=(1n). Each converges to zero, but (f(xn))=1 and (f(yn))=0, and these have different limits as n. Thus the limit does not exist.


The next example is often given as a demonstration of just how nasty functions can get. It is not continuous at any point of its domain.

  • Let f(x)={1if x0if x. Then limxcf(x) does not exist for any x.

Given xR, let xn be any rational number in the interval (1n,1n), and let yn be any irrational number inthe same interval (xn and yn are gauranteed to exist by density of the rationals and irrationals). Given any ϵ>0,|xn0|<1n and |yn0|<1n, so (xn),(yn)0. However, (f(x_n)) = 1 and (f(y_n)) = 0, so their limits are 1 and 0. Since these are not equal, limyxf(y) does not exist.


Now we finally get to a limit that actually exists. Don't get too excited, though. The function is still extremely nasty (nastier than the previous two, perhaps), and the fact that it has a limit everywhere is one of its nastier aspects.


  • Let f(x)={1qif x=pq0if x. Then limxcf(x)=0 for all c.


The idea is to show that the denominators of the rational numbers near f(x) are arbitrarily large. Given ϵ>0, let 1N<ϵ, and let S=pqQ:0<|pqc|<1,qN. This is a finite set, since the numerators and the denominators are bounded and can therefore only take on a finite number of values. Thus, let pq be the element of S such that |pqc| is minimized, and let δ=|pqc|=δ. Then 0<|xc|<δ:|f(x)0|=|f(x)|=0<ϵ(if x is irrational) or |f(x)0|=|f(x)|<1N<ϵ. Thus limxcf(x)=0.