For any subset A of a given metric space, closure of A is
A) open B) closed C) neither open nor closed D) none
I think that none of the above options are correct. It should be either open or closed
For any subset A of a given metric space, closure of A is
A) open B) closed C) neither open nor closed D) none
I think that none of the above options are correct. It should be either open or closed
The closure of a set $A$, by definition, is the smallest closed subset of the metric space (or topological space) which contains $A$. So the closure of $A$ is a closed set.
Let $(X,d)$ be the metric space with metric $d$.
Let $A \subset X$ be any subset of $X$.
Then closure is defined as union of $A$ and it's limit points.
This means closure of $A$ contains all it's limit points in $X$.
But according to the definition of closed sets, we know that the closed sets are those who contain all their limit points.
So we conclude that closure of $A$ is a closed set in $X$.
EDIT : Lemma : Limit points of $A$ and $cl(A)$ are same.
proof : We show that $D(A) \subset D(cl(A))$ and $D(cl(A)) \subset D(A)$. This will imply $D(A)=D(cl(A))$
Let $y \in D(A)$. Then there exists a sequence $\{y_n\}$ in $A$ such that $y_n \to y$. Since $cl(A)=A \cup D(A)$, we see $y \in cl(A)$ as well as $y_n \in cl(A) \; \forall n.$ Hence $y$ is a limit point of $cl(A)$. That is $y \in D(cl(A)).$ This gives $D(A) \subset D(cl(A))$.
Now let $y \in D(cl(A))$. Then there exists a sequence $\{y_n\}$ in $cl(A)$ such that $y_n \to y$. We have $y_n \in cl(A)=A \cup D(A) \; \forall n.$ If infinitely many $y_n$ are in $A$ as well as $D(A)$. Then we can consider subsequence $y_{n_k}$ of those in $A$. So $y \in D(A)$. If all terms of $y_n$ are in $D(A)$, then $y \in D(D(A))$. It is an excercise to show that $D(D(A)) \subset D(A) \Rightarrow y \in D(A)$.
This gives $D(cl(A)) \subset D(A).$
Hence completes the proof.
Note - I provided proof for the fourth line in my explanation above as suggested by @fleablood in the comments.