I was reading a proof for a theorem in Erhan Cinlars intro to stochastic processes textbook that any equation with the following $f(x+s) = f(x)f(s)$, with $f(0)=1$. Then $f(x)=e^{(-ax)}$ for some $a$. I have been trying to prove this on my own. I came up with the following, but I didn't quite like the proof, and was wondering if someone could offer a proof utilizing Laplace transforms, or something of that flavor. Here are the following ways I have tried to show it.
1) $f'(t) =\lim_{h\to0} \frac{f(t+h) - f(t-h)}{h} = f(t) f'(0) = f(t)$ a Therefore by differential equations we get our desired result.
2) using laplace transform on $f(t+a) = f(t)f(a)$. First notice that $f(t)$ cannot be zero anywhere (assume its zero at $x$, then $f(t) = f(t+x-x) = f(t-x)f(x) = 0)$. Since it cannot be zero, we know $F(s)$ is not zero anywhere (integral of a strictly positive function is strictly positive function is strictly positive). Therefore, we have $F(S)e^{Sa} = F(S)f(a)$ which is equivalent to $0 = F(S) (e^{Sa}-f(a))$. Which is only true if $e^{Sa} = f(a)$ for all $S$, and a fixed. However, this is only true if $a = 0\dots$ So I am not sure what I am doing wrong here... I wanted to try and prove it using Laplace transforms. I would appreciate any help with understanding this.