Some days ago, I asked in which situations we may apply Taylor Series for Real Valued Functions. In the question (Proof Verification and Taylor Series), I wrote a statement about the applicability of the series, however, by counterexample, it was shown to be incorrect. After that, I searched on the internet and also in the recommended books, specially Elon's, about the series.
But ... I'm not sure, it was not clear to me. So, just to be sure, again, let me show in which situations they seem, to me, may be applied.
QUESTION 1: Are the two following propositions correct?
P1 Let $f: D \to \mathbb{R}$ be an analytic (1) real-valued function in its domain $D$ and $x,x_0 \in D$. Then, we may apply the Taylor's Theorem and the series do converge: $$ f(x) = \displaystyle\sum_{n=0}^\infty \left\lbrace \frac{f^{(n)}(x_0)(x-x_0)^n}{n!} \right\rbrace$$
Now, about complex-valued functions (2):
P2 Let $f: D \to \mathbb{C}$ be an analytic complex-valued function in its domain $D$ and $|z-z_0|<R \in D$. Then, we may apply the Taylor's Thereom for Complex Functions and the Series do converge:
$$\cdots$$
Observations:
(1) In some sources, they say "infinitely differentiable" instead of "analytic". Would like to know why since, as answered previously in the another question, it needs to be "analytic". That makes me even more confused....
(2) As far as I know, a real-valued analytic function is an infinitely differentiable one that possess a convergent Taylor Series around its center. But, what about the Complex? Just need to verify Riemann-Cauchy's Theorem?
Thanks in advance
Where I searched:
Elon Lages' Curso de Análise I, Elon;
Some other texts out there...
EDIT
QUESTION 2: Okay, from the answers bellow, now I'm sure how to determine if $f$ is complex analytic or not. However, if they are, will the power series converge absolutetly?
Your first proposition is not a proposition. At least, not in Elon's book (and in none of the mains sources I know, including Wikipedia) - it's a definition. By definition, an alayitic (real) function is one whose Taylor series converges.
I will quote Elon's definition (my translation - you can check on the section X.4 of the book).
You see, this is not a theorem. I am not proving anything. I am giving a name to the functions who have a convergent Taylor series, and whose Taylor series converges to the function.
Let's take a look on Taylor's Theorem now. This theorem concerns a broader class of functions. I'll use Wikipedia's version of the Theorem, but you can check Theorems 9 and 10 of Elon's book, for example.
Quoting Wiki:
$$f(x)=f(a)+f'(a)(x-a)+\frac {f''(a)}{2!}(x-a)^{2}+\cdots +\frac {f^{(k)}(a)}{k!}(x-a)^{k}+h_{k}(x)(x-a)^{k},$$ with $\lim_{x \rightarrow a}h_k(x)=0$.
We demand much less of the function on Taylor's theorem - it needs to be only $k$ times differentiable. However, the theorem gives us much less to: we only have an polynomial aprroximation of degree $k$.
The point you seem to be misunderstanding is: we can't cheat and say "well, since for a $k$ times differentiable function we have an approximation by a polynomial of degree $k$, with $k=\infty$ we must have an approximation by an 'infinite-order polynomial'". This is not true. I gave you a counterexample on your previous question, The function $$f(x)=\begin{cases}e^{-1/x^2}, & \text{if } \ x \neq 0; \\ 0,& \text{if } \ x=0\end{cases}.$$
This function is not analytic at $0$. Note that we can apply Taylor's Theorem to $f$ for any value of $f$. In fact, since $f^{(k)}(0)=0$ for every $k$, it suffices to take $h_k(x)=f(x)x^{-k}$ for every $k$.
but Taylor's Theorem applies only for finite values of $k$. That's why we need an special name for function who are not only $C^{\infty}$, but whose Taylor series also converges.
Now, the complex case. You can take a look on Conway's book on Complex Analysis, its a standard source. However, I will use the book I have at home at the moment: Complex Analysis, by Ian Stewart and David Tall.
We define analytic functions in the same way we do for real functions, mutatis mutandis (i.e. we replace the open interval by an open disk, etc). But we are happier in the complex case. If we prove that a function $f$ is once time differentiable in every point of an open disk, then it's analytic on this disk. That is really nice :) There is no simple way to characterize real analytic funtions like this one.
in other words,
That's why some authors say that a complex function is analytic if it is differentiable in an open set - that's all you need to guarantee the existence and convergence of its Taylor series.
Why is this, though? The point is, complex-differentiability is way stronger than real-differentiability.