Real analysis/Pointwise Convergence

From testwiki
Jump to navigation Jump to search

Let fn(x) be a sequence of functions. Then fn(x) converges pointwise to a function f(x) if for any x, for any ε, there exists an N such that for any n>N, that |fn(x)-f(x)|<ε.

An example:

The function

fn(x)=xn1+xn converges to the function

f(x)={1if |x|>112if x=10if |x|<1

This shows that a sequence of continuous functions can pointwise converge to a discontinuous function.