how would you show that $$\lim_{x\to 0}\frac{e^x-1}{x}=1$$ without using derivatives or l'hopital but using basic ideas that are generally introduced just before derivatives in a typical introductory calculus course. my attempt.. $$\lim_{x\to 0}\frac{e^x-1}{x}=\lim_{x\to 0}\lim_{n\to \infty}\frac{\left(1+\frac{x}{n}\right)^n-1}{x}$$ then.. this is
$$ =\lim_{x\to 0}\lim_{n\to \infty}\frac{1+{n \choose 1}\frac{x}{n} + {n \choose 2}\left(\frac{x}{n}\right)^2 +\cdots+ {n \choose n}\left(\frac{x}{n}\right)^n -1}{x}$$
$$ =\lim_{x\to 0}\lim_{n\to \infty} \left[ 1+ \frac{ {n \choose 2}\left(\frac{x}{n}\right)^2 +\cdots+ {n \choose n}\left(\frac{x}{n}\right)^n }{x}\right]$$
then we could switch the limit order but the justification for this seems to be not very basic and I would like to provide a basic explanation, as basic as possible.
by the way I am doing this to provide a pre-derivatives proof of $$\lim_{x\to c}\frac{e^x-e^c}{x-c}=e^c$$
thank you.
Now the following is informal, but we could Taylor expand $e^x$ about $x=0$ to get: $$e^x=\frac{1}{0!}+\frac{x}{1!}+\frac{x^2}{2!}\cdots=1+x+\frac{x^2}{2!}+\cdots$$ Now
$$\frac{e^x-1}{x}=\frac{-1+1+x+\frac{x^2}{2}+\cdots}{x}=1+\frac{x}{2!}+\frac{x^2}{3!}+\cdots$$ Hence $$\lim_{x\to 0}\frac{e^x-1}{x}=\lim_{x\to 0}1+\frac{x}{2!}+\frac{x^2}{3!}+\cdots=1$$