Proving that a definition of e is unique

We can define $e$ as the number such that $\lim_{h \to 0} \frac{e^h-1}{h}=1$. However, of course we can only define $e$ this way if it is unique, i.e., there is no other value $c$ for which that is a true statement. Could someone prove this uniqueness for me? I am tutoring a calculus student and he asked me something to this effect and I couldn't see why. Thanks!


Solution 1:

If $x = e^c$ with $c \neq 1$, then $\lim_{h \to 0}\dfrac{x^h - 1}{h} = \lim_{h\to 0}\dfrac{e^{ch} - 1}{ch}c = c \neq 1$

Solution 2:

Assume that for some particular number $c > 0$, $c \ne 1$, you know that the limit

$\lim_{h \to 0} \frac{c^h - 1}{h} = l_c$

exists and is finite and nonzero. The fact that a number $c$ with this property exists is by no means obvious, and a proof is, I believe, beyond the reach of a beginning calculus student in 99.9% of cases. (If you really want a proof, it is possible to give one that is very elementary but long, another that uses continuity and properties of convex functions, and another, much shorter one that starts off the entire theory by defining $\ln x$ as the integral of $1/x$.) Pedagogically, it might be preferable to simply assume the existence of $l_c$, say, for $c = 2$.

Nonetheless, if we accept this fact, the existence and uniqueness of $e$ can be established by the following argument.

Let $d = c^r$ for some nonzero real number $r$. (Any positive number $d \ne 1$ can be written in this form.) Then the limit

$l_d = \lim_{h \to 0} \frac{d^h - 1}{h} = \lim_{h \to 0} r\frac{c^{rh} - 1}{rh}$

exists and can be evaluated by making the substitution $k = rh$. Since $k \to 0$ as $h \to 0$, we have

$l_d = \lim_{k \to 0} r\frac{c^{k} - 1}{k} = rl_c$.

We have $l_d = 1$ if and only if $r = 1/l_c$. Thus the only number with the desired property is $e = c^{1/l_c}$.

Note that the actual value of $l_c$ later turns out to be $\ln c$.

Solution 3:

I have presented the theory of exponential and logarithmic functions in my blog post. For the current question we neeed to understand that for each $a>0$, the limit $$\lim_{h\to 0}\frac{a^{h}-1}{h}$$ exists and hence defines some function $f(a)$. Next we need to show that this function is strictly increasing and its range is whole of $\mathbb{R}$. This would imply that there is a unique number $e$ such that the above limit $f(e)=1$. The proof of these statements is bit long and it is well explained in the blog post linked above.