Consider the sequence $x_n = \left (1+\frac{r}{n} \right )^n $ for $r \in \mathbb{Q} $. I need to prove that $ \lim x_n = e^r $
My attempt of proof (for r>0) is to find a subsequence of $x_n$ that converges to $e^r$, but it will be enough if $x_n$ is a Cauchy sequence. Since all the convergent sequences are Cauchy sequences, I was thinking to prove that $x_n$ is convergent and it will finish my problem. So if I prove that that $x_n$ is increasing and have an upper bound ($3^r$, for example), then it is done. But I'm having trouble with this last step.
But maybe it is easier to prove using, for example, that $\left(1+\frac{r}{n}\right)^n = \left(1+\frac{1}{n/r}\right)^n$ but I don't see how to proceed too.
I appreciate your help.
Thanks!
I will use the following definitions. $\log$ is defined as $$ \log(x) = \int_1^x \frac{1}{t} \, dt. $$ for all $x > 0$. From this definition it can be shown that all the familiar properties of $\log$ holds. $e^x$ is defined as $e^x = \log^{-1}(x)$ for all $x \in \mathbb{R}$ (it can be proved that $\log$ is increasing so its one to one and maps onto $\mathbb{R}$, so the inverse exists). Then $e$ is defined as $e = e^1 = \log^{-1}(1)$.
Now I will prove the limit. By the fundamental theorem of calculus, $\log'(\frac{1}{r}) = r$. Using the definition of derivatives, we have $$ \lim_{h \to 0} \frac{\log(\frac{1}{r} + h) - \log(\frac{1}{r})}{h} = r \\ \lim_{h \to 0} \frac{1}{h}\log(1 + rh) = r \\ \lim_{h \to 0} \log\left((1 + rh)^{\frac{1}{h}}\right) = r. $$ Since $\log$ is continuous, we can write $$ \log\left(\lim_{h \to 0} (1 + rh)^{\frac{1}{h}}\right) = r \\ \lim_{h \to 0} (1 + rh)^{\frac{1}{h}} = e^r. $$ So we have $\lim_{n \to \infty} (1 + \frac{r}{n})^n = e^r \\$ where the expression inside the limit is a function. So it must also be true for the sequence with integer $n$.
EDIT:
Let $a_n = \left(1 + \frac{r}{n}\right)^n$. This sequence is increasing. To see this, note that $(1 + a)^b \geq 1 + ab$ (by binomial theorem). Apply this for $a = \frac{r}{n + 1}$ and $b = \frac{n + 1}{n}$ to get $$ \left(1 + \frac{r}{n + 1}\right)^{\frac{n + 1}{n}} \geq 1 + \frac{r}{n + 1} \cdot \frac{n + 1}{n} = 1 + \frac{r}{n}. $$ Taking both sides to the power of $n$ gives $\left(1 + \frac{r}{n + 1}\right)^{n + 1} \geq \left(1 + \frac{r}{n}\right)^n$ which shows that the sequence is increasing. To show that it is bounded, first use the binomial theorem to get $$ \left(1 + \frac{r}{n}\right)^n = \sum_{i = 0}^n \binom{n}{i} \left(\frac{r}{n}\right)^i = \sum_{i = 0}^n \frac{n!}{i!(n - i)!} \cdot \frac{r^i}{n^i} \\ = \sum_{i = 0}^n \frac{r^i}{i!} \left(\frac{n(n - 1) \dotsb (n - i + 1)}{n^i}\right) \leq \sum_{i = 0}^n \frac{r^i}{i!}. $$ since $n(n - 1) \dotsb (n - i + 1) \leq \underbrace{n \dotsb n}_{i} = n^i$. So $$ \left(1 + \frac{r}{n}\right)^n \leq \sum_{i = 0}^n \frac{r^i}{i!} < \sum_{i = 0}^{\infty} \frac{r^i}{i!}. $$ But the series on the right most side converges which we can check by the ratio test. So $a_n$ is bounded by that number. Thus $a_n$ converges since it is increasing and bounded.