I want to find supremum of |L| where $$L = \sum_{n=1}^\infty sin(n)\cdot (x_n - x_{n+1})$$ where $x_n$ is such a sequence that $\sum_{n=1}^\infty |x_n| \le 1$.
My work so far
Let's expand expression of $|L|$ to get more knowledge about possible candidates for maximum.
$$|L| = |\sum_{n=1}^\infty sin(n)\cdot (x_n - x_{n+1})|\le\sum_{n=1}^\infty |sin(n)\cdot (x_n - x_{n+1})|\le$$ $$\le\sum_{n=1}^\infty |(x_n - x_{n+1})|$$
And here I'm not sure what to do next. I'm sure I have to somehow use that $\sum_{n=1}^\infty|x_n| \le 1$ but I don't see how it can be forced in expression $\sum_{n=1}^\infty|x_n-x_{n+1}|$. Could you give me a hint how to bound this expression to obtain maximum ?
EDIT
Due to the hints mentioned in comment section I got that:
$$|L| \le \sum_{n=1}^\infty|x_n - x_{n+1}| \le \sum_{n=1}^\infty |x_n| + |x_{n+1}| \le 2$$
So the candidate for my supremum is $2$. But to prove it I have to point exactly the sequence $x_n$ such that $\sum_{n=1}^\infty |x_n| \le 1$ and $|L| = 2$. Am I correct ? If so, could you please also give a hint how to choose this sequence ? I tried to choose $\frac{1}{2^n}$ but value of L is far away from $2$
$$\sum_{n=1}^\infty |x_n - x_{n+1}| \le \sum_{n=1}^\infty |x_n| + |x_{n+1}|$$
and then continue in the obvious way from there?
– PrincessEev Mar 16 '21 at 22:45