Closure and Complements, Oh my!

In the set A = ( , 0 ) { 1 } [ 2 , 3 ) ( 3 , 4 ] R , A = (-\infty, 0) \cup \lbrace 1 \rbrace \cup [2,3)\cup(3,4] \subset \mathbb{R}, how many distinct sets ( ( including A A itself ) ) can be formed using only the closure and complement operations?


Clarification:

  • The closure of a set B B is the smallest closed set containing B . B. For example, the closure of [1,5) is [1, 5].
  • The complement of a set B B is the set of all elements not in B . B. The complement of ( , 5 ] (-\infty, 5] is ( 5 , ) . (5, \infty).


The answer is 10.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Mark Hennings
May 7, 2017

Let X \overline{X} be the closure of a set X X , and let X X^\circ be the interior of the set X X . Note that X = X \overline{\overline{X}} =\overline{X} and that ( X ) = X (X^\circ)^\circ = X^\circ . If we consider the operations of taking the closure and the interior, we can only obtain new sets by applying them alternately.

In addition, if Y = ( X ) Y = (\overline{X})^\circ , then ( Y ) = Y (\overline{Y})^\circ = Y . To see this note that Y Y is an open set contained in Y \overline{Y} , and hence Y ( Y ) Y \subseteq (\overline{Y})^\circ . On the other hand Y X Y \subseteq \overline{X} , so Y X \overline{Y} \subseteq \overline{X} , and hence ( Y ) ( X ) = Y (\overline{Y})^\circ \subseteq (\overline{X})^\circ = Y .

Similarly, if Y = X Y = \overline{X^\circ} , then Y = Y \overline{Y^\circ} = Y .

Thus there are at most 7 7 sets that can be formed from any set A A by the operations of taking the interior and the closure, namely ( A ) , A , A , A , A , ( A ) , ( A ) \big(\overline{A^\circ}\big)^\circ\;,\; \overline{A^\circ}\;,\; A^\circ\;,\; A\;,\; \overline{A}\;,\;\big(\overline{A}\big)^\circ\;,\; \overline{\big(\overline{A}\big)^\circ} If we are allowed to take complements as well, we can also construct the complements of each of these 7 7 sets, making a total of 14 14 sets in all. Note that the interior of a set is the complement of the closure of the complement of that set, and so being able to take closures and complements allows us to take interiors as well.

However, in this case, while the sets ( A ) \big(\overline{A^\circ}\big)^\circ , A \overline{A^\circ} , A A^\circ , A A , A \overline{A} are distinct, we see that ( A ) = ( A ) = ( , 0 ) ( 2 , 4 ) ( A ) = A = ( , 0 ] [ 2 , 4 ] \big(\overline{A}\big)^\circ = \big(\overline{A^\circ}\big)^\circ = (-\infty,0)\cup(2,4) \hspace{2cm} \overline{\big(\overline{A}\big)^\circ} = \overline{A^\circ} = (-\infty,0] \cup [2,4] Thus we can form 5 5 different sets using the operations of interior and closure. These sets are all bounded above, while their complements are unbounded above. Including complements gives us another 5 5 sets. Thus we have a total of 10 \boxed{10} different sets.

The largest number of sets that can be formed is 14 14 . This number can be achieved by starting, for example, with the set A = ( , 0 ) { 1 } [ 2 , 3 ) ( 3 , 4 ] ( ( 5 , 6 ) Q ) A \; = \; (-\infty,0) \cup \{1\} \cup [2,3) \cup (3,4] \cup \big((5,6)\cap\mathbb{Q}\big)

Your solution is more general than mine, as the 14-set theorem is what inspired this question!

M M - 4 years, 1 month ago
M M
May 6, 2017

Relevant wiki: Closed Sets

I will denote "The closure of A" as A \overline{A} and "The complement of A" as R A \mathbb{R} - A

First note that the closure of the closure of a set is equal to the closure of a set (since the closure is itself closed), so applying a closure twice in a row does not produce a new set. Additionally note that the complement of the complement of a set is equal to the original set, so applying a complement twice in a row does not produce a new set either. All distinct sets that we can form can be created by applying the closure and the complement operations alternately.

So, starting with applying a closure and alternating between closure and complement, we have:

  1. A itself
  2. A = ( , 0 ] { 1 } [ 2 , 4 ] \overline{A} = (-\infty, 0] \cup \lbrace 1 \rbrace \cup [2, 4]
  3. X A = ( 0 , 1 ) ( 1 , 2 ) ( 4 , ) X - \overline{A} = (0, 1) \cup (1, 2) \cup (4, \infty)
  4. X A = [ 0 , 2 ] [ 4 , ) \overline{X - \overline{A}} = [0, 2] \cup [4, \infty)
  5. X X A = ( , 0 ) ( 2 , 4 ) X - \overline{X - \overline{A}} = (-\infty, 0) \cup (2, 4)
  6. X X A = ( , 0 ] [ 2 , 4 ] \overline{X - \overline{X - \overline{A}}} = (-\infty, 0]\cup [2, 4]
  7. X X X A = ( 0 , 2 ) ( 4 , ) X - \overline{X - \overline{X - \overline{A}}} = (0, 2) \cup (4, \infty)

Note that applying the closure operation returns us to step 4 after which we will be in an infinite loop, alternating closure and complement.

But we can arrive at a few more sets by starting by taking the complement, and then continuing closure / complement / closure:

  1. X A X - A = [ 0 , 1 ) ( 1 , 2 ) { 3 } ( 4 , ) [0,1)\cup(1,2)\cup\lbrace 3 \rbrace \cup (4, \infty)
  2. X A \overline{X - A} = [ 0 , 2 ] { 3 } [ 4 , ) [0,2]\cup\lbrace 3 \rbrace \cup [4, \infty)
  3. X X A X - \overline{X - A} = ( , 0 ) ( 2 , 3 ) ( 3 , 4 ) (-\infty, 0)\cup(2,3)\cup(3,4)

Following this, taking a closure will lead to the same set as #6, and we are done.

Note that in LaTeX, the symbol for infinity is \infty (\infty).

Jon Haussmann - 4 years, 1 month ago

Log in to reply

Thanks! I knew I was missing something.

M M - 4 years, 1 month ago

First, if X X is one of the sets then its complement X X X' \not= X is also one of the sets. Therefore we can divide the sets into complementary pairs. This implies that the answer is an even number/

Next, since ( X ) = ( X ) (X')^- = (X^\circ)' , we are essentially allowed to make both closures and interiors of the pairs of sets.

Also, taking two closures successively or two interiors successively has no effect.

Therefore we study the two sequences X , X , ( X ) , ( ( X ) ) , and X , X , ( X ) , ( ( X ) ) , X, X^-, (X^-)^\circ, ((X^-)^\circ)^-, \dots\ \ \ \ \text{and}\ \ \ \ X, X^\circ, (X^\circ)^-, ((X^\circ)^-)^\circ, \dots

Thus we have X = , 0 { 1 } [ 2 , 3 3 , 4 ] ; X = , 0 ] { 1 } [ 2 , 4 ] ; ( X ) = , 0 2 , 4 ; ( ( X ) ) = , 0 ] [ 2 , 4 ] ; X = \langle -\infty,0\rangle \cup \{1\} \cup [2,3\rangle \cup \langle 3, 4]; \\ X^- = \langle -\infty,0] \cup \{1\} \cup [2,4]; \\ (X^-)^\circ = \langle -\infty,0\rangle \cup \langle 2,4 \rangle; \\ ((X^-)^\circ)^- = \langle -\infty,0] \cup [2,4]; continuing this does not generate any new sets. And X = , 0 2 , 3 3 , 4 ; ( X ) = , 0 ] [ 2 , 4 ] ; X^\circ = \langle -\infty,0\rangle \cup \langle 2,3\rangle \cup \langle 3, 4\rangle; \\ (X^\circ)^- = \langle -\infty,0] \cup [2,4]; but we already generated this set in the first sequence. Therefore these are the five different sets that can be obtained by closure and interior; add their five complements, and everything is also closed under taking complements. Thus the answer is five pairs of two sets, or 10 \boxed{10} sets.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...