1

I've started this problem by defining two sigma algebras, one consisting of $F=(0, a, a^c, \Omega)$ and $G=(0,b,b^c,\Omega)$. The question I have that if I condition $E[1_a(w)\mid G]$, is $1_a(w)$ independent of $G$ then? ($1$ is indicator).

The problem:

Problem

Anyone has a solution to this problem?

Hannele
  • 13

2 Answers2

1

Re the problem:

Everything works smoothly, really... Let us check that $\mathcal F=\sigma(\{b\})$, $\mathcal G=\sigma(\{c\})$, and $X=\mathbf 1_{\{a\}}$ is a "concrete example", most of the time.

To simplify the proof, introduce the (symmetrized) notations $$x=P(\{a\}),\qquad y=P(\{b\}),\qquad z=P(\{c\}),\qquad Y=\mathbf 1_{\{b\}},\qquad Z=\mathbf 1_{\{c\}},$$ and assume that $xyz\ne0$. Then $x+y+z=1$, $X+Y+Z=1$, and $$E(X\mid \mathcal F)=\frac{x}{1-y}(1-Y),\qquad E(Y\mid \mathcal G)=\frac{y}{1-z}(1-Z),$$ hence $$E(E(X\mid \mathcal F)\mid \mathcal G)=\frac{x}{1-y}\left(1-\frac{y}{1-z}(1-Z)\right)=\frac{x\,(x+yZ)}{(1-y)(1-z)}.$$ The RHS is symmetric with respect to the symmetry $(Y,y)\leftrightarrow(Z,z)$ if and only if $yZ=zY$, which never happens unless $yz=0$.

Re the question:

The question I have that if I condition $E[1_a(w)\mid G]$, is $1_a(w)$ independent of $G$ then?

Well... This is difficult to parse, to say the least.

First, if $w$ is in $\Omega$, then $1_a(w)$ is a number, not a random variable, hence $E[1_a(w)\mid G]=1_a(w)$, trivially, and $1_a(w)$ is independent of $G$, trivially, hence the answer would be obvious. But what you have in mind is probably rather the question:

If one considers $E[1_a\mid G]$, is $1_a$ independent of $G$ then?

The trouble now is that the preliminary part "if one considers $E[1_a\mid G]$" is unrelated to the question part "is $1_a$ independent of $G$?". The random variable $1_a$ is independent of $G$ or not independent of $G$ whether one "considers" $E[1_a\mid G]$ or not. Thus, we seem to be left with the question:

Is $1_a$ independent of $G$?

...Whose best answer is that this depends on the hypotheses one makes. No question here. (By contrast, the problem copied from the book, to which we answered above, makes perfect sense.)

Did
  • 279,727
  • Thanks for your input. One question tho, shouldn't $\mathcal{F}=\sigma({b}, {a, c})$ in this case? Similarly for $\mathcal{G}$. Otherwise you dont have that the union of all events are = $\Omega$. Edit: Nevermind, you're right. – Hannele Nov 30 '14 at 16:17
0

If $X$ is independent of $G$, then $\mathbb{E}[X|G]=\mathbb{E}[X]$. In other words, having information on $G$ gives no information on $X$. You can check this by definition of conditional expectation. Clearly $\mathbb{E}[X]$ is $G$ measurable. Furthemore by independence, for any $A\in G$, $P(X,A)=P(X)P(A)$. So $\int_A XdP=\int_\Omega 1_AXdP=\int_\Omega 1_AdP \int_\Omega XdP= P(A)\mathbb{E}[X]$. On the other hand, $\int_A E[X]dP=\int_\Omega 1_A E[X]dP=P(A)E[X]$, satisfying the definition of conditional expectation.

Alex R.
  • 32,771
  • Hey. I get what you are saying, but I now realise that if I define a probability measure of P(a)=x, P(b)=y, P(c)=z, and let X(a)=1, X(b)=2, X(c)=3, then $1_{a}(w)$ should be dependent on G.

    I think I am pretty stuck with the problem. How would you define a probability measure and the sigma-algebras F and G in order for the inequality to hold?

    – Hannele Nov 29 '14 at 19:58
  • Why are you concerned about independence? They specify $\Omega$ for you in the problem. Remember that the tower property of conditional expectations implies equality in the two expectations. So $F\subset G$ or $G\subset F$ would imply equality. So you're looking for two sub sigma algebras that are non subsets of each other. You picked what are probably the right sets. As an example try $X=1_a$. You can explicitly compute the conditional expectations in this case. – Alex R. Nov 29 '14 at 20:06
  • Because when I try to show the inequality by calculating the value of each side, I get to an expression that looks like the following. $E[X|G]=...=X(b)1_{b}(w)=21_{b}(w)$. Then $E[E[X|G]|F]=E[2*1_{b}(w)|F]=2E[1_{b}(w)|F]$ (here I assume 1_{b}(w) independent of F) and get $2E[1_{b}(w)|F]=2E[1_{b}(w)]=2P(b)$. Analogously I show this for the right hand side. The question now is if it's correct to assume independency in that step? Cause shouldn't the information in F affect the probability for the event b to happen? – Hannele Nov 29 '14 at 20:11