Consider the following problem. I am looking for the maximum number of different sets that we can generate by one set $B \subseteq \mathbb{R}$ by taking a finite amount of closures and interiors. For example $\{0\}$ generates the sets $\{0\}$ and $\emptyset$. At first I thought the answer was 3 (we can only generate B, the closure of B and the interior of B) because I thought $\overline{B^\circ}=\overline{B}$ and $\overline{B}^\circ=B^\circ$. But then I looked at the example $B=\mathbb{Q}$ and found that $\overline{\mathbb{Q}}^\circ=\mathbb{R}^\circ=\mathbb{R}\neq\emptyset=\mathbb{Q}^\circ$.
This is not what I would expect and I clearly need another method to find that maximum.
- 2,725
-
2Note that both these operations are idempotent, so the only way to achieve actual results is to intertwine them. – Asaf Karagila May 29 '13 at 21:52
-
5This isn't exactly what you're looking for, but it is related (and interesting): Kuratowski's Problem – Jared May 29 '13 at 21:55
-
1As suggested by @Jared's link, have a look at closure and interior repeatedly applied to $B=(0,1)\cup(1,2)\cup {3}\cup([4,5]\cap \mathbb Q)$. – Hagen von Eitzen May 29 '13 at 21:59
-
@Asaf Karagila: I have noticed that too. I even had to proof it in an earlier (easy) exercise. – Michiel Van Couwenberghe May 29 '13 at 22:02
-
1@Jared: indeed related to my question and very interessenting. I'm suprised that the answer is 14 (I would absolutely not guess that answer). – Michiel Van Couwenberghe May 29 '13 at 22:03
-
this is really awesome ! what a surprising result. – Albert May 29 '13 at 22:24
-
3Note that as the Wikipedia article on the 14 set problem says, that $S^\circ = \overline{S^c}^c$ (or $iS = ckcS$), so it seems that the problem reduces to the closure-complement question. – kahen May 29 '13 at 22:32
-
As a complement to your question, you may enjoy taking a look at http://math.stackexchange.com/q/186017/462 and the excellent answers there. – Andrés E. Caicedo May 29 '13 at 22:49
-
A very close question was studied here. – user64494 May 30 '13 at 06:00
2 Answers
The well-known answer to this question is seven distinct sets. Various similar ways of presenting all the possibilities have appeared dating back to Kuratowski’s original 1922 paper. The screenshot below (from my page here) presents a Hasse diagram of the 14 possible sets that can be generated under closure and complement. A different ordering (per Asaf Karagila’s comment above) appears beneath the diagram. Here closure is $k$, complement is $c$ and for example, $kcE$ means “the closure of the complement of $E\hskip1pt$”.
To see how the seven possible closure-interior sets fit into the diagram we need only note (per kahen’s comment above) that interior $i$ equals $ckc$. Thus the seven possible sets are $E$ and $kE$ plus the following five, all of which reside in the left half of the diagram:
- $kckckE=kikE$
- $ckckE=ikE$
- $kckcE=kiE$
- $ckckckcE=ikiE$
- $ckcE=iE$
The identities at the bottom of the screenshot imply:
- $ikikE=ckckckckE=ckckE=ikE$
- $kikiE=kckckckcE=kckcE=kiE$
Thus it is impossible to get more than seven distinct sets under $i$ and $k$.
Hagen von Eitzen’s comment above provides a good seed set for generating all seven possibilities. However if you prefer clicking checkboxes, again here is a link to the page depicted below.
- 1,513
- 10
- 21
Trying with the set $B=(0,1)\cup(1,2)\cup\{3\}\cup([4,5]\cap\mathbb{Q}$ (as suggested by Hagen von Eitzen) gives me that the answer has to be at least 8.
Taking first the closure followed by the interior followed by the closure and so on, gives me 4 extra possibilities.
Starting with the interior instead gives me 3 more possibilities.
Including the set I have started with, I have 8 possibilities. The only question that is left: is it the maximum? I guess so, but to prove it I think a need to find certain relations between the closures and interior so that I can relate them to the two sequences I found with this example. More precisely (if we denote taking an interior by I and taking a closure by C) we have to proof that:
CICIC = CIC and ICIC = IC
Any suggestions for proofing this?
- 2,725
-
1http://at.yorku.ca/p/a/c/a/24.pdf has proofs for these statements. – Henno Brandsma May 30 '13 at 17:55
-
@mvcouwen no, there are only 3 extra possibilities starting with either operation. See my answer below. – mathematrucker Jun 11 '17 at 16:22
-
@HennoBrandsma the link does not appear to be working - could you explain the proof? – user3709 Oct 27 '20 at 09:27
-
1
-
