Series of functions

An infinite sum of functions defined through its partial sums.
Series of functions

A series of functions on a set XX is an expression n=0fn\sum_{n=0}^\infty f_n where each fn:XRf_n:X\to\mathbb{R} (or XCX\to\mathbb{C}). Its partial sums are the functions

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

The series is said to converge (pointwise or uniformly) if the sequence (sN)(s_N) converges in the corresponding sense to a limit function ss.

This is the function-level analogue of a numerical , with taken pointwise in xx. Many criteria for uniform convergence of series are packaged as theorems about sequences (sN)(s_N), such as the .

Examples:

  • On (1,1)(-1,1), the n=0xn\sum_{n=0}^\infty x^n has partial sums sN(x)=(1xN+1)/(1x)s_N(x)=(1-x^{N+1})/(1-x) and converges pointwise to 1/(1x)1/(1-x).
  • On R\mathbb{R}, the series n=1sin(nx)n2\sum_{n=1}^\infty \frac{\sin(nx)}{n^2} converges uniformly by comparison with n=11/n2\sum_{n=1}^\infty 1/n^2 (an application of the ).