What Are Sigma-Algebras, Premeasures, and Outer Measures in Measure Theory?

AKG
Science Advisor
Homework Helper
Messages
2,559
Reaction score
4
Definitions

If X is a set, an algebra A on X is a non-empty collection of subsets of X which is closed under complements with respect to X, and finite unions.

Given an algebra A, a premeasure on A is a function p\, :\, A \to [0,\, \infty] such that:
a) p(\emptyset ) = 0
b) If B is a countable collection of disjoint elements of A whose union is in A, then p(\bigcup _{S \in B}S) = \sum _{S \in B}p(S) (additivity)

A premeasure p on an algebra A of a set X is \mathbf{\sigma -finite} iff there is a countable collection of elements of A, each with finite p-premeasure, whose union is X.

Given a set X, an outer measure w is a function from the power set of X to the extended non-negative reals which satisfies:
a) w(\emptyset ) = 0
b) A \subset B \rightarrow w(A) \leq w(B) (monotonicity)
c) w(\bigcup _{i=1}^{\infty} A_i) \leq \sum_{i=1}^{\infty}w(A_i) (subadditivity)

A \mathbf{\sigma -algebra} is an algebra which is closed under countable union.

A measure m on a \sigma -algebra M is a function m\, :\, M \to [0\, ,\, \infty ] satisfying the same properties as a premeasure. Note, however, that since M is closed under countable union, the condition in property b) that the union be contained in the domain is redundant.

If f is a premeasure or a measure, and has domain D, then the induced outer measure, wf is defined by:

w_f(E) = \inf \left \{ \sum_{i=1} ^{\infty}f(A_i)\ :\ A_i \in D,\ E \subseteq \bigcup _{i=1} ^{\infty}A_i \right \}

A measure is finite iff it doesn't map anything to infinity.

If E is a subset of a set X, and w is an outer measure on the power set of X, then E is w-measurable iff for every subset F of X:

w(F) = w(F-E) + w(F\cap E)

Problems

1. Let M be a \sigma -algebra on a set X, and let m be a measure with domain M. Let w be the induced outer measure by m. Suppose E is a subset of X satisfying w(E) = w(X) (E need not be in M). Prove that if A and B are in M, and A \cap E = B \cap E, then m(A) = m(B)

2. A is an algebra on X, A_{\sigma} is the collection of all countable unions of sets in A, and A_{\sigma \delta} is the collection of countable intersections of sets in A_{\sigma }. Let p be a premeasure on A and w the induced outer measure. Prove that if w(E) is finite, then E is w-measurable iff there is a B in A_{\sigma \delta } containing E such that w(B-E) = 0. Moreover, prove that if p is \sigma -finite, the restriction that w(E) be finite is superfluous.

For question 1, I've tried just playing around with taking outer measures of sets, applying the definition of measurability, using monotonicity and subadditivity, etc. but haven't gotten anywhere.

For question 2, I've actually proved most of it. It's just the last part, proving that if p is \sigma -finite that the restriction that w(E) be finite is superfluous, which I can't get. The only time in proving the previous part where I used the restriction is when proving that if E is w-measurable, then there exists a B such that ... What happened was I find an appropriate B in A_{\sigma \delta } containing E such that w(B) = w(E). After easily proving that B is w-measurable, I got:

w(B) = w(B-E) + w(B\cap E)
w(E) = w(B-E) + w(E)

Finiteness of w(E) allowed me to cancel it from both sides, concluding w(B-E) = 0 as desired. But it seems that if I replace the assumption that w(E) is finite for the assumption that p is \sigma -finite, then I have to take a whole new approach to the proof. Any hints?

Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top