Is it true that:
If I(X;Y) = 0 then I(S;X) + I(S;Y) ⇐ I(S;X,Y)
Can you find a counterexample, or prove this and teach me your proof?
Someone showed me a simple analytic proof. I am still interested in seeing different ways people might prove this though.
I(S;X,Y)=H(S)+H(X,Y)−H(S,X,Y)=H(S)+H(X)+H(Y)−H(S,X,Y)
I(S;X)=H(S)+H(X)−H(S,X)
I(S;X,Y)−I(S;X)=H(Y)+H(S,X)−H(S,X,Y)=I(Y;S,X)≥I(S;Y)
For a visualization, see information diagrams, and note that the central cell I(S; X; Y) must be non-positive (because I(S; X; Y) + I(X; Y | S) = I(X; Y) = 0).
We want to prove:
This can be rewritten as:
After moving everything to the right hand side and simplifying, we get:
Now if we just prove that q(x,y,s)=pxs(x,s)pys(y,s)ps(s) is a probability distribution, then the left hand side is KL(pxys(x,y,s),q) , and Kullback-Leibler divergence is always nonnegative.
Ok, q is obviously nonnegative, and its integral equals 1:
Q.e.d.