The Functional Equation satisfied by the exponential $f(x)=e^{kx}$ is of the form:
$$ f(x+y)=f(x)f(y), \quad f(0)=1, f'(0)=k $$
Show that $f'(x) = kf(x)$.
Attempt
I tried applying Chain Rule to the functional equation but it doesnt work. $$ [f(x+y)]'=f'(x)f(y)+f(x)f'(y) $$
Let $y=0$, then $f'(x)=f'(x)\cdot 1+k\cdot f(x)$, which is absurd because it is saying $$ [e^{kx}]' = [e^{kx}]'+ke^{kx} $$ So I was wondering why we cannot apply chain rule directly to the Cauchy Functional Equation? It seems that I need to show directly $$ [f(x+0)]' = f'(0)f(x) $$ but I cannot see how to obtain this from the definition of the functional equation.