14

Let $X$ and $Y$ be real-valued random variables defined on the same space. Let's use $\phi_X$ to denote the characteristic function of $X$. If $\phi_{X+Y}=\phi_X\phi_Y$ then must $X$ and $Y$ be independent?

BCLC
  • 13,459
Jeff
  • 7,139

2 Answers2

23

As user75064 already pointed out, the answer is "no". However, there is the following result:

Let $X,Y$ be $\mathbb{R}^d$-valued random variables. Then the following statements are equivalent.

  1. $X,Y$ are independent
  2. $\forall \eta,\xi \in \mathbb{R}^d: \mathbb{E}e^{\imath \, (X,Y) \cdot (\xi,\eta)} = \mathbb{E}e^{\imath \, X \cdot \xi} \cdot \mathbb{E}e^{\imath \, Y \cdot \eta}$

i.e. if the characteristic function of the random vector $(X,Y)$ equals the product of the characteristic function of $X$ and $Y$, then $X$ and $Y$ are independent (proof).

saz
  • 120,083
6

No. The property in your post is called subindependence, and it is strictly weaker than independence. (Note that some people use the term "subindependent" as a synonym for "uncorrelated".) In addition to the references given in Wikipedia, you can find an example in this short note. Unfortunately it's behind a paywall. The example consists of two random variables with joint pdf $$h(x,y)=f(x)f(y)(1+\cos x\cos 3y)$$ where $$f(x)=C\left(\int_0^{1/2} \exp(1/(4s^2-1))\cos (sx)\,ds\right)^2$$ with appropriate normalizing constant $C$.

75064
  • 3,410