Читать книгу Numerical Methods in Computational Finance - Daniel J. Duffy - Страница 30

1.6.2 Cauchy Sequences

Оглавление

We define the concept of convergence of a sequence of elements of a metric space X to some element that may or may not be in X. We introduce some definitions that we state for the set of real numbers, but they are valid for any ordered field, which is basically a set of numbers for which every non-zero element has a multiplicative inverse and there is a certain ordering between the numbers in the field.

Definition 1.4 A sequence of elements on the real line is said to be convergent if there exists an element such that for each positive element in there exists a positive integer such that:


A simple example is to show that the sequence converges to 0. To this end, let be a positive real number. Then there exists a positive integer such that whenever .

Definition 1.5 A sequence of elements of an ordered field F is called a Cauchy sequence if for each in F there exists a positive integer such that:


In other words, the terms in a Cauchy sequence get close to each other while the terms of a convergent sequence get close to some fixed element. A convergent sequence is always a Cauchy sequence, but a Cauchy sequence whose elements belong to a field F does not necessarily converge to an element in F. To give an example, let us suppose that F is the set of rational numbers; consider the sequence of integers defined by the Fibonacci recurrence relation:


It can be shown that:

(1.14)

Now define the sequence of rational numbers by:


We can show that:


and this limit is not a rational number. The Fibonacci numbers are useful in many kinds of applications, such as optimisation (finding the minimum or maximum of a function) and random number generation.

We define a complete metric space X as one in which every Cauchy sequence converges to an element in X. Examples of complete metric spaces are:

 Euclidean space .

 The metric space C[a, b] of continuous functions on the interval [a, b].

 By definition, Banach spaces are complete normed linear spaces. A normed linear space has a norm based on a metric, as follows .

  is the Banach space of functions defined by the norm for .

Definition 1.6 An open cover of a set E in a metric space X is a collection of open subsets of X such that .

Finally, we say that a subset K of a metric space X is compact if every open cover of K contains a finite subcover, that is for some finite N.

Numerical Methods in Computational Finance

Подняться наверх