Trying to sure up some holes in my proof for the following:
Let $I=[0,1]$ and define $T:C(I)\rightarrow C(I)$ by $$(Tf)(x)=x+\int_{0}^{x}(x-t)f(t)dt \quad \bigl(x\in I, f\in C(I)\bigr).$$
Show that $T$ is a contraction on $C(I)$ (with uniform metric).
$$\begin{align} \bigl\lvert(Tf)(x)-(Tg)(x)\bigr\rvert &= \biggl\lvert x+\int_{0}^{x}(x-t)f(t)dt-x+\int_{0}^{x}(x-t)g(t)dt\biggr\rvert \\ &= \biggl\lvert\int_{0}^{x}(x-t)f(t)dt-\int_{0}^{x}(x-t)g(t)dt\biggr\rvert \\ &\le d_\infty(f,g)\int_{0}^{x}(x-t)dt$ \end{align}$$ [can someone explain succinctly why this particular step is true].
Clearly, $\int_{0}^{x}(x-t)dt$ evaluates to a number between 0 and 1/2 (since $x\in I$) leading to $\lvert(Tf)(x)-(Tg)(x)\rvert\le \frac{1}{2}d_\infty(f,g)\Longrightarrow T$ is a contraction on $C(I)$.
Does this look to be adequate?
By definition, we know that T has a unique fixed point. My book claims it is $\sinh(x)$. How do I show this?
The step in question is why does it follow that \begin{align*} \left | \int_0^x (x-t) f(t) dt - \int_0^x (x - t) g(t) dt \right | \leq d_\infty(f,g) \int_0^x (x-t) dt. \end{align*} This follows easily from the defintion of $d_\infty(f,g) = \sup_{s \in [0,1]}|f(s) - g(s)|$ and the the estimate \begin{align*} \left | \int_0^x (x-t) f(t) dt - \int_0^x (x - t) g(t) dt \right | &= \left | \int_0^x (x-t) [f(t) - g(t)] dt\right | \\ &\leq \int_0^x (x-t) |f(t) - g(t)| dt \\ &\leq \int_0^x (x-t) \sup_{s \in [0,1]}|f(s) - g(s)| dt \\ &= d_\infty(f,g) \int_0^x (x-t)dt. \end{align*} To see that the fixed point $f(x) = \sinh x$, observe that a fixed point satisfies (by definition) \begin{align*} f(x) = x + \int_0^x (x-t) f(x) dx. \end{align*} Differentiating the above expression twice and using the fundamental theorem of calculus yield \begin{align*} f''(x) = f(x). \end{align*} Moreover, $f(0) = 0$, and $f'(0) = 1$. The general solution to the above ODE is $f(x) = a e^x + b e^{-x}$ for some constants $a,b$. The initial conditions $f(0) = 0$, $f'(0) = 1$ imply that $a = 1/2$, $b = -1/2$ so that \begin{align*} f(x) = \frac{1}{2} e^x - \frac{1}{2} e^{-x} = \sinh x. \end{align*}