Difficulty(3) in understanding the completeness of $l_{2}.$

60 Views Asked by At

Here is a part of the proof:

enter image description here

why the author put the equality on the inequality after taking $n \rightarrow \infty$, could anyone clarify this for me please?

2

There are 2 best solutions below

2
On BEST ANSWER

Recall that the process of taking limits does not in general preserve strict inequalities. For example consider $\frac{1}{n} > 0$ for any $n \in \mathbb{N}$ but we clearly have equality in the limit $n \to \infty$.

Taking limits does however preserve weak inequalities which is enough to give the authors result.

0
On

This is standard when working with inequalities and limits. If $a_{n}<b_{n}$ and $lim a_{n}=a$ and $lim b_{n}=b$ then the most we can say is $a \leq b$. For example take $a_{n}=0$ and $b_{n}:=1/n$. We know that $0<1/n$, but the limits of both sides are equal.

This answer is copied from this link:

Problems with the proof that $\ell^p$ is complete

Which contains a very smart explanation for completeness of $l_{p}$.