The original question:
Let $f:[0,1]\to\mathbb{R}$ be infinitely differentiable, and suppose that $$\max_{\xi\in[0,1]}|f^{(n)}(\xi)|\leq C^n\cdot n!$$ for some $C\in\mathbb{R}$. Show there is a region $G$ such that $[0,1]\subset G$ and $f$ is holomorphic on $G$.
It seems similar to this: Prove Taylor series converges to $f$. but the conclusion there contradicts what I was asked so I'm not sure I understood everything correctly.
My idea, and the only way I know how approach this, is to show that the bound on the derivatives is enough to guarantee that the Tayloe series of $f$ converges to it, and then use that to define $f$ on it. But I'm encountering a problem with that approach, as developing around $0$, the error term becomes
$$R_n(x) = \frac{f^{(n+1)}(\xi)}{(n+1)!}\cdot x^{n+1}$$
which by the bound on the derivative decreases to
$$R_n(x) = (Cx)^{n+1}$$
but wouldn't then the series converge only if $C<1$ ($C\leq 1$ would suffice for $x\in(0,1)$, but then can I show holomorphism at $x=1$)? Is there a mistake or is there a way to proceed from here?