Measure Theory
First things
Measures
To start with we define rings, for example consider the ring of all half-open-half-closed rectangles of dimension n, call this Jn
[[a,b))∈Jn
We can clearly get a ring from this, but not a σ-ring as for example:
∞⋃n=1[[0,1−1n))=[[0,1]]∉Jn
The Lebesgue measure on Jn
λn([[a,b)))=n∏i=1(bi−ai)
Forming a ring
So let us take the one dimensional case. Consider the following ∈J1
Example | As disjoint union | Measure |
---|---|---|
[0,5) | (example:) [0,1)∪[1,2)∪[2,3)∪[3,4)∪[4,5) | 5 |
[0,5)−[2,5) | [0,2) | 2 |
[0,5)−[1,2) | [0,1)∪[2,5) | 1+3=4 |
[0,5)−[0,1) | [1,5) | 4 |
[0,1)∪[1,2) | [0,2) | 2 |
[0,1)∪[3,4) | [0,1)∪[3,4) | 1+1=2 |
Using intersection (which can be done using −) | ||
[0,5)∩[1,2) | [1,2) | 1 |
As you can see, we can form a ring quite easily using J1, furthermore we can express things in this ring as disjoint unions!
We may now consider R(Jn)
With the example of ∞⋃n=1[[0,1−1n))=[[0,1]]∉Jn
Our first measure
Consider this: λn0:R(Jn)→[0,∞]
Intuitively we know that we want R(Jn)
However that is not good enough! We are being formal here! So
TODO: Finish this off