I did not go through the FAQ you had linked, but here's a proof of the sufficient condition.
Suppose a function satisfies the initial value problem (IVP):
<br />
f'(z) = k \, f(z), \ f(0) = 1<br />
We already showed what the solution to this problem is:
<br />
f(z) = \exp(k \, z)<br />
where \exp(z) stands for the Taylor's series.
By induction you may prove that:
<br />
f^{(n)}(z) = k^n \, f(z), \ n \ge 0<br />
The Taylor's series converges on the whole complex plane. According to Taylor's Theorem, we would have:
<br />
f(z_1 + z_2) = f(z_1) + \sum_{n = 1}^{\infty}{\frac{f^{(n)}(z_1)}{n!} \, z^n_2}<br />
<br />
f(z_1 + z_2) = f(z_1) \, \left[ 1 + \sum_{n = 1}^{\infty}{\frac{(k \, z_2)^n}{n!}} \right]<br />
<br />
f(z_1 + z_2) = f(z_1) \, \exp(k \, z)<br />
<br />
f(z_1 + z_2) = f(z_1) \, f(z_2)<br />
Therefore, we proved that this form of a function is also a sufficient, apart from being a necessary condition for the validity of the Laws of exponentials.