Let $(X, d)$ be a metric space and $(\overline{X}, \overline{d})$ its completion. If I have a finite covering of $X = \bigcup_i B(x_i, \delta)$, would this also be a covering of the completion of the metric space?
I would say yes. I tried something like this:
Let $\overline{x}:=(x_n)_n \in \overline{X}$. Then for $\epsilon > 0$ we have $N \in \mathbb{N}$, so that for $m \geq N$ $d(x_N, x_m) < \epsilon$ holds because it's a Cauchy sequence. Then this $x_N$ is within $\delta$-distance of some $x_i$ in our covering, so we have $d(x_i, x_N) < \delta$. Then
$d(x_i, \overline{x}) = \lim_{n \rightarrow \infty}d (x_i, x_n) < \lim_{n \rightarrow \infty} d(x_i, x_N) + d(x_N, x_i) < \delta + \epsilon$
For $\epsilon \rightarrow 0$ our covering holds?