The vector space of continuous functions on $[0,1]$ can be given the two metrics
$d_\infty(f,g)=\text{sup}_{x\in[0,1]}|f(x)-g(x)|$ and $d_1(f,g)=\int^1_0|f(x)-g(x)|dx$.
Are these two metrics equivalent?
I know how to show two metrics are equivalent in general, so we need to show every set of functions that is open in $([0,1],d_\infty)$ is open in $([0,1],d_1)$ and vice versa.
More specifically, let $X\in[0,1]$ be open in $([0,1],d_\infty)$. Then $X=$ int$X$ and it implies that $\forall f\in X, \exists r_\infty>0$ such that $B_{r_\infty}(x)\subset X$, which is to show that $\forall f\in X, \exists r_\infty>0$ such that $\{g\in X:\text{sup}_{x\in[0,1]}|f(x)-g(x)|<r_\infty\}$. And we need to show that $\forall f\in X, \exists r_1>0$ such that $\{g\in X:\int^1_0|f(x)-g(x)|<r_1\}$.
But I have little clue in showing how can we get from $\{g\in X:\text{sup}_{x\in[0,1]}|f(x)-g(x)|<r_\infty\}$ to $\{g\in X:\int^1_0|f(x)-g(x)|<r_1\}$. I am not very good in working with continuous functions.
Can anyone please give some hints or some direction that I can work on?
Thanks very much!