6

$\newcommand{\bd}{\operatorname{bd}}$Prove that the $\bd(\bd(\bd(W)))=\bd(\bd(W))$ where $W$ is a subset of the topological space $(X,\mathscr{T})$.

dfeuer
  • 9,069

3 Answers3

5

A set $A$ is equal to its own boundary if and only if it is closed and is contained in the closure of its complement. Now you only need to prove that this property is satisfied by the set in question.

3

$\DeclareMathOperator{\bd}{bd}$Prove that:

  1. if $W$ is any subset of $X$, then $\bd(W)$ is closed;
  2. if $Y$ is any closed subset of $X$, then $\bd(\bd(Y)) = \bd(Y)$.
dfeuer
  • 9,069
Ted
  • 33,788
1

$\DeclareMathOperator{\cl}{cl} \DeclareMathOperator{\Int}{in} \DeclareMathOperator{\bd}{bd}$I will denote closure by $\cl$ and interior by $\Int$.

$\bd(W)=\cl(W)-\Int(W)$, so

$$\eqalign{\bd(\bd(W))&=\cl(\cl(W))-\Int(\Int(W))-\Int(\cl(W)-\Int(W))\cr&= \cl(W)-\Int(W)-\Int(\cl(W)-\Int(W)),}$$ but $$\eqalign{\bd(\bd(\bd(W)))&=\cl(\cl(W)-\Int(W)-\Int(\cl(W)-\Int(W)))\cr&-\Int(\cl(W)-\Int(W)-\Int(\cl(W)-\Int(W)))\cr &=\cl(W)-\Int(W)-\Int(\cl(W)-\Int(W))\cr&-(\Int(\cl(W)-\Int(W))+\Int(\cl(W)-\Int(W))\cr &=\cl(W)-\Int(W)-\Int(\cl(W)-\Int(W))\cr &=\bd(\bd(W)).}$$

dfeuer
  • 9,069
Kerry
  • 2,286