I am solving the following problem and its parts.
Let (C[0,1],$d_\infty$) be the metric space of continuous functions on [0,1] where the distance function is defined by
$d_\infty(f,g)=\sup_{x∈[0,1]}|f(x)−g(x)|. $
Let $T : (C[0, 1], d_\infty)\to (C[0, 1],d_\infty$) be defined by
$(Tf)(x)=\int_0^xf(t)dt$
Prove that:
T is not a contraction, i.e. there does not exist 0 < K < 1 such that $d_\infty(T f, T g)\leq K · d_\infty(f, g)$ holds for any $f,g ∈ C[0,1]$.
Ive tried an example but I haven't really got anywhere. My work is as follows:
$$f'(t)=\int_0^xtdt=\frac{x^2}{2}=F(x)-F(0)$$ so we pick $t$ & $t^2$ such that $d$($t$,$t^2$)=sup[$t$-$t^2$] with max value = $\frac{1}{4}$ and $d$(T$t$,T$t^2$)=sup[$\frac{t^2}{2}-\frac{t^3}{3}$] with max value =.167