Let $f,g:(0,1) \to \mathbb{R}$ be analytic. It is well known that the product $h:=fg$ is then also analytic.
I would like to prove it by a using the following characterization of analyticity: $h$ is analytic if and only if, for any compact $K \subset (0,1)$, there exists $C>0$ such that $$|h^{(n)}(x)| \leq C^{n+1} n!$$ for any $x \in K$ and $n \geq 0$. My attempt: $$ |h^{(n)}|=\left|\sum_{k=0}^n \binom{n}{k} f^{(n-k)} g^{(k)}\right| \leq \sum_{k=0}^n \binom{n}{k} C^{n-k+1} (n-k)! C^{k+1} k! =C^{n+2} \sum_{k=0}^n \binom{n}{k} (n-k)! k! =C^{n+2} (n+1)! $$ I have n+1 instead of n...