Suggestion: See that $f'(x) = f'(0)f(x)$, using the definition for derivative with limits when $h \rightarrow 0$
I would like to know if my proof is fine or if I'm missing something. Thank you!
Proof $$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} $$ By hypothesis, $$f'(x) = \lim_{h \to 0} \frac{f(x)f(h)-f(x)} {h} = \lim_{h \to 0} \frac{f(x)(f(h) - 1)}{h} = f(x)\lim_{h \to 0} \frac{f(h) - 1}{h} = f(x)\lim_{h \to 0} \frac{f(h) - f(0)}{h - 0} $$ Then, $$f'(x) = f'(0)f(x)$$ $$\therefore f'(x) = f(x)$$
We know that $exp(x)$ is the only function that satisfies that $f(x) = f'(x)$. $$\therefore f(x) = \exp(x)$$
Yes, it is correct, save for your last statement. We know that $e^x$ is the only function that satisfies $f(x)=f'(x)$ and $f(0)=1$. Otherwise for any $c$ the function $ce^x$ also satisfies the same equation, where $c=f(0)$.