For convergence, I show that the sequence $\left(1+\dfrac tn\right)^n$ is increasing.
If $t>0$ and $n$ is big, this is seen as follows: $$\frac{\left(1+\dfrac t{n+1}\right)^{n+1}}{\left(1+\dfrac tn\right)^n} = \left(1+\dfrac t{n+1}\right) \left[ \frac{n(n+1+t)}{(n+t)(n+1)}\right]^n = \left(1+\dfrac t{n+1}\right)\left[1-\frac{t}{(n+t)(n+1)}\right]^n \geq^1$$
$$\geq^1\left(1+\dfrac t{n+1}\right)\left[1-\frac{nt}{(n+t)(n+1)}\right]\geq^2 \left(1+\dfrac t{n+1}\right)\left(\frac{1}{1+\frac{t}{n+1}}\right)=1$$Where inequality $\geq^1$ follows from $(1+x)^n \geq 1+nx$ for $x>-1$ (and this is where we are taking $n$ big enough so $1-\frac{t}{(n+t)(n+1)}>-1$) and inequality $\geq^2$ is algebraic manipulation: $$1-\frac{nt}{(n+t)(n+1)} = \frac{n^2+t+n}{n^2+nt+t+n} = \frac{1}{1+\frac{nt}{n^2+n+t}} = \frac{1}{1+\frac{t}{n+1+t/n}} \geq \frac{1}{1+\frac{t}{n+1}}$$
For $t<0$, the inequalities I have written can be seen to still hold if $n$ is big enough.
Also, the sequences are bounded. For $t<0$ this is easy because $\left(1+\dfrac tn\right)^n<1^n=1$. For $t>0$, fix an integer $m>\max \{t,2\}$, and write $$\left(1+\dfrac tn\right)^n \leq \left(1+\dfrac mn\right)^n = \sum_{k=0}^n\frac{n!}{(n-k)!}\frac{m^k}{n^k}\frac{1}{k!} \leq \sum_{k=0}^n \frac{m^k}{k!} = $$ $$= \sum_{k=0}^{3m} \frac{m^k}{k!} + \sum_{k=3m+1}^n\frac{m \cdot \ldots \cdot m}{(2m)(2m-1) \ldots1} \frac{1}{(2m+1) \ldots (3m) \ldots k} \leq $$ $$\leq \sum_{k=0}^{3m} \frac{m^k}{k!} + \sum_{k=3m+1}^n \left(\frac{1}{4} \right)^{k-2m} \leq \sum_{k=0}^{3m} \frac{m^k}{k!} + 1 < \infty$$
Now, an increasing and bounded sequence has a limit, proving the first claim.
I have been trying to see the product rule but could not finish it, at least using only the definition $e^t = \lim_n \left( 1+\dfrac tn\right)^n$. I have seen that: $$e^{s+t} = \lim_n \sum_{k=0}^n {n \choose k}\left(1+\dfrac sn\right)^{n-k}\left(\dfrac tn\right)^k \leq e^s \sum_{k=0}^n {n \choose k}\left(\dfrac tn\right)^k = e^se^t$$and this holds for $s \in \mathbb{R}$ and $t\geq 0$. On the other hand, if $s$ and $t$ are both negative, $$e^se^t = \lim_n \left( 1+\dfrac tn\right)^n\left( 1+\dfrac sn\right)^n= \lim_n \left( 1+\dfrac {t+s}n +\frac{st}{n^2}\right)^n \geq \lim_n \left( 1+\dfrac {t+s}n\right)^n=e^{s+t}$$Proving that, in general, $e^{s+t} \leq e^se^t$. Now, if $s$ and $t$ have opposite signs, the above inequaity changes its direction, and one has that $e^se^t \leq e^{s+t}$, so I still need to prove that $e^se^t \leq e^{s+t}$ when $s$ and $t$ are positive.
I hope this helps; this is not taken from any book, so probably there are faster ways to prove some facts.
EDIT: I finally got to prove it. Because $e^{s+t} = e^se^t$ holds for opposite signs, I get $e^{t}e^{-t}=1$, which is equivalent to $$\lim_n\left(1+\dfrac tn\right)^n = \lim_n \left(1-\dfrac tn\right)^{-n}$$And therefore $$\frac{e^se^t}{e^{s+t}} = \lim_n \left[ 1+\frac{st}{n(n-s-t)}\right]^{-n} \leq 1$$when $s$ and $t$ have the same sign.
Elementary results I am using:
- A bounded increasing sequence has a limit
- Binomial theorem $(a+b)^n = \sum_{k=0}^n {n \choose k} a^k b^{n-k}$
- If $x>-1$, $(1+x)^n \geq 1+nx$
- $\sum_{k=1}^n \frac{1}{4^k}\leq 1$ for any $n$