My friend and I were working to see if we could use the squeeze theorem to prove that the derivative of $e^x$ is $e^x$.
We said that by definition, the derivative is
$$\frac{d}{dx} e^x =\lim \limits_{h\to0} \frac{e^{x+h}-e^x}{h} = \lim \limits_{h\to0} \frac{e^{x}(e^h-1)}{h} = \lim \limits_{h\to0} e^x *\lim \limits_{h\to0} \frac{(e^h-1)}{h}$$
$$\frac{1}{2}h+1 \leq \frac{(e^h-1)}{h} \leq |h| + e^h$$
$$\lim \limits_{h\to0} \frac{1}{2}h+1 = \lim \limits_{h\to0} |h| + e^h = 1$$
$$\lim \limits_{h\to0} e^x *\lim \limits_{h\to0} \frac{(e^h-1)}{h} = \lim \limits_{h\to0} e^x = e^x$$
However, this seems more simplified than any other proof we've seen, so we're wondering if there's a fault here. Neither of us have taken analysis yet, so we might be assuming something incorrect.
A pretty nice way to do this is as follows:
Note that $$|e^h - 1 - h| = \left|\frac{h^2}{2} + \frac{h^3}{6} + \frac{h^4}{24} +...\right| $$ $$ = h^2 \left|\frac{1}{2} + \frac{h}{6} + \frac{h^2}{24} +...\right|\leq h^2 \left(\frac{1}{2} + \frac{1}{4} + \frac{1}{8} + ... \right) = h^2$$
So if $h\neq 0$, we have $\left|\frac{e^h - 1}{h} - 1 \right| \leq |h|$, i.e. $$\lim_{h \rightarrow 0} \left(\frac{e^h - 1}{h} - 1\right) = 0$$
Note that this tells us that $e^x$ is differentiable at the origin with derivative 1.
Now: $$\lim_{h \rightarrow 0} \left(\frac{e^{x+h} - e^x}{h}\right) = e^x \lim_{h \rightarrow 0} \frac{e^h - 1}{h} = e^x$$
as required.