It is as follows:
If $f \in C^{(\infty)}\left([-1,1]\right) $and $f^{(n)}(0)=0$ for $n=0,1,2,...,$ and there exists a number $C$ such that $\sup_{-1 \leq x\leq 1}|f^{(n)}(x)|\leq n!C$ for $n \in \Bbb N$, then $f \equiv 0 $ on$[-1,1]$.
If we take the Taylor polynomial of $f$ at $0$ then each term is $0$ except the remainder which means the function has the form (Lagrange):$$f(x)=\frac{1}{(n+1)!}f^{(n+1)}(\xi)x^{n+1}$$ for some $\xi \in [-1,1]$. Surely there isn't a constant $A_n$ such that $f(x) =A_nx^n$, except $A_n = 0$ for all $n$.
What am I doing wrong here? Isn't the other hypothesis redundant?