Let $T$ be the following operator on $C[0,1]$: $$(Tu)(t) = u(0) + \lambda\int_0^t u(\tau)d\tau$$ where $\lambda \in (-1,1) \subset \mathbb{R}$. Then I need to show $T$ is a contraction. So I need
$$||Tu - Tv|| \leq c||u-v||,$$
equivalently,
$$\max_{0\leq t\leq 1}\left|u(0) - v(0) + \lambda\int_0^t (u-v)(\tau) d\tau\right| \leq c \max_{0\leq t \leq 1} |(u-v)(t)|,$$
but I don't know what to do with the left-hand side, and I don't know if there's a convenient constant $c$ to pick ahead of time or if the right $c$ will fall out of the proof.