Prove/Disprove: for all closed $S\subseteq\mathbb{R}^n$, there exists some $A\subseteq\mathbb{R}^n$ s.t $$\partial A=S$$ I've tried defining $$A=\partial S\uplus\left(\mathbb{Q}^{n}\cap\text{int}(S)\right)$$ because intuitively it feels to me like it would satisfy the equality, but i did not succeed in proving that $\partial A=S$.
Asked
Active
Viewed 113 times
5
1 Answers
3
Can you verify the following two facts?
(i) The set $A$ as you defined has empty interior.
(ii) The closure of the set $\mathbb{Q}^n \cap \mathrm{int}(S)$ is the closure of $\mathrm{int}(S)$.
Then you can conclude as follows: $$ \partial A = \bar{A} \backslash \mathrm{int}(A) = \bar{A} = \overline{\partial S \cup (\mathbb{Q}^n \cap \mathrm{int}(S))} = \overline{\partial S} \cup \overline{\mathbb{Q}^n \cap \mathrm{int}(S)} = \partial S \cup \overline{\mathrm{int}(S)} = S. $$
If you'd like to see a proof of the two facts, I'll gladly add them.
Florian R
- 1,257
Although I see Florian has given a proof that your answer works.
– Brandon du Preez Dec 30 '21 at 15:05