Uniform convergence and differentiation

Uniform convergence of derivatives plus convergence at one point implies uniform convergence of functions and term-by-term differentiation
Uniform convergence and differentiation

Uniform convergence and differentiation: Let fn:[a,b]Rf_n:[a,b]\to\mathbb{R} be on [a,b][a,b] (or on (a,b)(a,b) with suitable endpoint control). Assume:

  • there exists x0[a,b]x_0\in[a,b] such that the sequence (fn(x0))(f_n(x_0)) in R\mathbb{R}, and
  • the fnf_n' converge on [a,b][a,b] to a function gg.

Then fnf_n converges uniformly on [a,b][a,b] to a differentiable function ff, and f(x)=g(x)for all x[a,b]. f'(x)=g(x)\quad \text{for all } x\in[a,b].

This theorem provides the rigorous justification for differentiating a sequence (or series) term-by-term, under uniform convergence of derivatives.

Proof sketch: For each nn and x[a,b]x\in[a,b], fn(x)=fn(x0)+x0xfn(t)dt f_n(x)=f_n(x_0)+\int_{x_0}^x f_n'(t)\,dt by the . Since fn(x0)f_n(x_0) converges and fngf_n'\to g uniformly, the right-hand side converges uniformly in xx to f(x)=limnfn(x0)+x0xg(t)dt. f(x)=\lim_{n\to\infty} f_n(x_0)+\int_{x_0}^x g(t)\,dt. Differentiate ff using the to obtain f=gf'=g.