Consider $C[0,1]$ with metrics $d_1$ and $d_2$ where $$d_1(f,g)=\int_0^1 \vert f(x)-g(x) \vert dx$$ and
$$d_2(f,g)=\Big(\int_0^1 \vert f(x)-g(x) \vert^2 dx\Big)^\frac{1}{2}$$
Let $id$ be the identity map of $C[0, 1]$ onto itself
Then $id:(C[0,1],d_2) \rightarrow (C[0,1],d_1)$ is continuous
Here's my try:
$\vert f(x)-g(x) \vert \in [0,1]$ implies $\vert f(x)-g(x) \vert^2 \leq \vert f(x)-g(x) \vert$
Hence $d_1(f,g) \leq d_2(f,g)$ and so the $id$ is Lipchitz of constant $1$, continuity follows!
Is this correct?
Your proof is not correct. The standard proof uses Hölder's / Cauchy-Schwarz inequality $$\left|\int_0^1 FG \, dx\right|\le \left(\int_0^1 F^2\, dx\right)^\frac12\left(\int_0^1 G^2\, dx\right)^\frac12$$ with $F=|f-g|$ and $G=1$.