Theorem is : Every convergent sequence is bounded. Then what about the sequence $e^{1/(n−1)}$?
This series is convergent as $n$ tends to infinity but not bounded. Where am I going wrong?
Theorem is : Every convergent sequence is bounded. Then what about the sequence $e^{1/(n−1)}$?
This series is convergent as $n$ tends to infinity but not bounded. Where am I going wrong?
There are two issues here:
Notice now that the sequence you specify is bounded (for $n \ge 2$) by $e$.
$e^{1/(n-1)}$ is not defined for $n=1$. So the sequence must start at $n=2$. This has been covered in other answers so there's nothing to add.
However, you were mentioning that for $n=1$, the sequence is "infinity". Let investigate this. In various areas of math, sometimes it IS useful to have a notion of "infinity", we call this the extended real numbers. If you insist that $e^{1/(1-1)}=\infty$, then we still have that this sequence is bounded because then $\infty$ is a perfectly valid element. We have that $\infty\ge e^{1/(n-1)}\ge 0$.
However, this is definitely not standard. Most people would say that $e^{1/(n-1)}$ is just undefined.
Every convergent sequence is bounded. The sequence $(a_n)_{n \in \mathbf N_{\geq 2}}$ with $a_n = \mathrm e^\frac{1}{n-1}$ is bounded because $0 < \frac{1}{n-1} < 1$ for all $n\in \mathbf N_{\geq 2}$ implies $$1=\mathrm e^0 < a_n < \mathrm e$$ where we used that the exponential function is monotone.
It's a common mistake to suppose that $1/0 = \infty$. $\infty$ is not a number; no numeric expression takes value $\infty$. To see one reason why, consider the function $f(x) = \frac{1}{x}$. Just after $0$, when $x$ is a small positive number, $f$ is very large, moving toward $\infty$. When $x$ is a small negative number, $f$ is very negative, moving toward $-\infty$. If we were to say $\frac{1}{0} = \infty$, we would have just as much reason to say $\frac{1}{0} = -\infty$, so $\infty = -\infty$, which is nonsense. $1/0$ is therefore simply undefined. Your sequence $e^{\frac{1}{n-1}}$ doesn't start from infinity and decrease into finite numbers, it starts with a "hole" where it's undefined. And a function $g(n)$ is "bounded" if there is some $M$ so that $g(n) \leq M$ whenever $g(n)$ is defined. So $e^{\frac{1}{n-1}}$ is indeed bounded, with upper bound $e$ (or, e.g., $e + 1$ if you want a strict upper bound).
There is one case where we are allowed to define $1/0$ as $\infty$, and that is in the Riemann sphere (extended complex plane) $\mathbb C\cup\{\infty\}$. We then also have $e^\infty=\infty$. No matter what metric you use though, every sequence in the Riemann sphere is bounded.