Let $$K=\{x=(x(n))_n\in l_2(\mathbb{N}):\|x\|_2\le 1\ \text{ and } x(n)\ge 0 \text{ for all } n\in \mathbb{N} \}$$ and define $T:K\to c_0$ by $T(x)=(1-\|x\|_2,x(1),x(2),\ldots)$. Prove :
(1) $T$ is self map on $K$ and $\|Tx-Ty\|_2\le \sqrt{2} \|x-y\|_2$
(2) $T $ does not have fixed points in $K$
my attempt
for (2):
suppose $T$ have fixed point i.e., $Tx=x$
then $(1-\|x\|_2, x(1),x(2),\ldots)=(x(1),x(2),\ldots)$
then $x(1)=1-\|x\|_2, x(2)=x(1), x(3)=x(2),\ldots$
$$\therefore \|x\|_2 =\left(\sum ^n_{n=\infty} |x(n)|^2\right)^\frac{1}{2} = \left(\sum ^n_{n=\infty} (1-\|x\|_2)^2\right)^\frac{1}{2}$$
but how to prove this $x$ is not in $K$?
how to prove (1)