I have an operator $A: \ell_1 \to \ell_1, Ax = (x_1+x_2, x_1-x_2, x_3,...,x_k,...)$
AFAIK, norm of $\ell_1$ is $\sum_{n=1}^{\infty}|x_n|$
How to find a norm of this operator?
I have an operator $A: \ell_1 \to \ell_1, Ax = (x_1+x_2, x_1-x_2, x_3,...,x_k,...)$
AFAIK, norm of $\ell_1$ is $\sum_{n=1}^{\infty}|x_n|$
How to find a norm of this operator?
Hint
\begin{align*} \newcommand{\norm}[1]{\left\| #1 \right\|_1} \newcommand{\abs}[1]{\left| #1 \right|} \left\| A \right\| &= \sup_{x \in \ell^1} \frac{\norm{Ax}}{\norm{x}} \\ &= \sup_{x \in \ell^1} \frac{\abs{x_1 + x_2} + \abs{x_1 - x_2} + \displaystyle \sum_{i=3}^ \infty |x_i|} {\abs{x_1} + \abs{x_2} + \displaystyle \sum_{i=3}^\infty |x_i|} \\ &= \sup_{x, y, z \in \mathbb{R}} \frac{\abs{x + y} + \abs{x - y} + \abs{z}} {\abs{x} + \abs{y} + \abs{z}} \end{align*}
Further Hint
Triangle inequality: $|x + y| + |x - y| \le 2|x| + 2|y|$
Now try $x, y, z = 1, 0, 0$.