Exercise 1.1.1 (Boolean closure)

Let E,F d be elementary sets. Show that their union E F, intersection E F, the difference E F and the symmetric difference EΔF are also elementary. Show that for any x d the translate E + x is also an elementary set.

Answers

Proof. By definition, we can represent both sets as unions E = i = 1 n E k and F = j = 1 k F j for some boxes E 1 , , E k and F 1 , , F k in R d .

(i)
The first assertion is obvious. Denote C l : = E l for 1 l n and C l + n : = F l for 1 l k . Then obviously E F = l = 1 n + k C l and since C l s are boxes, E F must be elementary by definition.
(ii)
The best way to prove the assertion "the intersection of two elementary sets is elementary" is to reduce it to the assertion "the intersection of two boxes is again a box". The validity of the reduction can be shown using several set-theoretic laws: E F = ( i = 1 n E i ) ( j = 1 k F j ) = ( i = 1 n E i F 1 ) ( i = 1 n E i F k ) = [ ( E 1 F 1 ) ( E n F 1 ) ] [ ( E 1 F k ) ( E n F k ) ] = ( E 1 F 1 ) ( E n F 1 ) ( E 1 F k ) ( E n F k ) = i = 1 n j = 1 k E i F j

Thus, E F is a finite union of box intersections. Now we demonstrate that the intersection of boxes remains a box.

PIC
Figure 1: Intersection of boxes in 2 .

Pick an arbitrary intersection B C of two boxes B , C . By definition

B = { ( x 1 , , x d ) d : a 1 x 1 b 1 , , a d x d b d } C = { ( x 1 , , x d ) d : c 1 x 1 g 1 , , c d x d g d }

for some a i , b i , c i , g i . By definition of intersection

B C = { ( x 1 , , x d ) d : ( a i x i b i )  and  ( c i x i g i ) } = { ( x 1 , , x d ) d : max { a i , c i } x i min { b i , g i } } = [ max { a 1 , c 1 } , min { b 1 , g 1 } ] × × [ max { a d , c d } , min { b d , g d } ]

Since max { a 1 , c 1 } , min { b 1 , g 1 } the above set is a box by definition.

(iii)
We will use the strategy of reducing the given assertion about the elementary sets to an identical assertion made about boxes. In this case, we have E F = ( i = 1 n E i ) ( j = 1 k F j ) = ( i = 1 n E i F 1 ) ( i = 1 n E i F k ) = [ ( E 1 F 1 ) ( E n F 1 ) ] [ ( E 1 F k ) ( E n F k ) ] = i = 1 n j = 1 k E i F j .

By parts (i) and (ii) of this exercise, it suffices to prove the assertion for an arbitrary box difference B C .

PIC
Figure 2: Set difference of boxes in 2 .

B C = { ( x 1 , , x d ) d : ( a i x i b i )  and not  ( c i x i g i ) } = { ( x 1 , , x d ) d : x i [ a i , b i ] [ c i , g i ] } = i = 1 d [ a i , b i ] [ c i , g i ] . At last, if we manage to demonstrate that the set difference of two intervals is again a union of at most two intervals, then B C must be elementary, considering how Cartesian products interact with set unions. This, however, follows immediately by tediously considering each of the six non-trivial cases a c g b , , c a b g .
PIC
Figure 3: Non-trivial possibilities of the relative positions of two intervals I ( a , b ) and I ( c , d ) and the set difference I ( a , b ) I ( c , d ) . From left to right: c a d b , c d a b , a c d b , c a b d , a c b d , a b c d .

Thus, B C can be represented as a union of Cartesian products taken over these at most 2 d intervals, i.e., as a union of boxes.

(iv)
The fact that E F = ( E F ) ( F E ) is elementary follows from the fact that E F and F E are elementary (by part 3), and that their union must therefore be elementary too (part 1).
(v)
As always, we reduce the assertion to a similar assertion made about boxes. Notice that x + E = x + i = 1 n E i = { x + y : y i = 1 n E i } = { x + y : y E 1  or   or  y E n } = i = 1 n { x + y : y E i } = i = 1 n ( x + E i )

Thus, x + B is a box by definition, and we are done.

User profile picture
2020-02-01 00:00
Comments
  • The third answer involving set difference is wrong in two aspects: the notation should be backslash instead of forward slash; and the rule for expanding $E\backslash F$ is wrong (the final result should be $\bigcup_{i=1}^n\bigcap_{j=1}^kE_i\backslash F_j$
    jerrylin2021-12-13
  • Hi Jerry, thanks for pointing out the typo. I now corrected \bigcup to \bigcap. For the slashes, I have used the \setminus command.
    eluthingol2021-12-17