I have a couple of questions on sequences of functions to help me understand the concept better.
If you have a function f, what must be required of the function to be able to build a sequence of convergent functions. Is it just that the sequence has to converge to f?
If you have a differentiable function f, then will the sequence of functions that converges to f all be continuous (and differentiable)? And if they are all continuous then will the sequence be pointwise convergent?
(I have seen examples of sequences of functions that were all continuous but the sequence wasn't uniformly continuous so I know continuity does not imply uniform continuity, but what about pointwise?)
For each natural number $n$, define $f_n\colon[0,1] \to \mathbb{R}$ by $$ f_n(x) = \begin{cases} \frac{1}{n} & x \neq \frac{1}{n} \\ \frac{2}{n} & x = \frac{1}{n} \end{cases} $$ Then none of the functions $f_n$ are continuous. However, the sequence $(f_n)$ converges uniformly to the zero function, and that function is continuous, differentiable, etc.