Recall

Definition(Conditional Expectation)

Let \(X\) be an integrable random variable on a probability space \((\Omega, \mathcal{F},P)\) and let \(\mathcal{G}\) be a \(\sigma\)-filed with \(\mathcal{G}\subset \mathcal{F}\). Then, the conditional expectation of \(X\) given \(\mathcal{G}\), denoted \(E(X|\mathcal{G})\) is defined to be that random variable, unique up to almost sure equality, satsfying two conditions:

  1. \(E(X|\mathcal{G})\) is \(\mathcal{G}\)-measurable, and

  2. \(\int_A E(X|\mathcal{G})=\int_A X dP\) for all \(A\in \mathcal{G}\).

Any random variable \(Y\) satisfying 1,2 is said to be a version of \(E(X|\mathcal{G})\).



Proposition (Basic Properties of Conditional Expectation)

  1. \(E[E(X|\mathcal{G})]=E(X)\).

    • 조건부 기대값 정의의 2번째에 \(A=\Omega\)를 대입하면 다음과 같다: \[ \int_\Omega E(X|\mathcal{G})\mbox{ }dP=\int_\Omega X\mbox{ }dP=E[X]. \]
  2. If \(X\) is \(\mathcal{G}\)-measurable, then \(E(X|\mathcal{G})=X\).

    • 정의에 따르면 \(E(X|\mathcal{G})\)\(\mathcal{G}\)-measurable하고 \(\int_\Omega E(X|\mathcal{G})\mbox{ }dP=\int_\Omega X\mbox{ }dP\)일 때 conditional expectation이라 한다. 만약 \(X\)\(\mathcal{G}\)-measurable이라면 두 조건을 모두 충족한다.


  1. If \(X\) is independent of \(\mathcal{G}\) (i.e., \(\sigma(X)\) and \(\mathcal{G}\) are independent), then \(E(X|\mathcal{G})=E(X)\)(version).

    • \(E(X)\)는 상수이기 때문에 당연히 \(\mathcal{G}\)-measurable하고 때문에 조건부 기대값의 정의 2번째 조건을 만족하는지만 보면 된다. Note that

    • \(\mathcal{G}\)\(\sigma(X)\)는 독립이기 때문에 \(I_A,A\in \mathcal{G}\)\(X\)도 독립이다. 따라서 \[ \int_A X\mbox{ }dP=\int X IA\mbox{ }dP= E(X)E(I_A)=E(X)P(A)=E(X)\int_A dP= \int_A E(X) \mbox{ }dP. \]\(E(X)=E(X|\mathcal{G})\), \(E(X)\)는 version of \(E(X|\mathcal{G})\)이다.


  1. For any constant \(a\in\mathbb{R}\), \(E(a|\mathcal{G})=a\).

    • \(a\)는 당연히 \(\mathcal{G}\)-measurable하다. 2번째 정의는 trivial하게 만족한다.


  1. (Linearity) For constant \(a,b\in \mathbb{R}\), \(E(aX+bY|\mathcal{G})= aE(X|\mathcal{G})+bE(Y|\mathcal{G})\).

    • 조건부 기댓값의 정의에 따르면 \(E(X|\mathcal{G}),E(Y|\mathcal{G})\) 둘 다 \(\mathcal{G}\) measurable이다. 때문에 linear combination of \(\mathcal{G}\)-measurable fucntion은 \(\mathcal{G}\)-measurable이므로 조건 1번째를 충족한다.

    • for \(A\in\mathcal{G}\), \(\int_A E(aX+bY|\mathcal{G})\mbox{ }dP=\int_A aE(X|\mathcal{G})+bE(Y|\mathcal{G})\mbox{ }dP\)임을 보이면 된다. Note that \[ \int_A aE(X|\mathcal{G})+bE(Y|\mathcal{G})\mbox{ }dP= \int_A aE(X|\mathcal{G})dP+ \int_A bE(Y|\mathcal{G})dP\stackrel{\text{Def}}{=} \int_A aX\mbox{ }dP+ \int_A bY\mbox{ }dP\\ = \int_A aX+bY \mbox{ }dP\stackrel{\text{Def}}= \int_A E(aX+bY|\mathcal{G})\mbox{ }dP\\ \implies \int_A aE(X|\mathcal{G})+bE(Y|\mathcal{G})=\int_A aX+bY \mbox{ }dP = \int_A E(aX+bY|\mathcal{G})\mbox{ }dP \]\(aE(X|\mathcal{G})+bE(Y|\mathcal{G})=E(aX+bY|\mathcal{G})\) \((aE(X|\mathcal{G})+bE(Y|\mathcal{G})\)는 version of \(E(aX+bY|\mathcal{G}\)이다\()\).


  1. If \(X\ge 0\) a.s., then \(E(X|\mathcal{G})\ge 0\).

    • 정의 2번째 조건에 따르면, \(\int_A E(X|\mathcal{G})\mbox{ }dP=\int_A X\mbox{ }dP\ge 0\) for all \(A\in \mathcal{G}\)이다. \(E(X|\mathcal{G})\)\(\mathcal{G}\)-measurable하기 때문에, \(A=\{\omega: E(X|\mathcal{G})<0\}\)로 잡을 수 있다. 그렇다면 \[ 0\stackrel{\text{monotone}}\le\int_A X\mbox{ } dP \stackrel{\text{Def}}{=}\int_A E(X|\mathcal{G})\mbox{ }dP<0\mbox{ (contradiction)}. \]\(A=\phi\)이므로 \(E(X|\mathcal{G})\ge 0\) a.s.이다.


  1. (Monotonicity) If \(X\le Y\), then \(E(X|\mathcal{G})\le E(Y|\mathcal{G})\).

    • \(X\le Y\implies Y-X\ge 0\)이다. 때문에 5번 property에서 \(a=-1,b=1\)로 잡는다면

    \[ E(Y|\mathcal{G})-E(X|\mathcal{G})\mbox{ }dP\stackrel{\text{by 5}}{=} E(Y-X|\mathcal{G}) \stackrel{\text{by 6}}\ge 0\\ \implies E(Y|\mathcal{G})\mbox{ }\ge E(X|\mathcal{G})\mbox{ }. \]

  2. Modulus inequality: \(\Big|E(X|\mathcal{G})\Big|\le E(|X|\mbox{ } |\mathcal{G})\).

    • \(-X\le |X|\stackrel{\text{monotone}}\implies -E(X|\mathcal{G})=E(-X|\mathcal{G})\le E(X|\mathcal{G})\)이다. 또한

    • \(X\le |X|\implies {\text{monotone}}\implies E(X|\mathcal{G})\le E(X|\mathcal{G})\)이다.

    • 종합하면 \(|E(X|\mathcal{G})|=\max\{E(X|\mathcal{G}),-E(X|\mathcal{G})\}\le E(X|\mbox{ }\mathcal{G}))\)이다.



Remark

지금부터는 기존 Limit and Integration 파트에서 적용되었던 Lemma들이 Conditional Expectation에도 다 적용된다.



Theorem (Monotone Convergence Theorem for Conditional Expectation)

If \(0\ge X_n\uparrow X\), then \(E(X_n|\mathcal{G})\uparrow E(X|\mathcal{G})\).




Theorem (Fatou’s Lemma for Conditional Expectation)

Assume that \(X_n\ge 0,n\ge 1\) are integrable, and that \(\liminf_n X_n\) is integrable. Then

\(E(\liminf_n X_n|\mathcal{G})\le \liminf_n E(X_n|\mathcal{G})\).



Theorem (Dominated COnvergence Theorem for Conditional Expectation)

If \(X_n\rightarrow X\) a.s., \(|X_n|\le Y\) for all \(n\ge 1\), and \(E(Y)<\infty\), then \(E(X_n|\mathcal{G})\rightarrow E(X|\mathcal{G})\) a.s.



중요하다

Theorem

If \(\mathcal{G}_1\subset \mathcal{G}_2\), then \[ E[E(X|\mathcal{G}_1)|\mathcal{G_2}]= E(X|\mathcal{G}_1)=E[E(X|\mathcal{G}_2)|\mathcal{G}_1]. \]




Theorem

If \(X\) and \(XY\) are integrable and \(Y\) is \(\mathcal{G}\)-measurable, then \(E(XY|\mathcal{G})=E(X|\mathcal{G})Y\)


다음으로 \(Y=\sum_{i=1}^n b_iI_{B_i}\)라고 하자. 그렇다면 \[ E\left(XY|\mathcal{G} \right)= E\left(X\sum_{i=1}^nb_iI_{B_i} |\mathcal{G}\right)=\sum_{i=1}^nb_i E\left(XI_{B_i} |\mathcal{G}\right)= \sum_{i=1}^nb_iI_{B_i}E(X|\mathcal{G})=YE(X|\mathcal{G}). \] 이제는 \(X,Y\ge 0\) 이고 \(Y_n,n\ge1\)\(\mathcal{G}\)-measurable simple function으로, \(0\le Y_n\uparrow Y\)라 하자. 그렇다면 \(0\le XY_n\uparrow XY\)이고, M.C.T of conditional expectation에 의해 \[ E(XY_n|\mathcal{G})\rightarrow E(XY|\mathcal{G}). \] 또한 \(Y_n\)이 simple function이므로, \(E(XY_n|\mathcal{G})=Y_nE(X|\mathcal{G})\)이므로 \[ E(XY_n|\mathcal{G})=Y_nE(X|\mathcal{G})\rightarrow YE(X|\mathcal{G}). \]\(E(XY|\mathcal{G})=YE(X|\mathcal{G})\).




복습

Theorem

Suppose that \(X\) and \(Y\) are independent random vectors with distribution \(P_X\), \(P_Y\). Let \(g:\mathbb{R}^{k+m}\rightarrow \mathbb{R}\) be a Borel measurable function, and let \(A\in\mathcal{R}^m\). If eather \(g\) is nonnegative or g(X,Y) is integrable, then \[ E[g(X,Y)I_A(Y)]=\int_A g(X,y)dP_Y(y). \]



중요

Theorem

If \(X\) and \(Y\) are independent and \(g(X,Y)\) is integrable, then \(E[g(X,Y)|Y]=h(Y)\), where \(h(Y)=E[g(X,y)]\)(integrated w.r.t \(X\)).



또한 Fubini’s Theorem의 증명 파트에서 보았던 것처럼 \(h(y)=\int E[g(X,y)]d\mu(x)\)는 Borel measurable function이다.

그러므로 바로 위의 Theorem에 의해서, for all Borel set \(A\), \[ E[g(X,Y)I_A(Y)]=\int_AE[g(X,y)]d\nu(y)=\int_A h(y)d\nu(y)=E[h(Y)I_A(Y). \]



back