Conductor of an abelian variety: Difference between revisions
en>Citation bot 1 m [Pu344]+: jstor. |
en>Uni.Liu |
||
Line 1: | Line 1: | ||
In [[probability theory]], and in particular, [[information theory]], the '''conditional mutual information''' is, in its most basic form, the [[expected value]] of the [[mutual information]] of two random variables given the value of a third. | |||
==Definition== | |||
For discrete random variables <math>X,</math> <math>Y,</math> and <math>Z,</math> we define | |||
:<math>I(X;Y|Z) = \mathbb E_Z \big(I(X;Y)|Z\big) | |||
= \sum_{z\in Z} p_Z(z) \sum_{y\in Y} \sum_{x\in X} | |||
p_{X,Y|Z}(x,y|z) \log \frac{p_{X,Y|Z}(x,y|z)}{p_{X|Z}(x|z)p_{Y|Z}(y|z)},</math> | |||
where the marginal, joint, and/or conditional [[probability mass function]]s are denoted by <math>p</math> with the appropriate subscript. This can be simplified as | |||
:<math>I(X;Y|Z) = \sum_{z\in Z} \sum_{y\in Y} \sum_{x\in X} | |||
p_{X,Y,Z}(x,y,z) \log \frac{p_Z(z)p_{X,Y,Z}(x,y,z)}{p_{X,Z}(x,z)p_{Y,Z}(y,z)}.</math> | |||
Alternatively, we may write<ref>K. Makarychev et al. ''A new class of non-Shannon-type inequalities for entropies.'' Communications in Information and Systems, Vol. 2, No. 2, pp. 147–166, December 2002 [http://www.cs.princeton.edu/~ymakaryc/papers/nonshann.pdf PDF]</ref> | |||
:<math>I(X;Y|Z) = H(X,Z) + H(Y,Z) - H(X,Y,Z) - H(Z) | |||
= H(X|Z) - H(X|Y,Z)</math> | |||
This can be rewritten to show its relationship to mutual information | |||
:<math>I(X;Y|Z) = I(X;Y,Z) - I(X;Z)</math> | |||
usually rearranged as '''the chain rule for mutual information''' | |||
:<math>I(X;Y,Z) = I(X;Z) + I(X;Y|Z)</math> | |||
Another equivalent form of the above is | |||
:<math>I(X;Y|Z) = H(Z|X) + H(X) + H(Z|Y) + H(Y) - H(Z|X,Y) - H(X,Y) - H(Z) | |||
= I(X;Y) + H(Z|X) + H(Z|Y) - H(Z|X,Y) - H(Z)</math> | |||
Conditioning on a third random variable may either increase or decrease the mutual information: that is, the difference <math>I(X;Y|Z) - I(X;Y)</math>, called the [[interaction information]], may be positive, negative, or zero, but it is always true that | |||
:<math>I(X;Y|Z) \ge 0</math> | |||
for discrete, jointly distributed random variables ''X'', ''Y'', ''Z''. This result has been used as a basic building block for proving other [[inequalities in information theory]], in particular, those known as Shannon-type inequalities. | |||
Like mutual information, conditional mutual information can be expressed as a [[Kullback-Leibler divergence]]: | |||
:<math> I(X;Y|Z) = D_{\mathrm{KL}}[ p(X,Y,Z) \| p(X|Z)p(Y|Z)p(Z) ]. </math> | |||
Or as an expected value of simpler Kullback-Leibler divergences: | |||
:<math> I(X;Y|Z) = \sum_{z \in Z} p( Z=z ) D_{\mathrm{KL}}[ p(X,Y|z) \| p(X|z)p(Y|z) ], </math> | |||
:<math> I(X;Y|Z) = \sum_{y \in Y} p( Y=y ) D_{\mathrm{KL}}[ p(X,Z|y) \| p(X|Z)p(Z|y) ]. </math> | |||
==More general definition== | |||
A more general definition of conditional mutual information, applicable to random variables with continuous or other arbitrary distributions, will depend on the concept of '''[[regular conditional probability]]'''. (See also.<ref>[http://planetmath.org/encyclopedia/ConditionalProbabilityMeasure.html Regular Conditional Probability] on [http://planetmath.org/ PlanetMath]</ref><ref>D. Leao Jr. et al. ''Regular conditional probability, disintegration of probability and Radon spaces.'' Proyecciones. Vol. 23, No. 1, pp. 15–29, May 2004, Universidad Católica del Norte, Antofagasta, Chile [http://www.scielo.cl/pdf/proy/v23n1/art02.pdf PDF]</ref>) | |||
Let <math>(\Omega, \mathcal F, \mathfrak P)</math> be a [[probability space]], and let the random variables ''X'', ''Y'', and ''Z'' each be defined as a Borel-measurable function from <math>\Omega</math> to some state space endowed with a topological structure. | |||
Consider the Borel measure (on the σ-algebra generated by the open sets) in the state space of each random variable defined by assigning each Borel set the <math>\mathfrak P</math>-measure of its preimage in <math>\mathcal F</math>. This is called the [[pushforward measure]] <math>X _* \mathfrak P = \mathfrak P\big(X^{-1}(\cdot)\big).</math> The '''support of a random variable''' is defined to be the [[Support (measure theory)|topological support]] of this measure, i.e. <math>\mathrm{supp}\,X = \mathrm{supp}\,X _* \mathfrak P.</math> | |||
Now we can formally define the [[conditional probability distribution|conditional probability measure]] given the value of one (or, via the [[product topology]], more) of the random variables. Let <math>M</math> be a measurable subset of <math>\Omega,</math> (i.e. <math>M \in \mathcal F,</math>) and let <math>x \in \mathrm{supp}\,X.</math> Then, using the [[disintegration theorem]]: | |||
:<math>\mathfrak P(M | X=x) = \lim_{U \ni x} | |||
\frac {\mathfrak P(M \cap \{X \in U\})} | |||
{\mathfrak P(\{X \in U\})} | |||
\qquad \textrm{and} \qquad \mathfrak P(M|X) = \int_M d\mathfrak P\big(\omega|X=X(\omega)\big),</math> | |||
where the limit is taken over the open neighborhoods <math>U</math> of <math>x</math>, as they are allowed to become arbitrarily smaller with respect to [[Subset|set inclusion]]. | |||
Finally we can define the conditional mutual information via [[Lebesgue integration]]: | |||
:<math>I(X;Y|Z) = \int_\Omega \log | |||
\frac {d \mathfrak P(\omega|X,Z)\, d\mathfrak P(\omega|Y,Z)} | |||
{d \mathfrak P(\omega|Z)\, d\mathfrak P(\omega|X,Y,Z)} | |||
d \mathfrak P(\omega), | |||
</math> | |||
where the integrand is the logarithm of a [[Radon–Nikodym derivative]] involving some of the conditional probability measures we have just defined. | |||
==Note on notation== | |||
In an expression such as <math>I(A;B|C),</math> <math>A,</math> <math>B,</math> and <math>C</math> need not necessarily be restricted to representing individual random variables, but could also represent the joint distribution of any collection of random variables defined on the same [[probability space]]. As is common in [[probability theory]], we may use the comma to denote such a joint distribution, e.g. <math>I(A_0,A_1;B_1,B_2,B_3|C_0,C_1).</math> Hence the use of the semicolon (or occasionally a colon or even a wedge <math>\wedge</math>) to separate the principal arguments of the mutual information symbol. (No such distinction is necessary in the symbol for [[joint entropy]], since the joint entropy of any number of random variables is the same as the entropy of their joint distribution.) | |||
==Multivariate mutual information== | |||
{{main|Multivariate mutual information}} | |||
The conditional mutual information can be used to inductively define a '''multivariate mutual information''' in a set- or [[Information theory and measure theory|measure-theoretic sense]] in the context of '''[[information diagram]]s'''. In this sense we define the multivariate mutual information as follows: | |||
:<math>I(X_1;\cdots;X_{n+1}) = I(X_1;\cdots;X_n) - I(X_1;\cdots;X_n|X_{n+1}),</math> | |||
where | |||
:<math>I(X_1;\cdots;X_n|X_{n+1}) = \mathbb E_{X_{n+1}}\big(I(X_1;\cdots;X_n)|X_{n+1}\big).</math> | |||
This definition is identical to that of [[interaction information]] except for a change in sign in the case of an odd number of random variables. A complication is that this multivariate mutual information (as well as the interaction information) can be positive, negative, or zero, which makes this quantity difficult to interpret intuitively. In fact, for ''n'' random variables, there are <math>2^n-1</math> degrees of freedom for how they might be correlated in an information-theoretic sense, corresponding to each non-empty subset of these variables. These degrees of freedom are bounded by various Shannon- and non-Shannon-type [[inequalities in information theory]]. | |||
==References== | |||
<references/> | |||
[[Category:Information theory]] | |||
[[Category:Entropy and information]] |
Revision as of 14:01, 7 September 2012
In probability theory, and in particular, information theory, the conditional mutual information is, in its most basic form, the expected value of the mutual information of two random variables given the value of a third.
Definition
For discrete random variables and we define
where the marginal, joint, and/or conditional probability mass functions are denoted by with the appropriate subscript. This can be simplified as
Alternatively, we may write[1]
This can be rewritten to show its relationship to mutual information
usually rearranged as the chain rule for mutual information
Another equivalent form of the above is
Conditioning on a third random variable may either increase or decrease the mutual information: that is, the difference , called the interaction information, may be positive, negative, or zero, but it is always true that
for discrete, jointly distributed random variables X, Y, Z. This result has been used as a basic building block for proving other inequalities in information theory, in particular, those known as Shannon-type inequalities.
Like mutual information, conditional mutual information can be expressed as a Kullback-Leibler divergence:
Or as an expected value of simpler Kullback-Leibler divergences:
More general definition
A more general definition of conditional mutual information, applicable to random variables with continuous or other arbitrary distributions, will depend on the concept of regular conditional probability. (See also.[2][3])
Let be a probability space, and let the random variables X, Y, and Z each be defined as a Borel-measurable function from to some state space endowed with a topological structure.
Consider the Borel measure (on the σ-algebra generated by the open sets) in the state space of each random variable defined by assigning each Borel set the -measure of its preimage in . This is called the pushforward measure The support of a random variable is defined to be the topological support of this measure, i.e.
Now we can formally define the conditional probability measure given the value of one (or, via the product topology, more) of the random variables. Let be a measurable subset of (i.e. ) and let Then, using the disintegration theorem:
where the limit is taken over the open neighborhoods of , as they are allowed to become arbitrarily smaller with respect to set inclusion.
Finally we can define the conditional mutual information via Lebesgue integration:
where the integrand is the logarithm of a Radon–Nikodym derivative involving some of the conditional probability measures we have just defined.
Note on notation
In an expression such as and need not necessarily be restricted to representing individual random variables, but could also represent the joint distribution of any collection of random variables defined on the same probability space. As is common in probability theory, we may use the comma to denote such a joint distribution, e.g. Hence the use of the semicolon (or occasionally a colon or even a wedge ) to separate the principal arguments of the mutual information symbol. (No such distinction is necessary in the symbol for joint entropy, since the joint entropy of any number of random variables is the same as the entropy of their joint distribution.)
Multivariate mutual information
Mining Engineer (Excluding Oil ) Truman from Alma, loves to spend time knotting, largest property developers in singapore developers in singapore and stamp collecting. Recently had a family visit to Urnes Stave Church. The conditional mutual information can be used to inductively define a multivariate mutual information in a set- or measure-theoretic sense in the context of information diagrams. In this sense we define the multivariate mutual information as follows:
where
This definition is identical to that of interaction information except for a change in sign in the case of an odd number of random variables. A complication is that this multivariate mutual information (as well as the interaction information) can be positive, negative, or zero, which makes this quantity difficult to interpret intuitively. In fact, for n random variables, there are degrees of freedom for how they might be correlated in an information-theoretic sense, corresponding to each non-empty subset of these variables. These degrees of freedom are bounded by various Shannon- and non-Shannon-type inequalities in information theory.
References
- ↑ K. Makarychev et al. A new class of non-Shannon-type inequalities for entropies. Communications in Information and Systems, Vol. 2, No. 2, pp. 147–166, December 2002 PDF
- ↑ Regular Conditional Probability on PlanetMath
- ↑ D. Leao Jr. et al. Regular conditional probability, disintegration of probability and Radon spaces. Proyecciones. Vol. 23, No. 1, pp. 15–29, May 2004, Universidad Católica del Norte, Antofagasta, Chile PDF