Series (mathematics)

Series (mathematics)

A series is the sum of the terms of a sequence. Finite sequences and series have defined first and last terms, whereas infinite sequences and series continue indefinitely.[1]

In mathematics, given an infinite sequence of numbers { an }, a series is informally the result of adding all those terms together: a1 + a2 + a3 + · · ·. These can be written more compactly using the summation symbol ∑. An example is the famous series from Zeno's dichotomy:

\sum_{n=1}^\infty \frac{1}{2^n} = \frac{1}{2}+ \frac{1}{4}+ \frac{1}{8}+\cdots.

The terms of the series are often produced according to a certain rule, such as by a formula, or by an algorithm. As there are an infinite number of terms, this notion is often called an infinite series. Unlike finite summations, infinite series need tools from mathematical analysis to be fully understood and manipulated. In addition to their ubiquity in mathematics, infinite series are also widely used in other quantitative disciplines such as physics and computer science.

Contents

Basic Properties

Definition

For any sequence {an} of rational numbers, real numbers, complex numbers, functions thereof, etc., the associated series is defined as the ordered formal sum

\sum_{n=0}^{\infty}a_n = a_0 + a_1 + a_2 + \cdots .

The sequence of partial sums {Sk} associated to a sequence {an} is defined for each k as the sum of the sequence {an} from a0 to ak

S_k = \sum_{n=0}^{k}a_n = a_0 + a_1 + \cdots + a_k.

By definition the series \sum_{n=0}^{\infty} a_n converges to a limit L if and only if the associated sequence of partial sums Sk converges to L. This definition is usually written as

L = \sum_{n=0}^{\infty}a_n \Leftrightarrow L = \lim_{k \rightarrow \infty} S_k.


More generally, if I \xrightarrow{a} G is a function from an index set I to a set G, then the series associated to a is the formal sum of the elements a(x) \in G over the index elements x \in I denoted by

\sum_{x \in I} a(x).


When the index set is the natural numbers I=\mathbb{N}, the function \mathbb{N} \xrightarrow{a} G is a sequence denoted by a(n) = an. A series indexed on the natural numbers is an ordered formal sum and so we rewrite \sum_{n \in \mathbb{N}} as \sum_{n=0}^{\infty} in order to emphasize the ordering induced by the natural numbers. Thus, we obtain the common notation for a series indexed by the natural numbers

\sum_{n=0}^{\infty} a_n = a_0 + a_1 + a_2 + \cdots.


When the set G is a semigroup, the sequence of partial sums \{S_k\} \subset G associated to a sequence \{a_n\} \subset G is defined for each k as the sum of the sequence {an} from a0 to ak

S_k = \sum_{n=0}^{k}a_n = a_0 + a_1 + \cdots + a_k.


When the semigroup G is also a topological space, then the series \sum_{n=0}^{\infty} a_n converges to an element L \in G if and only if the associated sequence of partial sums {Sk} converges to L. This definition is usually written as

L = \sum_{n=0}^{\infty} a_n \Leftrightarrow L = \lim_{k \rightarrow \infty} S_k .

Convergent series

A series  ∑an  is said to 'converge' or to 'be convergent' when the sequence SN of partial sums has a finite limit. If the limit of SN is infinite or does not exist, the series is said to diverge. When the limit of partial sums exists, it is called the sum of the series

\sum_{n=0}^\infty a_n = \lim_{N\to\infty} S_N = \lim_{N\to\infty} \sum_{n=0}^N a_n.

An easy way that an infinite series can converge is if all the an are zero for n sufficiently large. Such a series can be identified with a finite sum, so it is only infinite in a trivial sense.

Working out the properties of the series that converge even if infinitely many terms are non-zero is the essence of the study of series. Consider the example

 1 + \frac{1}{2}+ \frac{1}{4}+ \frac{1}{8}+\cdots+ \frac{1}{2^n}+\cdots.

It is possible to "visualize" its convergence on the real number line: we can imagine a line of length 2, with successive segments marked off of lengths 1, ½, ¼, etc. There is always room to mark the next segment, because the amount of line remaining is always the same as the last segment marked: when we have marked off ½, we still have a piece of length ½ unmarked, so we can certainly mark the next ¼. This argument does not prove that the sum is equal to 2 (although it is), but it does prove that it is at most 2. In other words, the series has an upper bound. Proving that the series is equal to 2 requires only elementary algebra, however. If the series is denoted S, it can be seen that

S/2 = \frac{1+ \frac{1}{2}+ \frac{1}{4}+ \frac{1}{8}+\cdots}{2} = \frac{1}{2}+ \frac{1}{4}+ \frac{1}{8}+ \frac{1}{16} +\cdots

Therefore,

S-S/2 = 1 \Rightarrow S = 2.\,\!

Mathematicians extend the idiom discussed earlier to other, equivalent notions of series. For instance, when we talk about a recurring decimal, as in

x = 0.111\dots \,

we are talking, in fact, just about the series

\sum_{n=1}^\infty \frac{1}{10^n}

But since these series always converge to real numbers (because of what is called the completeness property of the real numbers), to talk about the series in this way is the same as to talk about the numbers for which they stand. In particular, it should offend no sensibilities if we make no distinction between 0.111… and 1/9. Less clear is the argument that 9 × 0.111… = 0.999… = 1, but it is not untenable when we consider that we can formalize the proof knowing only that limit laws preserve the arithmetic operations. See 0.999... for more.

Examples

1 + {1 \over 2} + {1 \over 4} + {1 \over 8} + {1 \over 16} + \cdots=\sum_{n=0}^\infty{1 \over 2^n}.
In general, the geometric series
\sum_{n=0}^\infty z^n
converges if and only if |z| < 1.
1 + {1 \over 2} + {1 \over 3} + {1 \over 4} + {1 \over 5} + \cdots =\sum_{n=1}^\infty {1 \over n}.
The harmonic series is divergent.
1 - {1 \over 2} + {1 \over 3} - {1 \over 4} + {1 \over 5} - \cdots =\sum_{n=1}^\infty (-1)^{n+1} {1 \over n}=\ln(2).
  • The series
\sum_{n=1}^\infty\frac{1}{n^r}
converges if r > 1 and diverges for r ≤ 1, which can be shown with the integral criterion described below in convergence tests. As a function of r, the sum of this series is Riemann's zeta function.
\sum_{n=1}^\infty (b_n-b_{n+1})
converges if the sequence bn converges to a limit L as n goes to infinity. The value of the series is then b1L.

Calculus and Partial Summation as an Operation on Sequences

Observe that partial summation takes as input a sequence, { an }, and gives as output another sequence, { SN } – partial summation is thus a unary operation on sequences. Further, this function is linear, and thus is a linear operator on the vector space of sequences, denoted Σ. The inverse operator is the finite difference operator, Δ. These behave as discrete analogs of integration and differentiation, only for series (functions of a natural number) instead of functions of a real variable. For example, the sequence {1, 1, 1, ...} has series {1, 2, 3, 4, ...} as its partial summation, which is analogous to the fact that \int_0^x 1\,dt = x.

In computer science it is known as prefix sum.

Properties of series

Series are classified not only by whether they converge or diverge, but also by the properties of the terms an (absolute or conditional convergence); type of convergence of the series (pointwise, uniform); the class of the term an (whether it is a real number, arithmetic progression, trigonometric function); etc.

Non-negative terms

When an is a non-negative real number for every n, the sequence SN of partial sums is non-decreasing. It follows that a series ∑an with non-negative terms converges if and only if the sequence SN of partial sums is bounded.

For example, the series

\sum_{n \ge 1} \frac{1}{n^2}

is convergent, because the inequality

\frac1 {n^2} \le \frac{1}{n-1} - \frac{1}{n}, \quad n \ge 2,

and a telescopic sum argument implies that the partial sums are bounded by 2.

Absolute convergence

A series

\sum_{n=0}^\infty a_n

is said to converge absolutely if the series of absolute values

\sum_{n=0}^\infty \left|a_n\right|

converges. It can be proved that this is sufficient to make not only the original series converge to a limit, but also for any reordering of it to converge to the same limit.

Conditional convergence

A series of real or complex numbers is said to be conditionally convergent (or semi-convergent) if it is convergent but not absolutely convergent. A famous example is the alternating series

\sum\limits_{n=1}^\infty {(-1)^{n+1}  \over n} = 1 - {1 \over 2} + {1 \over 3} - {1 \over 4} + {1 \over 5} - \cdots

which is convergent (and its sum is equal to ln 2), but the series formed by taking the absolute value of each term is the divergent harmonic series. The Riemann series theorem says that any conditionally convergent series can be reordered to make a divergent series, and moreover, if the an are real and S is any real number, that one can find a reordering so that the reordered series converges with sum equal to S.

Abel's test is an important tool for handling semi-convergent series. If a series has the form

\sum a_n = \sum \lambda_n b_n

where the partial sums BN = b0 + ··· + bn are bounded, λn has bounded variation, and lim λnBn exists:

\sup_N \Bigl| \sum_{n=0}^N b_n \Bigr| < \infty, \ \ \sum |\lambda_{n+1} - \lambda_n| < \infty\ \text{and} \ \lambda_n B_n \ \text{converges,}

then the series ∑ an is convergent. This applies to the pointwise convergence of many trigonometric series, as in

\sum_{n=2}^\infty \frac{\sin(n x)}{\ln n}

with 0 < x < 2π. Abel's method consists in writing bn+1 = Bn+1 − Bn, and in performing a transformation similar to integration by parts (called summation by parts), that relates the given series ∑ an to the absolutely convergent series

 \sum (\lambda_n - \lambda_{n+1}) \, B_n.

Convergence tests

  • n-th term test: If limn→∞ an ≠ 0 then the series diverges.
  • Comparison test 1: If ∑bn  is an absolutely convergent series such that |an | ≤ C |bn | for some number C  and for sufficiently large n , then ∑an  converges absolutely as well. If ∑|bn | diverges, and |an | ≥ |bn | for all sufficiently large n , then ∑an  also fails to converge absolutely (though it could still be conditionally convergent, e.g. if the an  alternate in sign).
  • Comparison test 2: If ∑bn  is an absolutely convergent series such that |an+1 /an | ≤ |bn+1 /bn | for sufficiently large n , then ∑an  converges absolutely as well. If ∑|bn | diverges, and |an+1 /an | ≥ |bn+1 /bn | for all sufficiently large n , then ∑an  also fails to converge absolutely (though it could still be conditionally convergent, e.g. if the an  alternate in sign).
  • Ratio test: If there exists a constant C < 1 such that |an+1/an|<C for all sufficiently large n, then ∑an converges absolutely. When the ratio is less than 1, but not less than a constant less than 1, convergence is possible but this test does not establish it.
  • Root test: If there exists a constant C < 1 such that |an|1/n ≤ C for all sufficiently large n, then ∑an converges absolutely.
  • Integral test: if ƒ(x) is a positive monotone decreasing function defined on the interval [1, ∞) with ƒ(n) = an for all n, then ∑an converges if and only if the integral  ∫1 ƒ(x) dx is finite.
  • Cauchy's condensation test: If an is non-negative and non-increasing, then the two series  ∑an  and  ∑2ka(2k) are of the same nature: both convergent, or both divergent.
  • Alternating series test: A series of the form ∑(−1)n an (with an ≥ 0) is called alternating. Such a series converges if the sequence an is monotone decreasing and converges to 0. The converse is in general not true.
  • For some specific types of series there are more specialized convergence tests, for instance for Fourier series there is the Dini test.

Series of functions

A series of real- or complex-valued functions

\sum_{n=0}^\infty f_n(x)

converges pointwise on a set E, if the series converges for each x in E as an ordinary series of real or complex numbers. Equivalently, the partial sums

s_N(x) = \sum_{n=0}^N f_n(x)

converge to ƒ(x) as N → ∞ for each x ∈ E.

A stronger notion of convergence of a series of functions is called uniform convergence. The series converges uniformly if it converges pointwise to the function ƒ(x), and the error in approximating the limit by the Nth partial sum,

|s_N(x) - f(x)|\

can be made minimal independently of x by choosing a sufficiently large N.

Uniform convergence is desirable for a series because many properties of the terms of the series are then retained by the limit. For example, if a series of continuous functions converges uniformly, then the limit function is also continuous. Similarly, if the ƒn are integrable on a closed and bounded interval I and converge uniformly, then the series is also integrable on I and can be integrated term-by-term. Tests for uniform convergence include the Weierstrass' M-test, Abel's uniform convergence test, Dini's test, and the Cauchy criterion.

More sophisticated types of convergence of a series of functions can also be defined. In measure theory, for instance, a series of functions converges almost everywhere if it converges pointwise except on a certain set of measure zero. Other modes of convergence depend on a different metric space structure on the space of functions under consideration. For instance, a series of functions converges in mean on a set E to a limit function ƒ provided

\int_E \left|s_N(x)-f(x)\right|^2\,dx \to 0

as N → ∞.

Power series

Many functions can be represented as Taylor series; these are infinite series involving powers of the independent variable and are also called power series. For example, the series

\sum_{n=0}^{\infty} \frac{x^n}{n!}

converges to ex for all x.

In general, a power series is any series of the form

\sum_{n=0}^\infty a_n(x-c)^n.

Unless it converges only at x=c, such a series converges on a certain open disc of convergence centered at the point c in the complex plane, and may also converge at some of the points of the boundary of the disc. The radius of this disc is known as the radius of convergence, and can in principle be determined from the asymptotics of the coefficients an. The convergence is uniform on closed and bounded (that is, compact) subsets of the interior of the disc of convergence: to wit, it is uniformly convergent on compact sets.

Historically, mathematicians such as Leonhard Euler operated liberally with infinite series, even if they were not convergent. When calculus was put on a sound and correct foundation in the nineteenth century, rigorous proofs of the convergence of series were always required. However, the formal operation with non-convergent series has been retained in rings of formal power series which are studied in abstract algebra. Formal power series are also used in combinatorics to describe and study sequences that are otherwise difficult to handle; this is the method of generating functions.

Laurent series

Laurent series generalize power series by admitting terms into the series with negative as well as positive exponents. A Laurent series is thus any series of the form

\sum_{n=-\infty}^\infty a_n x^n.

If such a series converges, then in general it does so in an annulus rather than a disc, and possibly some boundary points. The series converges uniformly on compact subsets of the interior of the annulus of convergence.

Dirichlet series

A Dirichlet series is one of the form

\sum_{n=1}^\infty {a_n \over n^s},

where s is a complex number. For example, if all an are equal to 1, then the Dirichlet series is the Riemann zeta function

\zeta(s) = \sum_{n=1}^\infty \frac{1}{n^s}.

Like the zeta function, Dirichlet series in general play an important role in analytic number theory. Generally a Dirichlet series converges if the real part of s is greater than a number called the abscissa of convergence. In many cases, a Dirichlet series can be extended to an analytic function outside the domain of convergence by analytic continuation. For example, the Dirichlet series for the zeta function converges absolutely when Re s > 1, but the zeta function can be extended to a holomorphic function defined on \mathbf{C}\setminus\{1\}  with a simple pole at 1.

This series can be directly generalized to general Dirichlet series.

Trigonometric series

A series of functions in which the terms are trigonometric functions is called a trigonometric series:

\tfrac12 A_0 + \sum_{n=1}^\infty \left(A_n\cos nx + B_n \sin nx\right).

The most important example of a trigonometric series is the Fourier series of a function.

History of the theory of infinite series

Development of infinite series

Greek mathematician Archimedes produced the first known summation of an infinite series with a method that is still used in the area of calculus today. He used the method of exhaustion to calculate the area under the arc of a parabola with the summation of an infinite series, and gave a remarkably accurate approximation of π.[2][3]

The idea of an infinite series expansion of a function was conceived in India by Madhava of the Kerala school of astronomy and mathematics in the 14th century, who also developed precursors to the modern concepts of the power series, the Taylor series, the Maclaurin series, rational approximations of infinite series, and infinite continued fractions. He discovered a number of infinite series, including the Taylor series of the trigonometric functions of sine, cosine, tangent and arctangent, the Taylor series approximations of the sine and cosine functions, and the power series of the radius, diameter, circumference, angle θ, π and π/4. His students and followers in the Kerala School further expanded his works with various other series expansions and approximations, until the 16th century[citation needed].

In the 17th century, James Gregory worked in the new decimal system on infinite series and published several Maclaurin series. In 1715, a general method for constructing the Taylor series for all functions for which they exist was provided by Brook Taylor. Leonhard Euler in the 18th century, developed the theory of hypergeometric series[disambiguation needed ] and q-series.

Convergence criteria

The study of the convergence criteria of a series began with Madhava in the 14th century, who developed tests of convergence of infinite series, which his followers further developed at the Kerala school[citation needed].

In Europe, however, the investigation of the validity of infinite series is considered to begin with Gauss in the 19th century. Euler had already considered the hypergeometric series

1 + \frac{\alpha\beta}{1\cdot\gamma}x + \frac{\alpha(\alpha+1)\beta(\beta+1)}{1 \cdot 2 \cdot \gamma(\gamma+1)}x^2 + \cdots

on which Gauss published a memoir in 1812. It established simpler criteria of convergence, and the questions of remainders and the range of convergence.

Cauchy (1821) insisted on strict tests of convergence; he showed that if two series are convergent their product is not necessarily so, and with him begins the discovery of effective criteria. The terms convergence and divergence had been introduced long before by Gregory (1668). Leonhard Euler and Gauss had given various criteria, and Colin Maclaurin had anticipated some of Cauchy's discoveries. Cauchy advanced the theory of power series by his expansion of a complex function in such a form.

Abel (1826) in his memoir on the binomial series

1 + \frac{m}{1}x + \frac{m(m-1)}{2!}x^2 + \cdots

corrected certain of Cauchy's conclusions, and gave a completely scientific summation of the series for complex values of m and x. He showed the necessity of considering the subject of continuity in questions of convergence.

Cauchy's methods led to special rather than general criteria, and the same may be said of Raabe (1832), who made the first elaborate investigation of the subject, of De Morgan (from 1842), whose logarithmic test DuBois-Reymond (1873) and Pringsheim (1889) have shown to fail within a certain region; of Bertrand (1842), Bonnet (1843), Malmsten (1846, 1847, the latter without integration); Stokes (1847), Paucker (1852), Chebyshev (1852), and Arndt (1853).

General criteria began with Kummer (1835), and have been studied by Eisenstein (1847), Weierstrass in his various contributions to the theory of functions, Dini (1867), DuBois-Reymond (1873), and many others. Pringsheim's memoirs (1889) present the most complete general theory.

Uniform convergence

The theory of uniform convergence was treated by Cauchy (1821), his limitations being pointed out by Abel, but the first to attack it successfully were Seidel and Stokes (1847-48). Cauchy took up the problem again (1853), acknowledging Abel's criticism, and reaching the same conclusions which Stokes had already found. Thomae used the doctrine (1866), but there was great delay in recognizing the importance of distinguishing between uniform and non-uniform convergence, in spite of the demands of the theory of functions.

Semi-convergence

A series is said to be semi-convergent (or conditionally convergent) if it is convergent but not absolutely convergent.

Semi-convergent series were studied by Poisson (1823), who also gave a general form for the remainder of the Maclaurin formula. The most important solution of the problem is due, however, to Jacobi (1834), who attacked the question of the remainder from a different standpoint and reached a different formula. This expression was also worked out, and another one given, by Malmsten (1847). Schlömilch (Zeitschrift, Vol.I, p. 192, 1856) also improved Jacobi's remainder, and showed the relation between the remainder and Bernoulli's function

F(x) = 1^n + 2^n + \cdots + (x - 1)^n.\,

Genocchi (1852) has further contributed to the theory.

Among the early writers was Wronski, whose "loi suprême" (1815) was hardly recognized until Cayley (1873) brought it into prominence.

Fourier series

Fourier series were being investigated as the result of physical considerations at the same time that Gauss, Abel, and Cauchy were working out the theory of infinite series. Series for the expansion of sines and cosines, of multiple arcs in powers of the sine and cosine of the arc had been treated by Jacob Bernoulli (1702) and his brother Johann Bernoulli (1701) and still earlier by Vieta. Euler and Lagrange simplified the subject, as did Poinsot, Schröter, Glaisher, and Kummer.

Fourier (1807) set for himself a different problem, to expand a given function of x in terms of the sines or cosines of multiples of x, a problem which he embodied in his Théorie analytique de la chaleur (1822). Euler had already given the formulas for determining the coefficients in the series; Fourier was the first to assert and attempt to prove the general theorem. Poisson (1820-23) also attacked the problem from a different standpoint. Fourier did not, however, settle the question of convergence of his series, a matter left for Cauchy (1826) to attempt and for Dirichlet (1829) to handle in a thoroughly scientific manner (see convergence of Fourier series). Dirichlet's treatment (Crelle, 1829), of trigonometric series was the subject of criticism and improvement by Riemann (1854), Heine, Lipschitz, Schläfli, and du Bois-Reymond. Among other prominent contributors to the theory of trigonometric and Fourier series were Dini, Hermite, Halphen, Krause, Byerly and Appell.

Generalizations

Asymptotic series

Asymptotic series, otherwise asymptotic expansions, are infinite series whose partial sums become good approximations in the limit of some point of the domain. In general they do not converge. But they are useful as sequences of approximations, each of which provides a value close to the desired answer for a finite number of terms. The difference is that an asymptotic series cannot be made to produce an answer as exact as desired, the way that convergent series can. In fact, after a certain number of terms, a typical asymptotic series reaches its best approximation; if more terms are included, most such series will produce worse answers.

Divergent series

Under many circumstances, it is desirable to assign a limit to a series which fails to converge in the usual sense. A summability method is such an assignment of a limit to a subset of the set of divergent series which properly extends the classical notion of convergence. Summability methods include Cesàro summation, (C,k) summation, Abel summation, and Borel summation, in increasing order of generality (and hence applicable to increasingly divergent series).

A variety of general results concerning possible summability methods are known. The Silverman–Toeplitz theorem characterizes matrix summability methods, which are methods for summing a divergent series by applying an infinite matrix to the vector of coefficients. The most general method for summing a divergent series is non-constructive, and concerns Banach limits.

Series in Banach spaces

The notion of series can be easily extended to the case of a Banach space. If xn is a sequence of elements of a Banach space X, then the series Σxn converges to x ∈ X if the sequence of partial sums of the series tends to x; to wit,

\biggl\|x - \sum_{n=0}^N x_n\biggr\|\to 0

as N → ∞.

More generally, convergence of series can be defined in any abelian Hausdorff topological group. Specifically, in this case, Σxn converges to x if the sequence of partial sums converges to x.

Summations over arbitrary index sets

Definitions may be given for sums over an arbitrary index set I. There are two main differences with the usual notion of series: first, there is no specific order given on the set I; second, this set I may be uncountable.

Families of non-negative numbers

When summing a family {ai}, i ∈ I, of non-negative numbers, one may define

\sum_{i\in I}a_i = \sup \Bigl\{ \sum_{i\in A}a_i\,\big| A \text{ finite, } A \subset I\Bigr\} \in [0, +\infty].

When the sum is finite, the set of i ∈ I such that ai > 0 is countable. Indeed for every n ≥ 1, the set \scriptstyle A_n = \{ i \in I \,:\, a_i > 1/n \} is finite, because

 \frac 1 n \, \textrm{card}(A_n) \le \sum_{i\in A_n} a_i  \le \sum_{i\in I}a_i < \infty.

If I  is countably infinite and enumerated as I = {i0, i1,...} then the above defined sum satisfies

\sum_{i \in I} a_i = \sum_{k=0}^{+\infty} a_{i_k},

provided the value ∞ is allowed for the sum of the series.

Any sum over non-negative reals can be understood as the integral of a non-negative function with respect to the counting measure, which accounts for the many similarities between the two constructions.

Abelian topological groups

Let a : IX, where I  is any set and X  is an abelian Hausdorff topological group. Let F  be the collection of all finite subsets of I. Note that F  is a directed set ordered under inclusion with union as join. Define the sum S  of the family a as the limit

 S = \sum_{i\in I}a_i = \lim \Bigl\{\sum_{i\in A}a_i\,\big| A\in F\Bigr\}

if it exists and say that the family a is unconditionally summable. Saying that the sum S  is the limit of finite partial sums means that for every neighborhood V  of 0 in X, there is a finite subset A0 of I  such that

S - \sum_{i \in A} a_i \in V, \quad A \supset A_0.

Because F  is not totally ordered, this is not a limit of a sequence of partial sums, but rather of a net.

For every W, neighborhood of 0 in X, there is a smaller neighborhood V  such that V − V ⊂ W. It follows that the finite partial sums of an unconditionally summable family ai, i ∈ I, form a Cauchy net, that is: for every W, neighborhood of 0 in X, there is a finite subset A0 of I  such that

\sum_{i \in A_1} a_i - \sum_{i \in A_2} a_i \in W, \quad A_1, A_2 \supset A_0.

When X  is complete, a family a is unconditionally summable in X  if and only if the finite sums satisfy the latter Cauchy net condition. When X  is complete and ai, i ∈ I, is unconditionally summable in X, then for every subset J ⊂ I, the corresponding subfamily aj, j ∈ J, is also unconditionally summable in X.

When the sum of a family of non-negative numbers, in the extended sense defined before, is finite, then it coincides with the sum in the topological group X = R.

If a family a in X  is unconditionally summable, then for every W, neighborhood of 0 in X, there is a finite subset A0 of I  such that ai ∈ W  for every i not in A0. If X  is first-countable, it follows that the set of i ∈ I  such that ai ≠ 0 is countable. This need not be true in a general abelian topological group (see examples below).

Unconditionally convergent series

Suppose that I = N. If a family an, n ∈ N, is unconditionally summable in an abelian Hausdorff topological group X, then the series in the usual sense converges and has the same sum,

\sum_{n=0}^\infty a_n = \sum_{n \in \mathbf{N}} a_n.

By nature, the definition of unconditional summability is insensitive to the order of the summation. When ∑an is unconditionally summable, then the series remains convergent after any permutation σ of the set N of indices, with the same sum,

\sum_{n=0}^\infty a_{\sigma(n)} = \sum_{n=0}^\infty a_n.

It can be proved that the converse holds: is a series ∑an converges after any permutation, then it is unconditionally convergent. When X  is complete, then unconditional convergence is also equivalent to the fact that all subseries are convergent; if X  is a Banach space, this is equivalent to say that for every sequence of signs εn = 1 or −1, the series

\sum_{n=0}^\infty \varepsilon_n a_n

converges in X. If X  is a Banach space, then one may define the notion of absolute convergence. A series ∑an of vectors in X  converges absolutely if

 \sum_{n \in \mathbf{N}} \|a_n\| < +\infty.


If a series of vectors in a Banach space converges absolutely then it converges unconditionally, but the converse only holds in finite dimensional Banach spaces (theorem of Dvoretzky & Rogers (1950)).

Well-ordered sums

Conditionally convergent series can be considered if I is a well-ordered set, for example an ordinal number α0. One may define by transfinite recursion:

\sum_{\beta < \alpha + 1} a_\beta = a_{\alpha} + \sum_{\beta < \alpha} a_\beta\,\!

and for a limit ordinal α,

\sum_{\beta < \alpha} a_\beta = \lim_{\gamma\to\alpha} \sum_{\beta < \gamma} a_\beta

if this limit exists. If all limits exist up to α0, then the series converges.

Examples

  1. Given a function f : XY, with Y an abelian topological group, define for every a ∈ X
    f_a(x)=
\begin{cases}
0 & x\neq a, \\
f(a) & x=a, \\
\end{cases}
    a function whose support is a singleton {a}. Then
    f=\sum_{a \in X}f_a
    in the topology of pointwise convergence (that is, the sum is taken in the infinite product group YX ).
  2. In the definition of partitions of unity, one constructs sums of functions over arbitrary index set I,
     \sum_{i \in I} \varphi_i(x) = 1.
    While, formally, this requires a notion of sums of uncountable series, by construction there are, for every given x, only finitely many nonzero terms in the sum, so issues regarding convergence of such sums do not arise. Actually, one usually assumes more: the family of functions is locally finite, i.e., for every x there is a neighborhood of x in which all but a finite number of functions vanish. Any regularity property of the φi,  such as continuity, differentiability, that is preserved under finite sums will be preserved for the sum of any subcollection of this family of functions.
  3. On the first uncountable ordinal ω1 viewed as a topological space in the order topology, the constant function f: [0,ω1) → [0,ω1] given by f(α) = 1 satisfies
    \sum_{\alpha\in[0,\omega_1)}f(\alpha) = \omega_1
    (in other words, ω1 copies of 1 is ω1) only if one takes a limit over all countable partial sums, rather than finite partial sums. This space is not separable.

See also

Notes

  1. ^ p 264 Jan Gullberg: Mathematics: from the birth of numbers, W.W. Norton, 1997, ISBN 0-393-04002-X
  2. ^ O'Connor, J.J. and Robertson, E.F. (February 1996). "A history of calculus". University of St Andrews. http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/The_rise_of_calculus.html. Retrieved 2007-08-07. 
  3. ^ Archimedes and Pi-Revisited.

References

  • Bromwich, T.J. An Introduction to the Theory of Infinite Series MacMillan & Co. 1908, revised 1926, reprinted 1939, 1942, 1949, 1955, 1959, 1965.
  • Dvoretzky, Aryeh; Rogers, C. Ambrose (1950). "Absolute and unconditional convergence in normed linear spaces". Proc. Nat. Acad. Sci. U. S. A. 36 (3): 192–197. doi:10.1073/pnas.36.3.192.  MR0033975

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Harmonic series (mathematics) — In mathematics, the harmonic series is the divergent infinite series: Its name derives from the concept of overtones, or harmonics in music: the wavelengths of the overtones of a vibrating string are 1/2, 1/3, 1/4, etc., of the string s… …   Wikipedia

  • Series — may refer to:Mathematics and science* Series (botany), a taxonomic rank between genus and species * Series (mathematics), the sum of a sequence of terms * Series circuits, a kind of electrical network * Seriation (archaeology), a method of dating …   Wikipedia

  • Mathematics and art — have a long historical relationship. The ancient Egyptians and ancient Greeks knew about the golden ratio, regarded as an aesthetically pleasing ratio, and incorporated it into the design of monuments including the Great Pyramid,[1] the Parthenon …   Wikipedia

  • Mathematics and architecture — have always been close, not only because architecture depends on developments in mathematics, but also their shared search for order and beauty, the former in nature and the latter in construction. Mathematics is indispensable to the… …   Wikipedia

  • series — ► NOUN (pl. same) 1) a number of similar or related things coming one after another. 2) a sequence of related television or radio programmes. 3) Geology a range of strata corresponding to an epoch in time. 4) Mathematics a set of quantities… …   English terms dictionary

  • mathematics — /math euh mat iks/, n. 1. (used with a sing. v.) the systematic treatment of magnitude, relationships between figures and forms, and relations between quantities expressed symbolically. 2. (used with a sing. or pl. v.) mathematical procedures,… …   Universalium

  • Mathematics and Physical Sciences — ▪ 2003 Introduction Mathematics       Mathematics in 2002 was marked by two discoveries in number theory. The first may have practical implications; the second satisfied a 150 year old curiosity.       Computer scientist Manindra Agrawal of the… …   Universalium

  • Taylor series — Series expansion redirects here. For other notions of the term, see series (mathematics). As the degree of the Taylor polynomia …   Wikipedia

  • mathematics, South Asian — Introduction       the discipline of mathematics as it developed in the Indian (India) subcontinent.       The mathematics of classical Indian civilization is an intriguing blend of the familiar and the strange. For the modern individual, Indian… …   Universalium

  • MATHEMATICS — Bible The Bible does not deal directly with proper mathematical subjects; however there are some parts that do relate indirectly to different mathematical topics. These are widely discussed by the various commentators on the Bible and Talmud: the …   Encyclopedia of Judaism

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”