Homepage Solution manuals Terence Tao An Introduction to Measure Theory Exercise 1.4.9 (Recursive description of a generated Boolean algebra)

Exercise 1.4.9 (Recursive description of a generated Boolean algebra)

Let X be a set, and let 𝒫(X) be a collection of sets in X. Define the sequence recursively as follows

(i)
0 :=
(ii)
n is the collection of all sets that are (1) either union of a finite number of sets in n1, or (2) the complement of such a union.

Show that bool = n=0Fn.

Answers

Before we start, notice that n=0Fn is a Boolean algebra:

(i)
The empty set is practically a union of finite (that is 0) number of sets in the previous Fi1; thus, it is even added at each step.
(ii)
Let E n=0Fn, and let m be the smallest such that E Fm. Then Ec is contained in Fm+1.
(iii)
Let E n=0Fn, and let m,k be the smallest such that E Fm and F Fk. Let M := max {m,k}, and we have E,F FM (the set from the lower hierarchy just gets copied to the next level over and over again). Then, E F Fm+1 by definition.

We now demonstrate that both Fbool n=0Fn and Fbool n=0Fn hold.

  • We demonstrate n=0Fn Fbool by induction on n in Fn Fbool.

    • (induction base) Let n = 1, and pick an arbitrary E F1. Then the E is either a union of sets in F0 = F or a complement of such union. By the definition of a Boolean algebra Fbool F we have Fbool is closed under unions and complements, and thus must contain E in both of the cases.
    • (induction step) Now suppose inductively that we have proven this assertion for some n . Now consider Fn+1 and an arbitrary E Fn+1. By definition, we then have two cases: either E is a finite union of sets in Fn or it is a complement of such a union. In the former case E = E1 Ek for E1,,Ek Fn. But each of them is contained in Fn Fbool by the induction hypothesis, and we are done by the closure under unions. In the latter case, E = X(E1 Ek) for E1,,Ek Fn, and we are done in this case as well by the closure under complements.
  • (alternative proof) Obviously, n=0Fn is a Boolean algebra, and so by Example 1.4.11, n=0Fn = n=0Fnbool. From this it easy to deduce

    {B P(X) : B is a Boolean algebra F0 B } {B P(X) : B is a Boolean algebra n=0Fn B }.

  • By Exercise 1.4.6 Fbool is the finest Boolean algebra that is coarser than any other Boolean algebra containing F0. But since n=0Fn is a Boolean algebra which contains F0, we obviously have Fbool n=0Fn.
User profile picture
2020-07-19 00:00
Comments