Conditional entropy

From Infogalactic: the planetary knowledge core
(Redirected from Conditional information)
Jump to: navigation, search
Venn diagram for various information measures associated with correlated variables X and Y. The area contained by both circles is the joint entropy H(X,Y). The circle on the left (red and violet) is the individual entropy H(X), with the red being the conditional entropy H(X|Y). The circle on the right (blue and violet) is H(Y), with the blue being H(Y|X). The violet is the mutual information I(X;Y).

In information theory, the conditional entropy (or equivocation) quantifies the amount of information needed to describe the outcome of a random variable Y given that the value of another random variable X is known. Here, information is measured in shannons, nats, or hartleys. The entropy of Y conditioned on X is written as H(Y|X).

Definition

If H(Y|X=x) is the entropy of the variable Y conditioned on the variable X taking a certain value x, then H(Y|X) is the result of averaging H(Y|X=x) over all possible values x that X may take.

Given discrete random variables X with domain \mathcal X and Y with domain \mathcal Y, the conditional entropy of Y given X is defined as:[1]


\begin{align}
H(Y|X)\ &\equiv \sum_{x\in\mathcal X}\,p(x)\,H(Y|X=x)\\
& =-\sum_{x\in\mathcal X} p(x)\sum_{y\in\mathcal Y}\,p(y|x)\,\log\, p(y|x)\\
& =-\sum_{x\in\mathcal X}\sum_{y\in\mathcal Y}\,p(x,y)\,\log\,p(y|x)\\
& =-\sum_{x\in\mathcal X, y\in\mathcal Y}p(x,y)\log\,p(y|x)\\
& =-\sum_{x\in\mathcal X, y\in\mathcal Y}p(x,y)\log \frac {p(x,y)} {p(x)}. \\
& = \sum_{x\in\mathcal X, y\in\mathcal Y}p(x,y)\log \frac {p(x)} {p(x,y)}. \\
\end{align}


Note: It is understood that the expressions 0 log 0 and 0 log (c/0) for fixed c>0 should be treated as being equal to zero.

H(Y|X)=0 if and only if the value of Y is completely determined by the value of X. Conversely, H(Y|X) = H(Y) if and only if Y and X are independent random variables.

Chain rule

Assume that the combined system determined by two random variables X and Y has joint entropy H(X,Y), that is, we need H(X,Y) bits of information to describe its exact state. Now if we first learn the value of X, we have gained H(X) bits of information. Once X is known, we only need H(X,Y)-H(X) bits to describe the state of the whole system. This quantity is exactly H(Y|X), which gives the chain rule of conditional entropy:

H(Y|X)\,=\,H(X,Y)-H(X) \, .

The chain rule follows from the above definition of conditional entropy:

 H(Y|X)= \sum_{x\in\mathcal X, y\in\mathcal Y}p(x,y)\log \frac {p(x)} {p(x,y)}
 = -\sum_{x\in\mathcal X, y\in\mathcal Y}p(x,y)\log\,p(x,y) + \sum_{x\in\mathcal X, y\in\mathcal Y}p(x,y)\log\,p(x)
 =  H(X,Y) + \sum_{x \in \mathcal X} p(x)\log\,p(x)
 =  H(X,Y) - H(X).

Bayes' rule

Bayes' rule for conditional entropy states

H(Y|X) \,=\, H(X|Y) - H(X) + H(Y) \,.

Proof. H(Y|X) = H(X,Y) - H(X) and H(X|Y) = H(Y,X) - H(Y). Symmetry implies H(X,Y) = H(Y,X). Subtracting the two equations implies Bayes' rule.

Generalization to quantum theory

In quantum information theory, the conditional entropy is generalized to the conditional quantum entropy. The latter can take negative values, unlike its classical counterpart. Bayes' rule does not hold for conditional quantum entropy, since H(X,Y) \ne H(Y,X).[citation needed]

Other properties

For any X and Y:

H(Y|X) \le H(Y) \,
H(X,Y) = H(X|Y) + H(Y|X) + I(X;Y),\qquad
H(X,Y) = H(X) + H(Y) - I(X;Y),\,
I(X;Y) \le H(X),\,

where I(X;Y) is the mutual information between X and Y.

For independent X and Y:

H(Y|X) = H(Y)\text{ and }H(X|Y) = H(X) \,

Although the specific-conditional entropy, H(X|Y=y), can be either less or greater than H(X), H(X|Y) can never exceed H(X).

References

  1. Lua error in package.lua at line 80: module 'strict' not found.

See also