$\lim\limits_{n\to\infty }(1+\frac{1}{a_n})^{a_n}$ given $(a_n)$ is an increasing sequence of integers
NOTE - I noticed these 2 questions here (1) and here (2) but I believe that my question is a bit different because these questions answer only the case of $a_1 \geq 0$
according to the information we can understand that if $a_1 \geq 0$ then it is immediately solved as $\lim\limits_{n\to\infty }(1+\frac{1}{a_n})^{a_n} =e$ since then we can look at $a_n$ as in $a_n=n$ and then the limit would be just an identity $\lim\limits_{n\to\infty }(1+\frac{1}{n})^{n}=e$
otherwise what if $a_1 <0$? we will need to show that there exists an $N \in \Bbb N$ such that $a_N \geq 0$ we can also understand that $a_{n+1}-a_n \geq 1$ then for ever $n$ we get $a_{n+1}-a_n = (a_{n+1}-a_n)+(a_n-a_{n+1})...+(a_2 - a_1) \geq 1+1+1...+1 =n$
I do not know how to continue from here.. I usually have more ideas and stuff I tried on my posts but I really cannot figure out what to do here.
thanks for any help and tips! edit - Thanks to all the comments I tried and cannot figure out on how to actually prove it , I do realize what the limit is worth now and why but I am struggling to prove it as I stated before
EDIT (point of the edit is to solve it organized and in a better way according to information I have and from the comments) - Organizing information
a. $(a_n)$ is an increasing sequence therefore we get $(1)$ $a_{n+1} > a_n$ , $(2)$ thanks to nejimban an increasing sequence of integers must tend to $\infty$ $(3)$ an increasing sequence of integers therefore $a_{n+1}-a_n \geq 1$
b. $\lim\limits_{n\to\infty }(1+\frac{1}{n})^{n}=e$
c. Need to prove that there is an $N \in \Bbb N$ such that for every $n>N$ we get $a_n>0$
Solving - posted as an answer to the question
I think your proof can be written out a little more clearly, and with fewer steps, words and symbols. In particular, I will only use one "lemma" before moving to the main proof.
Main proof. Let $$b_n=\left(1+\frac1{a_{n'}}\right)^{a_{n'}}.$$
Let $\epsilon > 0$. Then, from the definition of limits and because we know that $$\lim_{n\to\infty}\left(1+\frac1n\right)^n = e$$
we know that there exists some $M\in\mathbb N$ such that, for all $n\in \mathbb N$ such that $n\geq M$, we have $$\left|e-\left(1+\frac1n\right)^n\right|\leq\epsilon.$$
Let $M' = M - a_0$. Let $n'\in\mathbb N$ be such that $n' > M'$. Then, we have $$a_{n'} \geq a_0 + n' \geq a_0 + M' \geq a_0 + M-a_0 \geq M.$$
Therefore, we know that $a_n' \geq M$, which means that
$$|e-b_{n'}|=\left|e-\left(1+\frac1{a_{n'}}\right)^{a_{n'}}\right|\leq \epsilon.$$
Because $n'$ was arbitrary, we know that the inequality above is true for all $n'$. In other words, this proves the statement:
$$\exists M': \forall n'\in \mathbb N: n'>M'\implies |e-b_{n'}|\leq \epsilon$$
Because the choice of $\epsilon$ was arbitrary, we know that the statement above is true for all $\epsilon > 0$, and this is exactly the definition of the limit of the sequence $b_n$ being $e$.
In particular, the changes from your proof are: