Given any (fixed) element $x\in l_1$, show that the sequence $x ^{\left( k \right)} = \left( x _{1} , . . . , x _{k} , 0 , . . . \right)\in l_1$ (i.e. the first $k$ terms of $x$ followed by all $0s$) converges to x in $l_1-norm$. Show that the same holds true in $l_2$, and gives an example showing that it fails in $l_ {\infty}$.
$l_1-norm = \sum_{n=1}^{\infty}|x_n|$
$l_p$ is the collection of all real sequences $x=(x_n)$ for which $\sum _{n=1}^{\infty }|x_n|^p < {\infty }$.
$l_{\infty}$ is the collection of all bounded real sequences.
Actually, I did't understand this question. I didn't know what the limit x is. So, I didn't know how to prove this problem.
The question is asking you to prove that the sequence $x^{(k)}$ converges to $x$ in the sense that for every $\epsilon > 0$, $||x-x^{(k)}||_{l_1} < \epsilon$ for all $k$ past a certain point.
Note $||x-x^{(k)}||_{l_1} = \sum_{n=k+1}^{\infty} x_n$. But we are given $x \in l_1$ so that $\sum_{n=1}^{\infty} x_n$ converges. What does this tell you about sums of the form $\sum_{n=k+1}^{\infty} x_n$ for large $k$?