We have the map $P(f,g)=f+g$, $C[0,1]^2 \rightarrow C[0,1]$, now I want to prove that it is continuous on $L^1$ metric.
The outline is find $\delta$, such that $d_1(d_1(f_1,g_1),d_1(f_2,g_2))<\delta$ implies $d_1(P(f_1,g_1),P(f_2,g_2))<\epsilon$.
I got $\left|\int_0^1|(f_1(t)-f_2(t))|\,\mathrm{d}t-\int_0^1|(g_1(t)-g_2(t))|\,\mathrm{d}t\right|$ for the left expression, and $\int_0^1|(f_1(t)-f_2(t))+(g_1(t)-g_2(t))|\,\mathrm{d}t$ for the right expression. However, using the triangle inequality, the inequality is opposite from the desired direction. Where is the mistake? It is because the definition for L1 is incorrect, or a different technique should be applied?