How Can Uniform Convergence Be Used to Approximate Continuous Functions?

losin
Messages
12
Reaction score
0
let f is a continuous, real-valued function on [a,b]

then, for any e, there exist a polygonal function p such that

sup|f(x)-p(x)|<e

using uniform convergence, this might be shown... but i cannot figure it out...
 
Physics news on Phys.org
losin said:
let f is a continuous, real-valued function on [a,b]

then, for any e, there exist a polygonal function p such that

sup|f(x)-p(x)|<e

using uniform convergence, this might be shown... but i cannot figure it out...

Use the fact that a continuous function on [a,b] is uniformly continuous.
 
how does it have to d with polygonal function?
 
This is a basic rough sketch of the argument ...there are a few gaps that need to be filled in by yourself to be rigorous...

Since [a,b] is a closed and bounded interval, note that f(x) is uniformly continuous on this interval.

So given any epsilon > 0 , then there must exist a delta such that
| f(x) - f(y) | < (epsilon/2) whenever |x-y| < delta. This is simply the definition of uniform convergence.

Now choose an appropriate partition for the interval [a,b] such that |x(n+1) - x(n)| < delta for all n.

Now by the triangle inequality |p(x)-f(x)|<= |p(x)-p(x(n))|+|p(x(n))-f(x(n))|+|f(x(n))-f(x)| =
|p(x)-p(x(n))|+|f(x(n))-f(x)|<= epsilon, since |x-x(n)|<delta.
 
Back
Top