6

I'm confused on the assumptions behind the Taylor Theorem because I found different versions of them across several books.

Consider the function $f:\mathbb{R}\rightarrow \mathbb{R}$

(1) If and only if $f$ is infinitely many times differentiable at $a$ I can write $$f(x)=f(a)+\sum_{k=1}^{\infty}\frac{f^{(k)}(a)(x-a)^k}{k!}$$ Correct?

(2) If and only if $f$ is $n$ times continuously differentiable at $a$ (which implies that $f$ is $n$ times differentiable in a neighbourhood of $a$) I can write $$ f(x)=f(a)+\sum_{k=1}^{n}\frac{f^{(k)}(a)(x-a)^k}{k!}+ o(||x-a||^n) $$ Correct?

(3) If and only if $f$ is $n$ times continuously differentiable at each point between $x$ and $a$ I can write $$ f(x)=f(a)+\sum_{k=1}^{n}\frac{f^{(k)}(a)(x-a)^k}{k!}+ \frac{f^{(n+1)}(c)(x-a)^{n+1}}{(n+1)!} $$ for $c$ between $x$ ans $a$. Correct?

My confusion is related in particular to the necessity of conditions.

Star
  • 222
  • 5
  • is false ($e^{-1/x^2}$ is infinitely differentiable at $x=0$ and not equal to its Taylor series about zero anywhere else, for example). Also, if you really want to nail down the conditions, you need to be more specific about what $x$ can be. For example, I can envision 3) being true "by accident" for functions which are not differentiable on the whole interval.
  • – Chappers Dec 10 '15 at 14:20
  • Thanks, yes, I agree but I don't know how to formalise it. Do you have any source explaining that? I have never found a version of the Taylor Theorem putting restrictions on $x$. – Star Dec 10 '15 at 14:51
  • Each statement starts with "If and only if...", what are you trying to say that the statements are equivalent to? – charlestoncrabb Jan 15 '16 at 03:40
  • One reason you don't see necessary conditions (i.e., properties that "a polynomially-approximable function must satisfy") is that a function can vanish to infinite order at a point (i.e., be approximated to infinite order at some point by the zero function) without even being measurable: Multiply Chappers' example by the characteristic function of a dense, "nowhere-measurable" set. – Andrew D. Hwang Jan 17 '16 at 17:08