$f( x ):=\sum_{i=1}^{\infty}x( i ) / i $
I would like to prove that f is a continuous functional in sequence space l2.
I tried using the usual epsilon-delta approach, but I cannot seem to find a relation between epsilon and delta so that
$\left \| f(x_{n})-f(x) \right \|_2<g(\delta)$
(where g() is some function of $\delta$, which allows relating $\delta$ to $\epsilon$.
The only relation I get is the unbounded
$\left \| f(x_{n})-f(x) \right \|_2<\sum_{i=1}^{\infty}\delta$
Any advice on how to achieve this or what I am doing wrong?
following the useful suggestions in the comments) Using the comments from @Gae. S and @amsmath and I arrived at the following:
$\left \| f(x_{n})-f(x) \right \|_1=\left \|\sum_{i=1}^{\infty}(x_n( i )-x( i )) / i \right \|_1 \leq \sum_{i=1}^{\infty}\left|x_n( i )-x( i ))\right| / i \leq (\sum_{i=1}^{\infty}\left|x_n( i )-x( i ))\right|^{2})^{1/2} (\sum_{i=1}^{\infty}\left| 1/i\right|^{2})^{1/2}\leq \delta (\pi/6)^{1/2} $
Hence we can set $\delta$ to equal $\delta=\epsilon(6/\pi)^{1/2} $ and showed that f is a continuous functional in l2.