[example: Failure of Completeness in $C([0,1])$]
Let $U = (0,1) \subset \mathbb{R}$ and consider the space $C([0,1])$ equipped with the norm
\begin{align*}
\|f\|_2 := \left( \int_0^1 |f(t)|^2 \, d\mathcal{L}^1(t) \right)^{1/2}.
\end{align*}
Define the sequence of [continuous](/page/Continuity) functions $f_m: [0,1] \to \mathbb{R}$ by
\begin{align*}
f_m(t) := \begin{cases} 0 & \text{if } 0 \le t \le \tfrac{1}{2}, \\ m(t - \tfrac{1}{2}) & \text{if } \tfrac{1}{2} < t < \tfrac{1}{2} + \tfrac{1}{m}, \\ 1 & \text{if } \tfrac{1}{2} + \tfrac{1}{m} \le t \le 1. \end{cases}
\end{align*}
Each $f_m$ is continuous, so $f_m \in C([0,1])$. We verify that $\{f_m\}$ is Cauchy. For $m < k$, the functions $f_m$ and $f_k$ differ only on the interval $(\tfrac{1}{2}, \tfrac{1}{2} + \tfrac{1}{m})$, where both take values in $[0,1]$. Thus
\begin{align*}
\|f_m - f_k\|_2^2 = \int_{1/2}^{1/2 + 1/m} |f_m(t) - f_k(t)|^2 \, d\mathcal{L}^1(t) \le \int_{1/2}^{1/2 + 1/m} 1 \, d\mathcal{L}^1(t) = \frac{1}{m} \to 0.
\end{align*}
The pointwise limit is $f(t) = \mathbb{1}_{(1/2, 1]}(t)$, the indicator function of $(1/2, 1]$. This function is *not* continuous, so $f \notin C([0,1])$. The sequence is Cauchy but does not converge within the space. The norm $\|\cdot\|_2$ is perfectly well-defined on $C([0,1])$, but the resulting [normed space](/page/Normed%20Vector%20Space) is incomplete.
[/example]