I kept on coming across the topic of Uniform Convergence. Wonder if someone could help me with the following questions:
1) What is the object of reference of Uniform Convergence? Series? Sequence? Functions? All of the above and others?
2) How does Uniform Convergence differ or relate to Cauchy Sequence? Seems like the same.
3) How does Uniform Convergence differ or relate to Uniform Continuous?
4) Lastly, how does Uniform Convergence relate to Right Continuous?
Thank you!
The object is a sequence/series of functions.
These are totally different concepts. A Cauchy sequence is a property of a sequence of numbers, not functions:
A Cauchy sequence is a s sequence that the numbers in it are getting closer and closer to each-other (for every distance $\varepsilon$ , there exists some place at the sequence, $N$, that after $a_N$ all of the elements are close to each-other more than a distance of $\varepsilon$).
Uniform convergence is something different: imagine the sequence $f_n(x) = x^n $ in the interval $I=[0,1)$. For every $x\in I$, $x^n \to 0$ so the sequence of function tends towards $f(x)=0$. Meaning that for every point $x\in I$ and for every distance $\varepsilon$ there is a place in the sequence $N$ such that $\forall n>N : |f_n(x)-0|=x^n < \varepsilon $. That is the definition of convergence of a sequence of functions - no surprise here. But when you think about it, for every N you give, there are some points in the interval that $x^N>\varepsilon$, you just need take points sufficiently close to $1$. Meaning there is no place in the sequence that after that place the hole function is close to the limit, each point has its own place in the sequence. Uniform convergence is when for every distance you DO have a place in the sequence that the whole function is closer to the limit function than $\varepsilon$.
This is a property of a sequence of functions and an interval. For $f_n(x) = x^n $ (the same function) but with the interval $I=[0,0.5]$ there is uniform convergence.
Again, Uniform Convergence is a property of a sequence of functions and an interval, whereas Uniform Continuous is a property of a function and an interval (not a sequence of functions).
4) Lastly, how does Uniform Convergence relate to Right Continuous?
See answer to section (3)