Real Analysis/Uniform Convergence

From testwiki
Jump to navigation Jump to search

Template:Header

Definition: A sequence of real-valued functions fn(x) is uniformly convergent if there is a function f(x) such that for every ϵ>0 there is an N>0 such that when n>N for every x in the domain of the functions f, then |fn(x)f(x)|<ϵ

Theorem (Uniform Convergence Theorem))

Let fn be a series of continuous functions that uniformly converges to a function f. Then f is continuous.

Proof

There exists an N such that for all n>N, |fn(x)f(x)|<ϵ3 for any x. Now let n>N, and consider the continuous function fn. Since it is continuous, there exists a δ such that if |xx|<δ, then |fn(x)fn(x)|<ϵ3. Then |f(x)f(x)||f(x)fn(x)|+|fn(x)fn(x)|+|fn(x)f(x)|<ϵ3+ϵ3+ϵ3=ϵ so the function f(x) is continuous.