3
$\begingroup$

In $(\ell ^\infty,{\Vert .\Vert_\infty)}$, how would I show that $x_n=\left(\frac{n+1}{n},\frac{n+2}{2n},\frac{n+3}{3n}, ...\right)$ converges and how would I find the limit?

I tried using the fact that the uniform norm ${\Vert .\Vert_\infty}= \text{sup}|X_n|$ and the definition of convergence is that given $\epsilon > 0$, there exists $N \in \mathbb N$ such that $d(x_n,x)< \epsilon$ for all $n>N$, but I cant seem to show it converges. How would I show it converges and find the limit?

  • 1
    If it converges, then it will converge pointwise, i.e., in every coordinate. This helps to find the limit.2012-02-19
  • 0
    @abatkai, Hi, thanks for your reply. I haven't really covered pointwise limits etc. I think I was meant to show it converges using the definition of convergence. Is it possible to do it working from the definition?2012-02-19
  • 0
    Yes, but you need first a candidate for the limit; otherwise you cannot use the definition.2012-02-19
  • 0
    To use the definition, you need to know what the limit is. @abatkai was suggesting a way to determine that: find the limit of the first coordinates, find the limit of the second coordinates, etc., form a sequence $x$ with those limits as its coordinates, and then use the definition to show that $x_n\to x$.2012-02-19
  • 0
    What you get is what chessmath answered.2012-02-19
  • 0
    Then you have to show that $|(n+k)/(kn) - 1/k|$ can be estimated uniformly in $k$ as $n\to\infty$.2012-02-19
  • 0
    Thanks for your help @BrianM.Scott and @ abatkai, most appreciated!2012-02-19

2 Answers 2

1

We denote $x^{(n)}$ the sequence of sequences. Then $x_k^{(n)}=\frac{n+k}{kn}=\frac 1k+\frac 1n$, and we can write $x^{(n)}=a^{(n)}+b^{(n)}$ where $a^{(n)}_k=\frac 1k$ for all $n$ and $b_k^{(n)}=\frac 1n$. We have $||b^{(n)}||_{\infty}=\frac 1n$ which converges to $0$ and $a^{(n)}$ doesn't depend on $n$. Denoting this sequence $a$, we can see that $\lim_{n\to\infty}||x^{(n)}-a||_{\infty}=\lim_{n\to\infty}||b^{(n)}||_{\infty}=0$.

  • 0
    Thanks Davide, interesting to see a different way of writing it.2012-02-19
1

Try the limit $(1,1/2,1/3,..., 1/k,...)$.

  • 0
    Thanks for your help, most appreciated.2012-02-19