I'm aware of the proof of $\lim_{n \to \infty }(1+\frac 1n)^n = e$ using monotone convergence theorem but I want to prove $\lim_{x \to \infty} (1+\frac 1x)^x = e$ using sequential criterion for limits . How I can write it rigorously ?
More precisely : For every $a_n \to \infty$ s.t $a_n \in D_f$ prove $(1+\frac 1{a_n})^{a_n} \to e$ $\ \ \ \ \ \ \ \ \ \ (\star)$
Take any sequence of real numbers $(x_n)_{n\in\mathbb N}$ such that $x_n\to +\infty$.
$$\lim_{x\to +\infty}\left(\left(1+\frac{1}{x}\right)^x\right)=\lim_{n\to +\infty}\left(\left(1+\frac{1}{x_n}\right)^{x_n}\right)$$
For sufficiently large $x_n$ as $x_n\to +\infty$ as $n\to +\infty$, e.g. $x_n\ge 1$, we have
$$\left(1+\frac{1}{x_n}\right)^{x_n}\le \left(1+\frac{1}{\lfloor x_n\rfloor}\right)^{\lfloor x_n\rfloor +1}=$$
$$=\left(1+\frac{1}{\lfloor x_n\rfloor}\right)^{\lfloor x_n\rfloor}\left(1+\frac{1}{\lfloor x_n\rfloor}\right)\stackrel{n\to +\infty}\to e\cdot (1+0)=e$$
$$\left(1+\frac{1}{x_n}\right)^{x_n}\ge \left(1+\frac{1}{\lfloor x_n\rfloor+1}\right)^{\lfloor x_n\rfloor}=$$
$$=\frac{\left(1+\frac{1}{\lfloor x_n\rfloor + 1}\right)^{\lfloor x_n\rfloor +1}}{1+\frac{1}{\lfloor x_n\rfloor+1}}\stackrel{n\to +\infty}\to \frac{e}{1+0}=e$$
By Squeeze Theorem $$\lim_{x\to +\infty}\left(\left(1+\frac{1}{x}\right)^x\right)=e$$
$$\lim_{n\to -\infty}\left(\left(1+\frac{1}{n}\right)^{n}\right)\stackrel{m=-n}=\lim_{m\to +\infty}\left(\left(1-\frac{1}{m}\right)^{-m}\right)=$$
$$=\lim_{m\to +\infty}\left(\left(1+\frac{1}{m-1}\right)^{m-1}\cdot \left(1+\frac{1}{m-1}\right)\right)=$$
$$=e\cdot (1+0)=e$$
The proof that $$\lim_{x\to -\infty}\left(\left(1+\frac{1}{x}\right)^x\right)=e$$ is similar to what I've done before.