I have a question about the proof of Morera's theorem as presented in Conway's text volume I.
Let $G$ be a region and let $ f:G \to \mathbb{C} $ be a continuous function.
Fix $ z_o$ in $G$. Then for any $z \in G$, let $[z_o,z]$ denote a line segment from $ z_o$ to $z$.
Then,
$$\bigg| \frac{1}{z-z_o} \int_{[z_o,z]} [f(w)-f(z_o)] dw \bigg|\leq |f(z)-f(z_o)|$$
I want to ask how to establish that inequality, my attempt is this, I know that
$$\bigg| \frac{1}{z-z_o} \int_{[z_o,z]} [f(w)-f(z_o)] dw \bigg|\leq \frac{V([z_o,z])}{|z-z_o|}~ \text{sup}\{ ~|f(w)-f(z_o)| : w \in [z_o,z] ~\} $$
where $ V([z_o,z]) $ is the length of $ [z_o,z]$.
So,
$$\bigg| \frac{1}{z-z_o} \int_{[z_o,z]} [f(w)-f(z_o)] dw \bigg| \leq \text{sup}\{ ~|f(w)-f(z_o)| : w \in [z_o,z] ~\} $$
I can't show that $$\text{sup}\{ ~|f(w)-f(z_o)| : w \in [z_o,z] ~\} \leq |f(z)-f(z_o)| $$
just by the continuity of $f$.
I feel that I'm just missing some simple detail to show this. thank you.