If $X$ is a metric space, $\mathcal B$ is the Borel $\sigma$-algebra, and $\mu$ is a measure on $(X, \mathcal B)$, then the $support$ of $\mu$ is the smallest closed set $F$ such that $\mu(F^c) = 0$. Show that if $F$ is a closed subset of $[0,1]$, then there exists a finite measure on $[0,1]$ whose support is $F$.
My Solution:
Let $F$ be a closed subset of $[0,1]$ and $\mu_F$ be defined by $\mu_F(B) = m(B \cap F)$ for any $B \in \mathcal B_{[0,1]}$. Since $F$ is a closed subset of $[0,1]$, it is in $\mathcal B_{[0,1]}$ and $\mu_F$ is a measure. The measure is finite since $\mu_F([0,1]) = m([0,1] \cap F) \leq m([0,1]) = 1$ and since $\mu_F(F^c) = m(F^c\cap F) = m(\emptyset) = 0$, the support of $\mu_F$ is $F$.
My questions:
Why do we need the condition that $X$ is a metric space to define the support?
Is my answer correct?