Question
How to prove a set function is a measure and find its total mass
Original question: (4) Define as Prove that is a measure on and calculate .
Expert Verified Solution
Expert intro: This kind of problem checks two things at once: whether you can verify the axioms of a measure, and whether you can read the definition carefully enough to compute the total value without overthinking it. The key is that the function only “sees” natural numbers inside a set.
Detailed walkthrough
Let
We verify the measure axioms on .
1) Nonnegativity
Each term is nonnegative, so every sum defining is nonnegative. Hence
2) Null empty set
Since
we get
3) Countable additivity
Take pairwise disjoint sets . For each natural number , the indicator of membership satisfies
because the sets are disjoint, so each integer belongs to at most one . Therefore
=\sum_{i\in (\cup_n A_n)\cap\mathbb N}\frac1{2^i} =\sum_{i\in\mathbb N}\Bigl(\sum_{n=1}^\infty \mathbf 1_{A_n}(i)\Bigr)\frac1{2^i}.$$ Because all terms are nonnegative, we may rearrange the sums: $$=\sum_{n=1}^\infty \sum_{i\in A_n\cap\mathbb N}\frac1{2^i} =\sum_{n=1}^\infty \mu(A_n).$$ So $\mu$ is countably additive. Since $\mu$ is nonnegative, null on the empty set, and countably additive, it is a measure. ### 4) Compute $\mu(\mathbb R)$ Now $$\mathbb R\cap\mathbb N=\mathbb N,$$ so $$\mu(\mathbb R)=\sum_{i=1}^\infty \frac1{2^i}.$$ This is a geometric series with first term $\frac12$ and ratio $\frac12$: $$\mu(\mathbb R)=\frac{\frac12}{1-\frac12}=1.$$ So the answer is: $$\boxed{\mu \text{ is a measure and } \mu(\mathbb R)=1.}$$ ### 💡 Pitfall guide A common slip is to forget that the sum only runs over $A\cap\mathbb N$, not over all of $A$. Real numbers that are not natural numbers contribute nothing. Another easy mistake is writing $\sum_{i\in\mathbb R}$, which is not what the definition says and is not a meaningful series here. ### 🔄 Real-world variant If the coefficient were changed to $\frac{1}{3^i}$, the same proof would still work, and the total mass would become $$\sum_{i=1}^\infty \frac1{3^i}=\frac{1/3}{1-1/3}=\frac12.$$ If the indexing set were $\mathbb Z_{>0}$ instead of $\mathbb N$, nothing essential changes as long as the same positive integers are used in the sum. The measure is still purely atomic, with atoms at the natural numbers. ### 🔍 Related terms countably additive measure, atomic measure, geometric seriesFAQ
Why is this function a measure on \(\mathcal P(\mathbb R)\)?
It is nonnegative, gives 0 to the empty set, and is countably additive because it is defined as a sum over the natural numbers with nonnegative terms.
What is \(\mu(\mathbb R)\)?
Since \(\mathbb R\cap\mathbb N=\mathbb N\), we get \(\mu(\mathbb R)=\sum_{i=1}^\infty 2^{-i}=1\).