Limit

Revision as of 17:24, 7 May 2008 by Boy Soprano II (talk | contribs) (ugh, started to clean)

The notion of limit is an important idea in topology that applies to calculus, analysis, and other fields of mathematics. It took several centuries to articulate this idea and to make it rigorous.

Definition

Let $A$ and $B$ be metric spaces, let $A'$ be a subspace of $A$, and, let $f$ be a function from $A'$ to $B$. Let $c$ be a limit point of $A'$. (This means that in the metric space $A$, there are elements of $A'$ arbitrarily close to $c$.) Let $L$ be an element of $B$. We say \[\lim_{x\to c} f(x) = L,\] (that is, the limit of $f(x)$ as $x$ goes to $c$ equals $L$) if for every positive real $\epsilon$ there exists a positive real $\delta$ for which \[0 < d_A(x,c) < \delta\] implies \[d_B(f(x),L) < \epsilon\] for all $x \in A'$. Here $d_A$ and $d_B$ are the distance functions of $A$ and $B$, respectively.

In analysis and calculus, usually $A$ and $B$ are both either the set of reals $\mathbb{R}$ or complex numbers $\mathbb{C}$. In this case, the distance functions $d_A(a,b)$ and $d_B(a,b)$ are both simply $|a-b|$. We then obtain the following definition commonly found in calculus textbooks:

Let $f$ be a function whose domain is a sub-interval of the real numbers and whose codomain is the set of reals. For a real number $L$,

\[\lim_{x\to c} f(x) =L\]

if for every $\espilon >0$ (Error compiling LaTeX. Unknown error_msg) there exists a $\delta>0$ such that

\[0 < |x-c| < \delta \quad \text{implies} \quad |f(x) - L| < \epsilon .\]

However, most theorems on real limits apply to limits in general, with identical proofs.

Uniqueness

The notation $\lim_{x\to c}f(x) = L$ would only be justifiable if $L$ were unique. Fortunately, this is the case.

Indeed, suppose that $L'$ is also $\lim_{x\to c}f(x)$, and that $L \neq L'$. Since $d_B(L,L') >0$, we can pick a positive real $\epsilon < d_B(L,L')/2$. But for any $y \in L$, \[d_B(L,y) + d_B(L',y) \ge d_B(L,L'),\] so no $y$ can simultaneously satisfy the conditions \begin{align*} d_B(L,y) &< \epsilon < \frac{d_B(L,L')}{2} \\ d_B(L',y) &< \epsilon < \frac{d_B(L,L')}{2} , \end{align*} a contradiction. Therefore limits are unique, as we wanted.

Existence of Limits

Limits do not always exist. For example $\lim_{x\rightarrow 0}\frac{1}{x}$ does not exist, since, in fact, there exists no $\epsilon$ for which there exists $\delta$ satisfying the definition's conditions, since $\left|\frac{1}{x}\right|$ grows arbitrarily large as $x$ approaches 0. However, it is possible for $\lim_{x\rightarrow c} f(x)$ not to exist even when $f$ is defined at $c$. For example, consider the Dirichlet function, $D(x)$, defined to be 0 when $x$ is irrational, and 1 when $x$ is rational. Here, $\lim_{x\rightarrow c}D(x)$ does not exist for any value of $c$. Alternatively, limits can exist where a function is not defined, as for the function $f(x)$ defined to be 1, but only for nonzero reals. Here, $\lim_{x\rightarrow 0}f(x)=1$, since for $x$ arbitrarily close to 0, $f(x)=1$.

Intuitive Meaning

Many people new to calculus have difficulty understanding the limit's formal definition. We can instead offer the following informal explanation: a limit is the value to which the function grows close. For example, \[\lim_{x\to 2}x^2=4,\] because whenever $x$ is close to 2, the function $f(x)=x^2$ grows close to 4.

In this case, the limit of the function is equal to the value of the function. That is, $\lim_{x\rightarrow c} f(x) = f(c)$. This is because the function we chose was continuous at $c$.

However, not all functions have this property. For example, consider the function $f(x)$ over the reals defined as follows: \[f(x) = \begin{cases} 0 & \text{if } x\neq 0 , \\ 1 & \text{if } x=0 . \end{cases}\] Although the value of the function $f$ at 0 is 1, the limit $\lim_{x\rightarrow 0}f(x)$ is, in fact, zero. Intuitively, this is because no matter how close we get to zero, as long as we never actually reach zero, $f(x)$ will always be close to (in fact equal to) zero. Note that if our definition required only that $|x-c|<\delta$, the limit of this function would not exist.

Left and Right Hand Limits

In this section, we consider limits of functions whose domain and range are both subsets of the set of reals.

Left and right hand limits are the limits taken as a point is approached from the left and from the right, respectively. The left hand limit is denoted as $\lim_{x\to c^{-}} f(x)$, and the right hand limit is denoted as $\lim_{x\to c^{+}} f(x)$.

If the left hand and right hand limits at a certain point differ, than the limit does not exist at that point. For example, if we consider the step function (the greatest integer function) $f(x) = \lfloor x \rfloor$, we have $\lim_{x\to 0^{+}} \lfloor x \rfloor = 0$, while $\lim_{x\to 0^{-}} \lfloor x \rfloor = -1$.

A limit exists if the left and right hand side limits exist, and are equal.

Sequential Criterion

Let $A\subset\mathbb{R}$, Let $c$ be a cluster point of $A$, Let $f:A\rightarrow\mathbb{R}$ and let Let $L\in\mathbb{R}$

Then $\lim_{x\rightarrow c}f(x)=L$ if for every sequence $\left\langle x_n \right\rangle$ that converges to $c$, the sequence $\left\langle f(x_n) \right\rangle$ converges to $L$.

Other Properties

Let $f$ and $g$ be real functions. Then:

  • $\lim(f+g)(x)=\lim f(x)+\lim g(x)$
  • $\lim(f\cdot g)(x)=\lim f(x)\cdot\lim g(x)$
  • $\lim\left(\frac{f}{g}\right)(x)=\frac{\lim f(x)}{\lim g(x)}$ given that $\lim g(x)\ne 0$.

See also