3

I know that

  • the set of all bounded sequences over $\mathbb R$ is complete w.r.t. sup norm.

  • Similarly the set of all bounded sequences over $\mathbb C$ is complete w.r.t. sup norm.

Does this result hold for the set of all bounded sequences over abitary metric space?

And a minor thing. Among the above two banach spaces which is said to be $l_\infty?$

Pete L. Clark
  • 97,892
Sriti Mallick
  • 6,137
  • 3
  • 30
  • 64
  • Take a help from this link http://math.stackexchange.com/questions/296805/is-the-set-of-all-bounded-sequences-complete – Srijan May 11 '13 at 04:05

1 Answers1

3

Let $(M,d)$ be a complete metric space. Then the set of all bounded sequences $\ell_\infty(M)$ in $M$ form a complete metric space with the distance $D$ defined by $$D(s,t)=\sup_k d(s_k, t_k)$$ for any bounded sequences $s=(s_k), t=(t_k)$. It is straightforward to check that this is indeed a metric, and that it is complete (using the completeness of $M$.)

Since $M$ is embedded in the space $\ell_\infty(M)$ by $x\to (x,x,x,x,\cdots)$, the converse is also true, i.e. if $\ell_\infty(M)$ is complete, so is $M$.

Either one can be said to be $\ell_\infty$.

TCL
  • 14,262