Definition of a bounded sequence

31.8k Views Asked by At

My professor gave the following definition: A sequence $\{x_n \}$ is said to be bounded if $\exists M > 0$ such that $|x_n| \le M$ for all $n \in \mathbb N^+.$

But then what about the sequence $(0, 0, ...)$? In that case, can't $M$ be $0$?

Wikipedia provides the following definition, which seems more reasonable to me:
A sequence $\{x_n \}$ is said to be bounded if $\exists M \in \mathbb R$ such that $|x_n| \le M$ for all $n \in \mathbb N^+.$

Is my professor's definition inaccurate or imprecise in any way?

3

There are 3 best solutions below

0
On BEST ANSWER

The definition of your teacher is right. And the one from the Wikipedia is right, too. They are equivalent.

It is true that for the sequence $(0,0,\ldots)$ we have $|x_n|\le 0$ for every $n\in \Bbb N$, but this does not contradict your teacher's definition, since it says that a sequence is bounded if there exists some $M>0$ such that $|x_n|<M$.

In other words, your teacher's definition does not say that a sequence is bounded if every bound is positive, but if it has a positive bound. The sequence $(0,0,\ldots)$ has indeed a positive bound: $1$, for example (in fact, every positive real number is a bound for this sequence!)

1
On

No,it's fine. If you have the zero sequence $\{a_n\}$ then for every $M>0$ you have $a_n\leq M$. We define $M>0$ so we can use it sometimes to a fraction like ,let $\epsilon =\frac {1}{M}$. etc...

0
On

Both your Prof. and wikipedia is right infact your Prof. is more precisely telling you where that $M$ lies.

The only difference between both the definitions is that your Prof. take $M\gt 0$ and wikipedia is taking $M\in \mathbb R$ but don't you think wikipedia definition also indirectly says that $M\ge 0$ because $|x_n| \ge0 ,$thus it can't be made smaller than a negative number. And $M=0 \Rightarrow |x_n| \le 0 \Rightarrow x_n=0$ and if sequence is constant zero then any $M\gt 0$ will also work.