Why does $\lim_{n\to\infty}(1+\frac{1}{n})^n = e$ instead of $1$? [duplicate]

$$\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^n = \left(\lim_{n\to\infty}\left(1+\frac{1}{n}\right)\right)^n$$

This is wrong. The quantity on the left is independent of $n$ while the one on the right is not.


What the power law tells you is for some positive integer $m$, $$ \lim_{n\to\infty}a_n^m=(\lim_{n\to\infty}a_n)^m $$ if $a_n>0$ for all $n$ and $\lim_{n\to\infty}a_n$ exists.


[Added later:] Despite the incorrect reasoning mentioned above, it is worth to note that the limit $\lim_{n\to\infty}(1+1/n)^n$ is sometimes used as a definition of $e$. Therefore, unless you know why the limit is not $1$, it would be "unfair" to say that "e=1" is "obviously not true".

Also, you originally put the Euler-constant tag to your question, which is also incorrect. Since the constant $e$, sometimes called the "Euler number" is not the same as the Euler's constant.


The so-called "power law" that you refer to, e.g. something like

If $n$ is an integer and $\lim\limits_{x\to a} f(x)$ exists, then $$\lim\limits_{x\to a}(f(x))^n = (\lim \limits_{x\to a} f(x))^n.$$

It refers specifically to a constant $n$ that does not change with the limit. Instead you have something like $$\lim\limits_{n\to\infty}(f(n))^n $$ where both the power and the inner function depends on $n$. In the specific example of $e$ we have that $$f(n) = 1+\frac1n.$$


You can see that the limit is greater than or equal to two, simply by using the first two terms of the binomial expansion, and noting that the omitted terms are positive. i.e. for each $n\gt 1$ separately: $$\left(1+\frac 1n\right)^n=1+n\cdot\frac 1n+ \text {other terms}\gt 1+1$$

The source of the error in reasoning is expressed by others, but this simple check tells you that you are wrong.