Joint entropy

In information theory, joint entropy is a measure of the uncertainty associated with a set of variables.
Definition
The joint Shannon entropy (in bits) of two variables
and
is defined as
where
and
are particular values of
and
, respectively,
is the joint probability of these values occurring together, and
is defined to be 0 if
.
For more than two variables
this expands to
where
are particular values of
, respectively,
is the probability of these values occurring together, and
is defined to be 0 if
.
Properties
Greater than individual entropies
The joint entropy of a set of variables is greater than or equal to all of the individual entropies of the variables in the set.
Less than or equal to the sum of individual entropies
The joint entropy of a set of variables is less than or equal to the sum of the individual entropies of the variables in the set. This is an example of subadditivity. This inequality is an equality if and only if
and
are statistically independent.
Relations to other entropy measures
Joint entropy is used in the definition of conditional entropy
,
and
It is also used in the definition of mutual information
In quantum information theory, the joint entropy is generalized into the joint quantum entropy.
![H(X,Y) = -\sum_{x} \sum_{y} P(x,y) \log_2[P(x,y)] \!](../I/m/e1ef3165c34c3ba7dae3d13455c16284.png)
![H(X_1, ..., X_n) = -\sum_{x_1} ... \sum_{x_n} P(x_1, ..., x_n) \log_2[P(x_1, ..., x_n)] \!](../I/m/0929867d380e876493fb61d3e721863a.png)
![H(X,Y) \geq \max[H(X),H(Y)]](../I/m/33092078781420b650c23ead8b1b86d8.png)
![H(X_1, ..., X_n) \geq \max[H(X_1), ..., H(X_n)]](../I/m/966b8b90fae9872317f91ab7f41ceab9.png)


