I would like to get some help with the next problem:
I'm trying to learn how to develop the real function into the power series. After reading my book, I want to check if I understood correctly what is the process of the developing of the given real function. So, this is how I understand what I need to do in order to develop the given real function $f$:
1) Check if the given function $f$ is infinitely diferentiable and where.
2) Chose the point $x_0$ in which we are going to develop the function.
3) Because now the first condition is fulfilled we have that the given function $f$ is continuous with all of its derivatives, up to the $n$-th order, in some neighborhood of the point $x_0$. With this, we have that all conditions from the following theorem are met:
Theorem:
Let the function $f(x)$, continuous with all of its derivatives up to the $n$ - th order inclusive in some neighborhood $U$ of the point $a$, has the derivative of the $(n + 1)$ - st order in that neighborhood. If $x \in U$ and $p \in \mathbb{N}$, than the following formula is true:
$$f(x) = f(a) + \frac{f'(a)}{1!}(x - a) + \frac{f^{(2)}(a)}{2!}(x - a)^2 + \cdot \cdot \cdot + \frac{f^{(n)}(a)}{n!}(x - a)^n + R_n(x),$$
where $R_n(x) = \left( \frac{x - a}{x - \xi} \right)^p \frac{(x - \xi)^{(n + 1)}}{p \cdot n!} f^{(n + 1)}(\xi)$, for some $\xi$ between $a$ and $x$.
4) Check if $\lim\limits_{n \to \infty} R_n(x) = 0$. In my book there is a following lemma that is given for help:
Lemma:
If real function $f$ is infinitelly diferentiable on the segment $[x_0 - h, x_0 + h]$ and there exist the constant $M$, such that for every $n \in \mathbb{N}$ and for every $x \in [x_0 - h, x_0 + h]$ it is $|f^{(n)}(x)| \le M$, than it is $\lim\limits_{n \to \infty} R_n(x) = 0$ for all $x \in [x_0 - h, x_0 + h]$.
5) Check if $f(x_0) = P_n(x, x_0) = \sum_{n = 0}^{\infty} \frac{f^{(n)}(x_0)}{n!}(x - x_0)^n$. This means that we have to check the convergence of the Taylor series that we got and to calculate the sum of the series if the series is convergent.
6) If all conditions are fulfilled, than we can say that function $f$ can be developed into power series $\sum_{n = 0}^{\infty} \frac{f^{(n)}(x_0)}{n!}(x - x_0)^n$ and we can call that function analytic.
Please, could you tell me if I understood this process correctly and if not where did I make a mistake?