Here is an argument without using any limits. If you don't want to define the reals, you can assume the domain consists of the rationals. We will assume without proof that given any positive continuous function $f$ on an interval $[a,b]$, that we can define $A_f(a,b)$ to be the area under the graph $y=f(x)$, $a \le x \le b$. We also assume the following:
- If $f < g$ on the interval $[a,b]$, then $A_f(a,b) < A_g(a,b)$.
- The area is invariant under sliding along the $x$ axis. In other words, if $a < b$, $\Delta> 0$, and $g(x) = f(x+\Delta)$, then $$ A_g(a,b) = A_f(a+\Delta,b+\delta). $$
- Additivity: If $a \le b \le c$, then
$$
A(a,c) = A(a,b) + A(b,c).
$$
Denote the area under $1/t$, $a \le t \le b$ by simply $A(a,b)$ and
Define
$$
\ln x = A(1,x).
$$
By additivity, if $x < y$, then
$$ \ln y = A(1,y) = A(1,x) + A(x,y) > \ln x, $$
so $\ln x$ is an increasing function of $x$.
Moreover, given $\Delta > 0$, since $1/t$ is a decreasing function, if $a < b$, then by the invariance under sliding,
$$ A(a,a+\Delta) < A(b,b+\Delta). $$
You can also see this geometrically simply by sliding the graph of $1/x$, $b \le x \le b+\Delta$ left to the interval $a \le x \le a+\Delta$ and observing that the region under this graph lies inside the graph of $1/x$, $a \le x \le a+\Delta$
Therefore, given any $\Delta > 0$ and $a < b$,
$$
(\ln (b+\Delta) - \ln b) - (\ln (a +\Delta) - \ln a) < 0.
$$
Therefore, the graph of $\ln x$ is increasing and concave down.
We now define $e^x$ to be the inverse function of $\ln x$. Its graph is the reflection of the graph of $\ln x$ about the line $y=x$. Therefore, its graph is increasing and concave up. In particular, if $a < b$ and $\Delta > 0$, then
$$
(e^{b+\Delta}-e^b) - (e^{a+\Delta}-e^a) > 0.
$$
It follows that its rate of increase is increasing.
Depends on what you know.
– Mike O'Connor Oct 24 '22 at 02:43