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)
For $(2)$ you got that if $Tx = x$ then $$x = (1-\|x\|_2, 1-\|x\|_2, \ldots)$$
so $$+\infty > \|x\|_2^2 = \sum_{n=1}^\infty (1-\|x\|_2)^2$$ The only way this series converges is if $1-\|x\|_2 = 0$, or $\|x\|_2 = 1$, so $x = (1,1,1\ldots )$. But then clearly $\|x\|_2 = +\infty$ and not $1$ so this is a contradiction.
To show that $T$ is actually a map $K \to K$, take $x \in K$ and we claim that $Tx \in K$ as well.
Since $\|x\|_2 \le 1$ we have $1-\|x\|_2 \ge 0$ so
\begin{align} \|Tx\|_2^2 &= (1-\|x\|_2)^2 + \sum_{n=1}^\infty |x_n|^2 \\ &= (1-\|x\|_2)^2 + \|x\|_2^2 \\ &\le (1-\|x\|_2)^2 + 2(1-\|x\|_2)\|x\|_2 + \|x\|_2^2 \\ &= (1-\|x\|_2+\|x\|_2)^2 \\ &= 1 \end{align}
which means $\|Tx\|_2 \le 1$.
Also clearly all coordinates of $$Tx = (1-\|x\|_2, x_1, x_2, \ldots)$$ are nonnegative since $x_n \ge 0, \forall n \in \mathbb{N}$ and $1-\|x\|_2 \ge 0$.
Therefore $Tx \in K$.