How to Show Any Finite Subset of a Metric Space is Closed – Metric Spaces

metric-spaces

let $(X,d)$ be a metric space. How I can show that any finite subset of $X$ is closed.

Can a finite subset of $X$ be open ?


Definitions:

  • a set $F\subseteq X$ is closed (in$(X,d)$) if $\bar F =F$.
  • a set $U\subseteq X$ is open (in$(X,d)$) if $U^o=U$

Best Answer

For an approach even more basic than Andrew Salmon’s, let $\langle X,d\rangle$ be a metric space, and let $F$ be any finite subset of $X$. The empty set is closed by definition, so we might as well assume that $F\ne\varnothing$. Now suppose that $x\in X\setminus F$, and let $r_x=\min\{d(x,y):y\in F\}$. Then $r_x>0$ (why?); what can you say about $B(x,r_x)$, the open ball of radius $r_x$ centred at $x$?

Yes, a finite set in a metric space can be open. First, the empty set is always open. Other than that, though, it depends on the space. No finite, non-empty subset of $\Bbb R^n$ is open, for instance, for any $n\in\Bbb Z^+$. However, if $X$ is any set at all, the function $d:X\times X\to\Bbb R$ defined by

$$d(x,y)=\begin{cases}1,&\text{if }x\ne y\\0,&\text{if }x=y\end{cases}$$

is a metric, often called the discrete metric, and every subset of $X$ is open.