Consider the linear space $C([a,b])$ for a compact interval $[a,b] \subset \mathbb{R}$.
For $f \in C([a,b])$, let
$$ \lvert \lvert f \rvert \rvert_{1} = \int_{a}^{b} \lvert f \rvert $$
$$ \lvert \lvert f \rvert \rvert_{\infty} = \underset{x \in [a,b]}{\text{max}} \lvert f(x) \rvert$$
Then $\lvert \lvert \cdot \rvert \rvert_{1}$ and $\lvert \lvert \cdot \rvert \rvert_{\infty}$ each define norms on $C([a,b])$.
Show that there is no constant $c \geq 0$ such that $\lvert \lvert f \rvert \rvert_{\infty} \leq c \lvert \lvert f \rvert \rvert_{1}$ for all $f \in C([a,b])$.
My approach is to fix a $ c \geq 0$, and then find a continuous function on $[a,b]$, that may be dependent on $c$, such that
$$ \underset{x \in [a,b]}{\text{max}} \lvert f(x) \rvert > c * \int_{a}^{b} \lvert f \rvert $$
but I am struggling with this. Any help would be appreciated, thank you!