Given two nonempty closed sets $C$ and $D$, the set $C-D$ is defined by $$ C-D=\{x-y|x \in C, y \in D\}. $$ Is the set $C-D$ closed? Here is my proof:
Take $\{x_i\} \subseteq C$ satisfy $x_i \to x$, and $\{y_i\} \subseteq D$ satisfy $y_i \to y$, then we have $z_i=x_i-y_i \in C-D$ and $z_i \to x-y \in C-D$, thus, we can conclude that $C-D$ is closed. I know the conclusion is not right, but I do not know where I make some mistakes?