So, I was given the task to prove that the sequence $\{f_k\}\in\mathcal C([0,1],\Bbb R)$ defined by: $$f_k(x)= \begin{cases} 1, & \text{if $x \in [0, \frac 12[$} \\ -2^k(x-\frac 12)+1 , & \text{if $x \in [\frac 12, \frac 12 + \frac {1}{2^k}[$} \\ 0, & \text{if $x \in [\frac 12 + \frac {1}{2^k},1]$} \\ \end{cases} $$ does not converge under the $||•||_1$ norm (I proved already that it is Cauchy).
I'm almost done, the sequence would be of functions whose values are 1 on $[0,\frac 12[$, then a line until it intersects the x-axis on $\frac 12 + \frac {1}{2^k}$, then 0 for the rest of the interval. As $k$ grows, the magnitude of the slope of the line increases, it intersects the x axis before the previous function, and it's value is 0 on a longer interval. So, i saw that this sequence tends to a function that is 1 on $[0, \frac 12]$, and 0 in $[ \frac 12, 1]$, and that cannot be since this function is not continous, thus the sequence does not converge.
So, my proof goes like this:
Assume $f_k \rightarrow f \in \mathcal C([0,1],\Bbb R)$, now assume that $\exists x_0 \in [ \frac 12, 1] \text { such that } f(x_0) \neq 0$, then, since $f$ is continous, $\exists \delta, \forall x \in [x_0- \delta, x_0+\delta], f(x) \neq 0$ $$\int_{x_0- \delta}^{x_0+ \delta} |f(x)|dx \gt 0$$ Now I have to prove somehow that this implies the existence of a lower bound for $||f_k-f||_1$, Impliying that f can not be the limit. Then, we have that the previous assumption is wrong, so $\forall x \in [ \frac 12, 1] f(x_0)=0$, this contradicts the countinuity of $f$, proving by contradiction that such an f does not exist.