Skip to main content

September 22, 2025

  • Introductions
  • Emails
  • Vibe Check
  • Homework 0
  • Homework 1
  • The GOAT's Primer Book 💯
  • Bareinboim book examples
  • Conditional, Bayesian Decomp, Marginalization

Resources


If X and Y are independent

P(XY)=P(X) and P(YX)=P(Y)P(X|Y) = P(X) \space \text{and} \space P(Y|X) = P(Y)

The independent event we're conditioning on XX really doesn't matter: P(XApple falls from tree)=P(X)P(X|\text{Apple falls from tree}) = P(X). We can use that to establish a case where (XY)(X \perp Y) regardless of some other Random Variable ZZ.

I.e., if (XYZ)(X \perp Y | Z), we will need to prove that:

P(X=x,Y=yZ=z)=P(X=x,Y=y)=P(X)P(Y)=P(XZ)P(YZ)\begin{align*} P(X=x, Y=y | Z=z) &= P(X=x,Y=y) \\ &= P(X)P(Y) \\ &= P(X|Z)P(Y|Z) \\ \end{align*}