Since "Every convergent sequence is bounded" and bounded means bounded above and below. Then why is the sequence $\frac 1n$ convergent? since it is not bounded above (converges to $0$ for lim -> infinity) it is bounded below by $0$ but not above so the sequence is not bounded yet it is convergent.
2026-03-30 00:19:23.1774829963
Why isn't the sequence $\frac 1n$ bounded?
5.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There seems to be misunderstanding about definition of sequence:
For example, sequence $a_n = \frac 1 n$ is a function $n\mapsto\frac 1 n\colon \Bbb N\to\Bbb R$ and some of its terms are: $$1,\frac 12,\frac 13,\frac 14,\frac 15,\frac 16\ldots$$
You can observe that $a_n> 0$, for all $n\in\Bbb N$:
$$\frac 1 n> 0 \iff n > 0\quad\small\text{(which is true for all $n\in\Bbb N$)}$$ and thus, $(a_n)$ is bounded from bellow.
Also, observe that $(a_n)$ is strictly decreasing sequence, i.e. $a_n> a_{n+1}$, for all $n\in\Bbb N$:
$$\frac 1n>\frac 1{n+1} \iff n+1>n\iff 1>0.$$
In particular, $a_n\leq a_1 = 1$, for all $n\in\Bbb N$ and thus, $(a_n)$ is bounded from above.