Let $(M,d)$ be a metric space and $X \subset M$, with $X$ being a dense set in $M$.
a) Show that $d(p,X)=0$, $\forall p \in M$
b) Show that if $M$ is a limited set, then $\operatorname{diam}(M)=\operatorname{diam}(X)$
c) Let $(x_n) \subset M$ be a sequence. Proof that if $\exists p \in M$ that $\lim\limits_{n \to \infty} d(x_n,x)=d(p,x)$, $\forall x \in X$, then $x_n \to p$.
My thoughts for a):
Since $\forall p \in M$ and $\forall \varepsilon > 0$, we have $B(p,\varepsilon)\cap X \not= \emptyset$, let $\varepsilon = \frac{1}{n}, n \in \mathbb{N}$.
It follows that for any $p \in M$, we have an $x_n \in X$ that $d(p,x_n)< \frac{1}{n}$.
So $d(p,X) = \inf\bigl\{\frac{1}{n}, n \in \mathbb{N}\bigr\} = 0, \forall p \in M$. (right?)
For b) and c) I can't think anything to proceed. Any leads?