Question

How to prove a set function is a measure and find its total mass

Original question: (4) Define μ:P(R)[0,]\mu : \mathcal{P}(\mathbb{R}) \to [0,\infty] as μ(A)=iAN12i.\mu(A)=\sum_{i\in A\cap \mathbb{N}}\frac{1}{2^i}. Prove that μ\mu is a measure on (R,P(R))(\mathbb{R},\mathcal{P}(\mathbb{R})) and calculate μ(R)\mu(\mathbb{R}).

Expert Verified Solution

thumb_up100%(1 rated)

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

μ(A)=iAN12i,AR.\mu(A)=\sum_{i\in A\cap\mathbb N}\frac1{2^i},\qquad A\subseteq\mathbb R.

We verify the measure axioms on (R,P(R))(\mathbb R,\mathcal P(\mathbb R)).

1) Nonnegativity

Each term 12i\frac1{2^i} is nonnegative, so every sum defining μ(A)\mu(A) is nonnegative. Hence

μ(A)0for all AR.\mu(A)\ge 0 \quad \text{for all }A\subseteq\mathbb R.

2) Null empty set

Since

N=,\varnothing\cap\mathbb N=\varnothing,

we get

μ()=i12i=0.\mu(\varnothing)=\sum_{i\in\varnothing}\frac1{2^i}=0.

3) Countable additivity

Take pairwise disjoint sets (An)n=1P(R)(A_n)_{n=1}^\infty\subseteq\mathcal P(\mathbb R). For each natural number ii, the indicator of membership satisfies

1nAn(i)=n=11An(i),\mathbf 1_{\cup_n A_n}(i)=\sum_{n=1}^\infty \mathbf 1_{A_n}(i),

because the sets are disjoint, so each integer belongs to at most one AnA_n. 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 series

FAQ

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\).

chat