What's an elementary proof that there exists $c\in (a, b)$ with
$$e^b-e^a=(b-a)e^c$$
without calculus, just using the standard properties of the exponential function?
*By calculus I mean derivatives and integrals. The intermediate value theorem is fine, the mean value theorem is not.
**Either elementary definition of the exponential function is fine, but I suspect that continuity, monotonicity and $e^{a+b}=e^a e^b$, $(e^{a})^b=e^{ab}$ should be more than enough to do this.
To use the intermediate value theorem, let $f(x)=e^x-\frac{e^b-e^a}{b-a}$. It is sufficient to check that $f(a)<0$ and $f(b)>0$.
Simple rearrangement shows $f(a)=\frac{e^a}{b-a}((b-a+1)-e^{b-a})$. Since $b>a$, this is negative if $e^{b-a}>(b-a)+1$. This is clear from both the series of $e^x$, as b-a>0, and all terms are positive so truncating to 2 terms only reduces the value.
Similarly, we have $f(b)=\frac{e^a}{b-a}((b-a-1)e^{b-a}+1)$. This is positive if $e^{b-a}>\frac{1}{1-(b-a)}$. Setting $y=b-a$, this is clear from the series for $e^y$ and the series for $\frac{1}{1-y}=1+y+y^2+...$ (sum of a geometric series).