2

I was trying to prove that $\nu$ is countably additive in the following question:

Let $f$ be a nonnegative function on a measure space $(X, \mathfrak{M}, \mu)$ and suppose that $f$ is integrable with respect to $\mu$. for each $E \in \mathfrak{M}$ define $$\nu(E) = \int_{E} f d\mu.$$ Prove that $\nu$ is a measure on $\mathfrak{M}.$

But in order to use thm.13 on pg.374 in Royden and Fitzpatrick "Real analysis" fourth edition, I must have a measure space $(X, \mathfrak{M}, \mu)$ but what I am trying to prove the countable additivity for is $E \in \mathfrak{M}$ and not $X$ itself, does this matters?

More precisely, my question is, if $(X, \mathfrak{M}, \mu)$ is a measure space, does this means that $(E, \mathfrak{M}, \mu)$ is a measure space? could anyone clarify this for me please?

Theorem 13 picture:

enter image description here

Intuition
  • 3,269

1 Answers1

1

If you have $E=\bigcup_nE_n$ where $E_n\in\mathcal{M}$ you can use this result to prove countable additivity. First, the typical trick to express as an integral over the whole space, $$ \nu(E)=\int_Efd\mu=\int_Xf\chi_Ed\mu. $$ Next, it is clear that $X=E^c\cup E=E^c\cup\bigcup_nE_n$. Using the theorem, $$ \nu(E)=\int_{E^c}f\chi_Ed\mu+\sum_n\int_{E_n}f\chi_Ed\mu=0+\sum_n\int_{E_n}fd\mu=\sum_n\nu(E_n). $$ Since $f\ge 0$ $\mu$-a.e., $\nu(E)\ge 0$ for all $E\in\mathcal{M}$, so $\nu$ is a measure.

GReyes
  • 16,446
  • 11
  • 16