4

What does $d\mathbb{P}(\omega)$ under integral sign mean? Like $$\int_B Xd\mathbb{\mathbb{P}}(\omega)$$

Can somebody explain? How can we integrate $X$ with respect to $\mathbb{P}(\omega)$ where $\mathbb{P}$ is some prob. measure?

luka5z
  • 6,359
  • 2
    http://en.wikipedia.org/wiki/Lebesgue_integration

    $X$ is an r.v. and as a function it is a measurable function with respect to the Probability measure.

    – Snufsan Sep 10 '14 at 13:22
  • 1
    This has been asked before. See the answers [here] (http://math.stackexchange.com/questions/916776/what-does-mathbbpd-omega-dw-actually-mean) – Calculon Sep 10 '14 at 13:27
  • 1
    See also this post: http://math.stackexchange.com/questions/5230/notation-question-integrating-against-a-measure –  Sep 10 '14 at 14:27
  • How can we integrate X with respect to ℙ(ω) where ℙ is some prob. measure? Perhaps first you should find out how we can integrate a function $f$ with respect to a measure $\mu$, that is $\int f;d\mu$. Then simply replace $f$ and $\mu$ by $X$ and $\mathbb P$. – GEdgar Sep 10 '14 at 14:50

2 Answers2

6

The formula in your post is ill-formed. One can use one of the equivalent $$\int_B X(\omega)d\mathbb{\mathbb{P}}(\omega),\qquad\int_B Xd\mathbb{\mathbb{P}}.$$ One also finds the alternative $$\int_B X(\omega)\mathbb{\mathbb{P}}(d\omega).$$

Did
  • 279,727
5

A probability measure can be looked at as a function $\mathbb{P}:\mathcal{A}\rightarrow\left[0,1\right]$ where $\mathcal{A}$ is a $\sigma$-algebra. The function has some nice properties like $\mathbb{P}\left(\bigcup_{n=1}^{\infty}A_{n}\right)=\sum_{n=1}^{\infty}\mathbb{P}\left(A_{n}\right)$ when the $A_{n}$ are disjoint elements of $\mathcal{A}$. There is a one to one correspondence beween elements of $\mathcal{A}$ and their characteristic functions $1_{A}$ so equally well we could look at $\mathbb{P}$ as a function on characteristic functions. This opens the door to expanding the domain of $\mathbb{P}$. We can make it a function on so-called $\mathcal{A}$-measurable functions, that takes values in $\mathbb{R}$. Again it has nice properties. If $X$ is such a measurable function then $\mathbb{P}\left(X\right)$ could be practicized as a notation of its value under $\mathbb{P}$. However, the notation $\mathbb{P}\left(X\right)$ is (mostly) not practicized, and $\mathbb P$ is not looked at as a function on functions (why not?). Instead one uses notations like $\int Xd\mathbb{P}$ , $\int X\left(\omega\right)d\mathbb{P}\left(\omega\right)$ or $\int X\left(\omega\right)\mathbb{P}\left(d\omega\right)$, and speaks of integrals. Here $\int_{B}Xd\mathbb{P}$ is a notation for $\int X.1_{B}d\mathbb{P}$.

drhab
  • 151,093