let When X=[-1,1] endowed with standard distance. I want to show that if $T: X \rightarrow X$, defined by $T(x) = sin(x)$ is a contraction mapping?
Here's what I've done:
Suppose $T(x)$ is a contraction mapping, then $|T(x) - T(y) \leq c|x-y|$ and so $|(T(y) - T(x))/(y-x)| \leq c$ where$ c \in [0,1) $and all $x,y \in [-1,1]$. Since T is differentiable, by mean value theorem, we can have $\lim_{y\rightarrow x}|(T(y)-T(x))/(y-x)| \leq c$ and so$ |T(x)| \leq c <1$ for all $x \in [-1,1] $
Then I take$ T'(0) = cos(0) =1$. So I got contradiction and it's not contraction mapping.
Is this correct?
Note that $\lim_{x \to 0} {f(x)-f(0) \over x-0} = \cos 0 = 1$, hence it is not a contraction map.
In particular, for any $K \in (0,1)$ there is some $x$ such that $|f(x)-f(0 ) |> K|x-0|$.
Addendum: If $f = \cos$ then $f:[-1,1] \to [-1,1]$ and with $K=\max_{|x| \le 1} |\cos' x| = \sin 1 <1$, we see that $f$ is a contraction map.