Here is my attempt at finding a proof that $\lim_{x \to 0}\frac{e^x-1}{x} = 1$. We need to show that $\forall \varepsilon > 0 \, \exists \delta > 0$ such that $ 0 < |x| < \delta \implies |\frac{e^x-1}{x} - 1| < \varepsilon$. We can let $\delta = \min(1,?)$ where $?$ is a function of $\varepsilon$. So $$ \left|\frac{e^x-1}{x} - 1\right| < \varepsilon$$ $$ \left|\frac{e^x-1-x}{x}\right| < \varepsilon$$ The numerator of the function can be bounded by $|x| < \delta \leq 1$: $$ |e^x-1-x| \leq |e^x| + |x| + 1$$ $$ |e^x| + |x| + 1 \leq e + 1 + 1 \leq e + 2$$ But then the $|x|$ is in the denominator so: $$ \frac{|e^x-1-x|}{|x|} \nleq e + 2$$ I am not sure what to do now or if there is a better way to approach this problem. I am new to $\epsilon$-$\delta$ proofs so any help would be greatly appreciated. I am specifically looking for an approach that does not appeal to the derivative definition, $\frac{d}{dx}e^x = e^x$, or the power series $e^x = 1 + x + x^2/2! + \cdots$, wanting to stick only with limits. I am not sure if this is possible, as I assume the definition of $e^x$ must be important to the proof. I had the idea to use something like the squeeze theorem using $\epsilon$-$\delta$, but am not sure which functions to choose.
A definition of $e$ that might work (since it is a limit and does not involve derivatives) is $$ e = \lim_{n \to \infty}\left(1 + \frac{1}{n} \right)^{n}$$ But I am not sure how this definition could be used in the $\epsilon$-$\delta$ proof.