Let's consider sum:
$$L (x_n) = \sum_{n=1}^\infty \sin(n) \cdot (x_n - x_{n+1})$$
For $x_n$ such that $\sum_{n=1}^\infty|x_n| \le 1$
I want to check whether this functional is well defined i.e. to check if $\forall x_n$ this sum exists.
As already was shown here: Maximum of $\sum_{n=1}^\infty \sin(n) \cdot (x_n - x_{n+1})$ we know that $L(x_n)$ is bounded, but I'm not sure how to show that this sum exists for any $x_n$ i.e. to show that for any $x_n$ matching the condition $\sum_{n=1}^\infty|x_n|\le1$ $,L(x_n)$ converges.
I was trying to prove it (combining facts that we have $(x_n - x_{n+1})$ differences which strongly suggests to use Cauchy's theorem and condition on $x_n$ : $\sum_{n=1}^\infty |x_n| \le 1$). But I end up with nothing. Could you please give me a hand with telling if this expression converges for any $x_n$ ?