I am following the Measure Theory series by D.H. Fremlin and blogging my notes here.
Today we’re going to solve some problems!
111X (a)
The nine pairs are:
- E∩(⋃n∈NFn)=⋃n∈N(E∩Fn)
- E∪(⋂n∈NFn)=⋂n∈N(E∪Fn)
- ⋃n∈N(En∖F)=(⋃n∈NEn)∖F
- E∖(⋃n∈NFn)=⋂n∈N(E∖Fn)
- ⋃n∈N(E∖Fn)=E∖(⋂n∈NFn)
- ⋂n∈N(En∖F)=(⋂n∈NEn)∖F
- ⋂m,n∈N(Em∖Fn)=(⋂n∈NEn)∖(⋃n∈NFn)
- (⋃n∈NEn)∩(⋃n∈NFn)=⋃m,n∈N(Em∩Fn)
- (⋂n∈NEn)∪(⋂n∈NFn)=⋂m,n∈N(Em∪Fn)
111X (b)
All ‘open intervals’ (a,b), (−∞,b), (a,∞) are open sets.
Proof.
Consider an interval (a,b). We want to show that ∀x∈(a,b)∃δ>0 such that (x−δ,x+δ)∈(a,b). If we set δ=min{x−a,b−x} we are done.
- How did we get this value of δ?
Since δ will be different for every x, we can deduce that it must be a function of x. Now we want a value of δ such that x−δ≥a and x+δ≤b. The largest permissible value of δ will be the minimum of the two values we get when these two inequalities are written as equalities i.e. either x−δ=a or x+δ=b.
All intervals (bounded or unbounded, open, closed or half-open) are Borel sets.
Proof.
Borel sets are the members of the σ-algebra of subsets of R generated by the open sets of R. We just proved above that all open intervals (bounded and unbounded) are open sets, and hence are also Borel sets. Now we have to prove that closed and half-open intervals are also Borel sets.
For any open interval (a,b) in a Borel σ-algebra, it’s complement (−∞,a]∪[b,∞) also lies in the Borel σ-algebra. Likewise we can construct all possible half-open or closed intervals simply by taking the union, complement or perhaps both of the Borel sets we already have (or get).
There must be a more elegant proof; I am not convinced with the two paragraphs I have whipped up. Based on what I found here on StackExchange, here is a much better proof:
The initial argument remains the same. All open intervals must be Borel sets (by definition). We will now show that closed and half-open intervals can be expressed as open intervals.
Consider the sets [a,b] and ⋂n∈N(a−n1,b+n1). It is clear that [a,b]⊆(a−n1,b+n1)∀n∈N. Thus,
[a,b]⊆n∈N⋂(a−n1,b+n1)(i)
Now, let x∈⋂n∈N(a−n1,b+n1). We will prove that x∈[a,b] by contradiction. Let us assume that x∈/[a,b] or more specifically, x<a. Then, by the Archimedean property, we can say that ∃n∈N such that 1<n(a−x) or x<a−n1. Similarly, if x>b then x>b+n1 for some n∈N. These two inequalities are a contradiction because a−n1<x<b+n1∀n∈N. This means that our assumption was wrong and x∈[a,b] indeed. Thus,
n∈N⋂(a−n1,b+n1)⊆[a,b](ii)
From (i) and (ii), we have,
[a,b]=n∈N⋂(a−n1,b+n1)
This means that [a,b] is also an open interval and hence a Borel set.
In a similar fashion we can prove that,
(a,b]=n∈N⋂(a,b+n1)[a,b)=n∈N⋂(a−n1,b)
Hence, proved.