Entropy (information theory)

Revision as of 06:07, 14 May 2025 by imported>Remsense (Reverting edit(s) by Fnfal (talk) to rev. 1289477786 by Scrooge Mcduc: No reliable source (UV 0.1.6))
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description {{#invoke:other uses|otheruses}} Template:More citations needed Template:Use dmy dates Template:Use American English

Template:Information theory

In information theory, the entropy of a random variable quantifies the average level of uncertainty or information associated with the variable's potential states or possible outcomes. This measures the expected amount of information needed to describe the state of the variable, considering the distribution of probabilities across all potential states. Given a discrete random variable <math>X</math>, which may be any member <math>x</math> within the set <math>\mathcal{X}</math> and is distributed according to <math>p\colon \mathcal{X}\to[0, 1]</math>, the entropy is <math display="block">\Eta(X) := -\sum_{x \in \mathcal{X}} p(x) \log p(x),</math> where <math>\Sigma</math> denotes the sum over the variable's possible values.<ref group=Note name=Note01/> The choice of base for <math>\log</math>, the logarithm, varies for different applications. Base 2 gives the unit of bits (or "shannons"), while base e gives "natural units" nat, and base 10 gives units of "dits", "bans", or "hartleys". An equivalent definition of entropy is the expected value of the self-information of a variable.<ref name="pathriaBook">Template:Cite book</ref>

File:Entropy flip 2 coins.jpg
Two bits of entropy: In the case of two fair coin tosses, the information entropy in bits is the base-2 logarithm of the number of possible outcomesTemplate:Px2Template:MdashTemplate:Hspwith two coins there are four possible outcomes, and two bits of entropy. Generally, information entropy is the average amount of information conveyed by an event, when considering all possible outcomes.

The concept of information entropy was introduced by Claude Shannon in his 1948 paper "A Mathematical Theory of Communication",<ref name="shannonPaper1">Template:Cite journal (PDF, archived from here Template:Webarchive)</ref><ref name="shannonPaper2">Template:Cite journal (PDF, archived from here Template:Webarchive)</ref> and is also referred to as Shannon entropy. Shannon's theory defines a data communication system composed of three elements: a source of data, a communication channel, and a receiver. The "fundamental problem of communication" – as expressed by Shannon – is for the receiver to be able to identify what data was generated by the source, based on the signal it receives through the channel.<ref name="shannonPaper1" /><ref name="shannonPaper2" /> Shannon considered various ways to encode, compress, and transmit messages from a data source, and proved in his source coding theorem that the entropy represents an absolute mathematical limit on how well data from the source can be losslessly compressed onto a perfectly noiseless channel. Shannon strengthened this result considerably for noisy channels in his noisy-channel coding theorem.

Entropy in information theory is directly analogous to the entropy in statistical thermodynamics. The analogy results when the values of the random variable designate energies of microstates, so Gibbs's formula for the entropy is formally identical to Shannon's formula. Entropy has relevance to other areas of mathematics such as combinatorics and machine learning. The definition can be derived from a set of axioms establishing that entropy should be a measure of how informative the average outcome of a variable is. For a continuous random variable, differential entropy is analogous to entropy. The definition <math>\mathbb{E}[-\log p(X)] </math> generalizes the above.

IntroductionEdit

The core idea of information theory is that the "informational value" of a communicated message depends on the degree to which the content of the message is surprising. If a highly likely event occurs, the message carries very little information. On the other hand, if a highly unlikely event occurs, the message is much more informative. For instance, the knowledge that some particular number will not be the winning number of a lottery provides very little information, because any particular chosen number will almost certainly not win. However, knowledge that a particular number will win a lottery has high informational value because it communicates the occurrence of a very low probability event.

The information content, also called the surprisal or self-information, of an event <math>E</math> is a function that increases as the probability <math>p(E)</math> of an event decreases. When <math>p(E)</math> is close to 1, the surprisal of the event is low, but if <math>p(E)</math> is close to 0, the surprisal of the event is high. This relationship is described by the function <math display="block">\log\left(\frac{1}{p(E)}\right) ,</math> where <math>\log</math> is the logarithm, which gives 0 surprise when the probability of the event is 1.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In fact, Template:Math is the only function that satisfies а specific set of conditions defined in section Template:Slink.

Hence, we can define the information, or surprisal, of an event <math>E</math> by <math display="block">I(E) = -\log(p(E)) ,</math> or equivalently, <math display="block">I(E) = \log\left(\frac{1}{p(E)}\right) .</math>

Entropy measures the expected (i.e., average) amount of information conveyed by identifying the outcome of a random trial.<ref name="mackay2003">Template:Cite book</ref>Template:Rp This implies that rolling a die has higher entropy than tossing a coin because each outcome of a die toss has smaller probability (<math>p=1/6</math>) than each outcome of a coin toss (<math>p=1/2</math>).

Consider a coin with probability Template:Math of landing on heads and probability Template:Math of landing on tails. The maximum surprise is when Template:Math, for which one outcome is not expected over the other. In this case a coin flip has an entropy of one bit (similarly, one trit with equiprobable values contains <math>\log_2 3</math> (about 1.58496) bits of information because it can have one of three values). The minimum surprise is when Template:Math (impossibility) or Template:Math (certainty) and the entropy is zero bits. When the entropy is zero, sometimes referred to as unity<ref group=Note name=Note02/>, there is no uncertainty at all – no freedom of choice – no information.<ref>Template:Cite book</ref> Other values of p give entropies between zero and one bits.

ExampleEdit

Information theory is useful to calculate the smallest amount of information required to convey a message, as in data compression. For example, consider the transmission of sequences comprising the 4 characters 'A', 'B', 'C', and 'D' over a binary channel. If all 4 letters are equally likely (25%), one cannot do better than using two bits to encode each letter. 'A' might code as '00', 'B' as '01', 'C' as '10', and 'D' as '11'. However, if the probabilities of each letter are unequal, say 'A' occurs with 70% probability, 'B' with 26%, and 'C' and 'D' with 2% each, one could assign variable length codes. In this case, 'A' would be coded as '0', 'B' as '10', 'C' as '110', and 'D' as '111'. With this representation, 70% of the time only one bit needs to be sent, 26% of the time two bits, and only 4% of the time 3 bits. On average, fewer than 2 bits are required since the entropy is lower (owing to the high prevalence of 'A' followed by 'B' – together 96% of characters). The calculation of the sum of probability-weighted log probabilities measures and captures this effect.

English text, treated as a string of characters, has fairly low entropy; i.e. it is fairly predictable. We can be fairly certain that, for example, 'e' will be far more common than 'z', that the combination 'qu' will be much more common than any other combination with a 'q' in it, and that the combination 'th' will be more common than 'z', 'q', or 'qu'. After the first few letters one can often guess the rest of the word. English text has between 0.6 and 1.3 bits of entropy per character of the message.<ref name="Schneier, B page 234">Schneier, B: Applied Cryptography, Second edition, John Wiley and Sons.</ref>Template:Rp

DefinitionEdit

Named after Boltzmann's Η-theorem, Shannon defined the entropy Template:Math (Greek capital letter eta) of a discrete random variable <math display="inline">X</math>, which takes values in the set <math>\mathcal{X}</math> and is distributed according to <math>p: \mathcal{X} \to [0, 1]</math> such that <math>p(x) := \mathbb{P}[X = x]</math>:

<math display="block">\Eta(X) = \mathbb{E}[\operatorname{I}(X)] = \mathbb{E}[-\log p(X)].</math>

Here <math>\mathbb{E}</math> is the expected value operator, and Template:Math is the information content of Template:Math.<ref>Template:Cite book</ref>Template:Rp<ref>Template:Cite book</ref>Template:Rp <math>\operatorname{I}(X)</math> is itself a random variable.

The entropy can explicitly be written as: <math display="block">\Eta(X) = -\sum_{x \in \mathcal{X}} p(x)\log_b p(x) ,</math> where Template:Math is the base of the logarithm used. Common values of Template:Math are 2, [[e (mathematical constant)|Euler's number Template:Math]], and 10, and the corresponding units of entropy are the bits for Template:Math, nats for Template:Math, and bans for Template:Math.<ref>Schneider, T.D, Information theory primer with an appendix on logarithmsTemplate:Dead link, National Cancer Institute, 14 April 2007.</ref>

In the case of <math>p(x) = 0</math> for some <math>x \in \mathcal{X}</math>, the value of the corresponding summand Template:Math is taken to be Template:Math, which is consistent with the limit:<ref name="cover1991">Template:Cite book</ref>Template:Rp <math display="block">\lim_{p \to 0^+} p \log (p) = 0.</math>

One may also define the conditional entropy of two variables <math>X</math> and <math>Y</math> taking values from sets <math>\mathcal{X}</math> and <math>\mathcal{Y}</math> respectively, as:<ref name=cover1991/>Template:Rp <math display="block"> \Eta(X|Y)=-\sum_{x,y \in \mathcal{X} \times \mathcal{Y}} p_{X,Y}(x,y)\log\frac{p_{X,Y}(x,y)}{p_Y(y)} ,</math> where <math>p_{X,Y}(x,y) := \mathbb{P}[X=x,Y=y]</math> and <math>p_Y(y) = \mathbb{P}[Y = y]</math>. This quantity should be understood as the remaining randomness in the random variable <math>X</math> given the random variable <math>Y</math>.

Measure theoryEdit

Entropy can be formally defined in the language of measure theory as follows:<ref>Template:Nlab</ref> Let <math>(X, \Sigma, \mu)</math> be a probability space. Let <math>A \in \Sigma</math> be an event. The surprisal of <math>A</math> is <math display="block"> \sigma_\mu(A) = -\ln \mu(A) .</math>

The expected surprisal of <math>A</math> is <math display="block"> h_\mu(A) = \mu(A) \sigma_\mu(A) .</math>

A <math>\mu</math>-almost partition is a set family <math>P \subseteq \mathcal{P}(X)</math> such that <math>\mu(\mathop{\cup} P) = 1</math> and <math>\mu(A \cap B) = 0</math> for all distinct <math>A, B \in P</math>. (This is a relaxation of the usual conditions for a partition.) The entropy of <math>P</math> is <math display="block"> \Eta_\mu(P) = \sum_{A \in P} h_\mu(A) .</math>

Let <math>M</math> be a sigma-algebra on <math>X</math>. The entropy of <math>M</math> is <math display="block"> \Eta_\mu(M) = \sup_{P \subseteq M} \Eta_\mu(P) .</math> Finally, the entropy of the probability space is <math>\Eta_\mu(\Sigma)</math>, that is, the entropy with respect to <math>\mu</math> of the sigma-algebra of all measurable subsets of <math>X</math>.

Recent studies on layered dynamical systems have introduced the concept of symbolic conditional entropy, further extending classical entropy measures to more abstract informational structures.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

ExampleEdit

File:Binary entropy plot.svg
Entropy Template:Math (i.e. the expected surprisal) of a coin flip, measured in bits, graphed versus the bias of the coin Template:Math, where Template:Math represents a result of heads.<ref name=cover1991/>Template:Rp

Here, the entropy is at most 1 bit, and to communicate the outcome of a coin flip (2 possible values) will require an average of at most 1 bit (exactly 1 bit for a fair coin). The result of a fair die (6 possible values) would have entropy log26 bits.

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Consider tossing a coin with known, not necessarily fair, probabilities of coming up heads or tails; this can be modeled as a Bernoulli process.

The entropy of the unknown result of the next toss of the coin is maximized if the coin is fair (that is, if heads and tails both have equal probability 1/2). This is the situation of maximum uncertainty as it is most difficult to predict the outcome of the next toss; the result of each toss of the coin delivers one full bit of information. This is because <math display="block">\begin{align} \Eta(X) &= -\sum_{i=1}^n {p(x_i) \log_b p(x_i)} \\ &= -\sum_{i=1}^2 {\frac{1}{2}\log_2{\frac{1}{2}}} \\ &= -\sum_{i=1}^2 {\frac{1}{2} \cdot (-1)} = 1. \end{align}</math>

However, if we know the coin is not fair, but comes up heads or tails with probabilities Template:Math and Template:Math, where Template:Math, then there is less uncertainty. Every time it is tossed, one side is more likely to come up than the other. The reduced uncertainty is quantified in a lower entropy: on average each toss of the coin delivers less than one full bit of information. For example, if Template:Math = 0.7, then <math display="block">\begin{align} \Eta(X) &= - p \log_2 p - q \log_2 q \\[1ex] &= - 0.7 \log_2 (0.7) - 0.3 \log_2 (0.3) \\[1ex] &\approx - 0.7 \cdot (-0.515) - 0.3 \cdot (-1.737) \\[1ex] &= 0.8816 < 1. \end{align}</math>

Uniform probability yields maximum uncertainty and therefore maximum entropy. Entropy, then, can only decrease from the value associated with uniform probability. The extreme case is that of a double-headed coin that never comes up tails, or a double-tailed coin that never results in a head. Then there is no uncertainty. The entropy is zero: each toss of the coin delivers no new information as the outcome of each coin toss is always certain.<ref name=cover1991/>Template:Rp

CharacterizationEdit

To understand the meaning of Template:Math, first define an information function Template:Math in terms of an event Template:Math with probability Template:Math. The amount of information acquired due to the observation of event Template:Math follows from Shannon's solution of the fundamental properties of information:<ref>Template:Cite book</ref>

  1. Template:Math is monotonically decreasing in Template:Math: an increase in the probability of an event decreases the information from an observed event, and vice versa.
  2. Template:Math: events that always occur do not communicate information.
  3. Template:Math: the information learned from independent events is the sum of the information learned from each event.
  4. Template:Math is a twice continuously differentiable function of p.

Given two independent events, if the first event can yield one of Template:Math equiprobable outcomes and another has one of Template:Math equiprobable outcomes then there are Template:Math equiprobable outcomes of the joint event. This means that if Template:Math bits are needed to encode the first value and Template:Math to encode the second, one needs Template:Math to encode both.

Shannon discovered that a suitable choice of <math>\operatorname{I}</math> is given by:<ref>Chakrabarti, C. G., and Indranil Chakrabarty. "Shannon entropy: axiomatic characterization and application." International Journal of Mathematics and Mathematical Sciences 2005. 17 (2005): 2847-2854 url Template:Webarchive</ref> <math display="block">\operatorname{I}(p) = \log\left(\tfrac{1}{p}\right) = -\log(p).</math>

In fact, the only possible values of <math>\operatorname{I}</math> are <math>\operatorname{I}(u) = k \log u</math> for <math>k<0</math>. Additionally, choosing a value for Template:Math is equivalent to choosing a value <math>x>1</math> for <math>k = - 1/\log x</math>, so that Template:Math corresponds to the base for the logarithm. Thus, entropy is characterized by the above four properties.

The different units of information (bits for the binary logarithm Template:Math, nats for the natural logarithm Template:Math, bans for the decimal logarithm Template:Math and so on) are constant multiples of each other. For instance, in case of a fair coin toss, heads provides Template:Math bit of information, which is approximately 0.693 nats or 0.301 decimal digits. Because of additivity, Template:Math tosses provide Template:Math bits of information, which is approximately Template:Math nats or Template:Math decimal digits.

The meaning of the events observed (the meaning of messages) does not matter in the definition of entropy. Entropy only takes into account the probability of observing a specific event, so the information it encapsulates is information about the underlying probability distribution, not the meaning of the events themselves.

Alternative characterizationEdit

Another characterization of entropy uses the following properties. We denote Template:Math and Template:Math.

  1. Continuity: Template:Math should be continuous, so that changing the values of the probabilities by a very small amount should only change the entropy by a small amount.
  2. Symmetry: Template:Math should be unchanged if the outcomes Template:Math are re-ordered. That is, <math>\Eta_n\left(p_1, p_2, \ldots, p_n \right) = \Eta_n\left(p_{i_1}, p_{i_2}, \ldots, p_{i_n} \right)</math> for any permutation <math>\{i_1, ..., i_n\}</math> of <math>\{1, ..., n\}</math>.
  3. Maximum: <math>\Eta_n</math> should be maximal if all the outcomes are equally likely i.e. <math>\Eta_n(p_1,\ldots,p_n) \le \Eta_n\left(\frac{1}{n}, \ldots, \frac{1}{n}\right)</math>.
  4. Increasing number of outcomes: for equiprobable events, the entropy should increase with the number of outcomes i.e. <math>\Eta_n\bigg(\underbrace{\frac{1}{n}, \ldots, \frac{1}{n}}_{n}\bigg) < \Eta_{n+1}\bigg(\underbrace{\frac{1}{n+1}, \ldots, \frac{1}{n+1}}_{n+1}\bigg).</math>
  5. Additivity: given an ensemble of Template:Math uniformly distributed elements that are partitioned into Template:Math boxes (sub-systems) with Template:Math elements each, the entropy of the whole ensemble should be equal to the sum of the entropy of the system of boxes and the individual entropies of the boxes, each weighted with the probability of being in that particular box.

DiscussionEdit

The rule of additivity has the following consequences: for positive integers Template:Math where Template:Math, <math display="block">\Eta_n\left(\frac{1}{n}, \ldots, \frac{1}{n}\right) = \Eta_k\left(\frac{b_1}{n}, \ldots, \frac{b_k}{n}\right) + \sum_{i=1}^k \frac{b_i}{n} \, \Eta_{b_i}\left(\frac{1}{b_i}, \ldots, \frac{1}{b_i}\right).</math>

Choosing Template:Math, Template:Math this implies that the entropy of a certain outcome is zero: Template:Math. This implies that the efficiency of a source set with Template:Math symbols can be defined simply as being equal to its Template:Math-ary entropy. See also Redundancy (information theory).

The characterization here imposes an additive property with respect to a partition of a set. Meanwhile, the conditional probability is defined in terms of a multiplicative property, <math>P(A\mid B)\cdot P(B)=P(A\cap B)</math>. Observe that a logarithm mediates between these two operations. The conditional entropy and related quantities inherit simple relation, in turn. The measure theoretic definition in the previous section defined the entropy as a sum over expected surprisals <math>\mu(A)\cdot \ln\mu(A)</math> for an extremal partition. Here the logarithm is ad hoc and the entropy is not a measure in itself. At least in the information theory of a binary string, <math>\log_2</math> lends itself to practical interpretations.

Motivated by such relations, a plethora of related and competing quantities have been defined. For example, David Ellerman's analysis of a "logic of partitions" defines a competing measure in structures dual to that of subsets of a universal set.<ref>Template:Cite journal</ref> Information is quantified as "dits" (distinctions), a measure on partitions. "Dits" can be converted into Shannon's bits, to get the formulas for conditional entropy, and so on.

Alternative characterization via additivity and subadditivityEdit

Another succinct axiomatic characterization of Shannon entropy was given by Aczél, Forte and Ng,<ref name="aczelentropy">Template:Cite journal</ref> via the following properties:

  1. Subadditivity: <math>\Eta(X,Y) \le \Eta(X)+\Eta(Y)</math> for jointly distributed random variables <math>X,Y</math>.
  2. Additivity: <math>\Eta(X,Y) = \Eta(X)+\Eta(Y)</math> when the random variables <math>X,Y</math> are independent.
  3. Expansibility: <math>\Eta_{n+1}(p_1, \ldots, p_n, 0) = \Eta_n(p_1, \ldots, p_n)</math>, i.e., adding an outcome with probability zero does not change the entropy.
  4. Symmetry: <math>\Eta_n(p_1, \ldots, p_n)</math> is invariant under permutation of <math>p_1, \ldots, p_n</math>.
  5. Small for small probabilities: <math>\lim_{q \to 0^+} \Eta_2(1-q, q) = 0</math>.

DiscussionEdit

It was shown that any function <math>\Eta</math> satisfying the above properties must be a constant multiple of Shannon entropy, with a non-negative constant.<ref name="aczelentropy"/> Compared to the previously mentioned characterizations of entropy, this characterization focuses on the properties of entropy as a function of random variables (subadditivity and additivity), rather than the properties of entropy as a function of the probability vector <math>p_1,\ldots ,p_n</math>.

It is worth noting that if we drop the "small for small probabilities" property, then <math>\Eta</math> must be a non-negative linear combination of the Shannon entropy and the Hartley entropy.<ref name="aczelentropy"/>

Further propertiesEdit

The Shannon entropy satisfies the following properties, for some of which it is useful to interpret entropy as the expected amount of information learned (or uncertainty eliminated) by revealing the value of a random variable Template:Math:

  • Adding or removing an event with probability zero does not contribute to the entropy: <math display="block">\Eta_{n+1}(p_1,\ldots,p_n,0) = \Eta_n(p_1,\ldots,p_n).</math>
  • The maximal entropy of an event with n different outcomes is Template:Math: it is attained by the uniform probability distribution. That is, uncertainty is maximal when all possible events are equiprobable:<ref name="cover1991" />Template:Rp <math display="block">\Eta(p_1,\dots,p_n) \leq \log_b n.</math>
  • The entropy or the amount of information revealed by evaluating Template:Math (that is, evaluating Template:Math and Template:Math simultaneously) is equal to the information revealed by conducting two consecutive experiments: first evaluating the value of Template:Math, then revealing the value of Template:Math given that you know the value of Template:Math. This may be written as:<ref name=cover1991/>Template:Rp <math display="block"> \Eta(X,Y)=\Eta(X|Y)+\Eta(Y)=\Eta(Y|X)+\Eta(X).</math>
  • If <math>Y=f(X)</math> where <math>f</math> is a function, then <math>\Eta(f(X)|X) = 0</math>. Applying the previous formula to <math>\Eta(X,f(X))</math> yields <math display="block"> \Eta(X)+\Eta(f(X)|X)=\Eta(f(X))+\Eta(X|f(X)),</math> so <math>\Eta(f(X)) \le \Eta(X)</math>, the entropy of a variable can only decrease when the latter is passed through a function.
  • If Template:Math and Template:Math are two independent random variables, then knowing the value of Template:Math doesn't influence our knowledge of the value of Template:Math (since the two don't influence each other by independence): <math display="block"> \Eta(X|Y)=\Eta(X).</math>
  • More generally, for any random variables Template:Math and Template:Math, we have<ref name=cover1991/>Template:Rp <math display="block"> \Eta(X|Y)\leq \Eta(X).</math>
  • The entropy of two simultaneous events is no more than the sum of the entropies of each individual event i.e., <math> \Eta(X,Y)\leq \Eta(X)+\Eta(Y)</math>, with equality if and only if the two events are independent.<ref name=cover1991/>Template:Rp
  • The entropy <math>\Eta(p)</math> is concave in the probability mass function <math>p</math>, i.e.<ref name=cover1991/>Template:Rp <math display="block">\Eta(\lambda p_1 + (1-\lambda) p_2) \ge \lambda \Eta(p_1) + (1-\lambda) \Eta(p_2)</math> for all probability mass functions <math>p_1,p_2</math> and <math> 0 \le \lambda \le 1</math>.<ref name=cover1991 />Template:Rp

AspectsEdit

Relationship to thermodynamic entropyEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} The inspiration for adopting the word entropy in information theory came from the close resemblance between Shannon's formula and very similar known formulae from statistical mechanics.

In statistical thermodynamics the most general formula for the thermodynamic entropy Template:Math of a thermodynamic system is the Gibbs entropy <math display="block">S = - k_\text{B} \sum_i p_i \ln p_i \,,</math> where Template:Math is the Boltzmann constant, and Template:Math is the probability of a microstate. The Gibbs entropy was defined by J. Willard Gibbs in 1878 after earlier work by Ludwig Boltzmann (1872).<ref>Compare: Boltzmann, Ludwig (1896, 1898). Vorlesungen über Gastheorie : 2 Volumes – Leipzig 1895/98 UB: O 5262-6. English version: Lectures on gas theory. Translated by Stephen G. Brush (1964) Berkeley: University of California Press; (1995) New York: Dover Template:Isbn</ref>

The Gibbs entropy translates over almost unchanged into the world of quantum physics to give the von Neumann entropy introduced by John von Neumann in 1927: <math display="block">S = - k_\text{B} \,{\rm Tr}(\rho \ln \rho) \,,</math> where ρ is the density matrix of the quantum mechanical system and Tr is the trace.<ref>Template:Cite book</ref>

At an everyday practical level, the links between information entropy and thermodynamic entropy are not evident. Physicists and chemists are apt to be more interested in changes in entropy as a system spontaneously evolves away from its initial conditions, in accordance with the second law of thermodynamics, rather than an unchanging probability distribution. As the minuteness of the Boltzmann constant Template:Math indicates, the changes in Template:Math for even tiny amounts of substances in chemical and physical processes represent amounts of entropy that are extremely large compared to anything in data compression or signal processing. In classical thermodynamics, entropy is defined in terms of macroscopic measurements and makes no reference to any probability distribution, which is central to the definition of information entropy.

The connection between thermodynamics and what is now known as information theory was first made by Boltzmann and expressed by his equation:

<math display="block">S=k_\text{B} \ln W,</math>

where <math>S</math> is the thermodynamic entropy of a particular macrostate (defined by thermodynamic parameters such as temperature, volume, energy, etc.), Template:Math is the number of microstates (various combinations of particles in various energy states) that can yield the given macrostate, and Template:Math is the Boltzmann constant.<ref>Template:Cite journal</ref> It is assumed that each microstate is equally likely, so that the probability of a given microstate is Template:Math. When these probabilities are substituted into the above expression for the Gibbs entropy (or equivalently Template:Math times the Shannon entropy), Boltzmann's equation results. In information theoretic terms, the information entropy of a system is the amount of "missing" information needed to determine a microstate, given the macrostate.

In the view of Jaynes (1957),<ref>Template:Cite journal</ref> thermodynamic entropy, as explained by statistical mechanics, should be seen as an application of Shannon's information theory: the thermodynamic entropy is interpreted as being proportional to the amount of further Shannon information needed to define the detailed microscopic state of the system, that remains uncommunicated by a description solely in terms of the macroscopic variables of classical thermodynamics, with the constant of proportionality being just the Boltzmann constant. Adding heat to a system increases its thermodynamic entropy because it increases the number of possible microscopic states of the system that are consistent with the measurable values of its macroscopic variables, making any complete state description longer. (See article: maximum entropy thermodynamics). Maxwell's demon can (hypothetically) reduce the thermodynamic entropy of a system by using information about the states of individual molecules; but, as Landauer (from 1961) and co-workers<ref>Template:Cite journal</ref> have shown, to function the demon himself must increase thermodynamic entropy in the process, by at least the amount of Shannon information he proposes to first acquire and store; and so the total thermodynamic entropy does not decrease (which resolves the paradox). Landauer's principle imposes a lower bound on the amount of heat a computer must generate to process a given amount of information, though modern computers are far less efficient.

Data compressionEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Shannon's definition of entropy, when applied to an information source, can determine the minimum channel capacity required to reliably transmit the source as encoded binary digits. Shannon's entropy measures the information contained in a message as opposed to the portion of the message that is determined (or predictable). Examples of the latter include redundancy in language structure or statistical properties relating to the occurrence frequencies of letter or word pairs, triplets etc. The minimum channel capacity can be realized in theory by using the typical set or in practice using Huffman, Lempel–Ziv or arithmetic coding. (See also Kolmogorov complexity.) In practice, compression algorithms deliberately include some judicious redundancy in the form of checksums to protect against errors. The entropy rate of a data source is the average number of bits per symbol needed to encode it. Shannon's experiments with human predictors show an information rate between 0.6 and 1.3 bits per character in English;<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> the PPM compression algorithm can achieve a compression ratio of 1.5 bits per character in English text.

If a compression scheme is lossless – one in which you can always recover the entire original message by decompression – then a compressed message has the same quantity of information as the original but is communicated in fewer characters. It has more information (higher entropy) per character. A compressed message has less redundancy. Shannon's source coding theorem states a lossless compression scheme cannot compress messages, on average, to have more than one bit of information per bit of message, but that any value less than one bit of information per bit of message can be attained by employing a suitable coding scheme. The entropy of a message per bit multiplied by the length of that message is a measure of how much total information the message contains. Shannon's theorem also implies that no lossless compression scheme can shorten all messages. If some messages come out shorter, at least one must come out longer due to the pigeonhole principle. In practical use, this is generally not a problem, because one is usually only interested in compressing certain types of messages, such as a document in English, as opposed to gibberish text, or digital photographs rather than noise, and it is unimportant if a compression algorithm makes some unlikely or uninteresting sequences larger.

A 2011 study in Science estimates the world's technological capacity to store and communicate optimally compressed information normalized on the most effective compression algorithms available in the year 2007, therefore estimating the entropy of the technologically available sources.<ref name="HilbertLopez2011">"The World's Technological Capacity to Store, Communicate, and Compute Information" Template:Webarchive, Martin Hilbert and Priscila López (2011), Science, 332(6025); free access to the article through here: martinhilbert.net/WorldInfoCapacity.html</ref>Template:Rp

All figures in entropically compressed exabytes
Type of Information 1986 2007
Storage 2.6 295
Broadcast 432 1900
Telecommunications 0.281 65

The authors estimate humankind technological capacity to store information (fully entropically compressed) in 1986 and again in 2007. They break the information into three categories—to store information on a medium, to receive information through one-way broadcast networks, or to exchange information through two-way telecommunications networks.<ref name="HilbertLopez2011"/>

Entropy as a measure of diversityEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Entropy is one of several ways to measure biodiversity and is applied in the form of the Shannon index.<ref>Template:Cite journal</ref> A diversity index is a quantitative statistical measure of how many different types exist in a dataset, such as species in a community, accounting for ecological richness, evenness, and dominance. Specifically, Shannon entropy is the logarithm of Template:Math, the true diversity index with parameter equal to 1. The Shannon index is related to the proportional abundances of types.

Entropy of a sequenceEdit

There are a number of entropy-related concepts that mathematically quantify information content of a sequence or message:

  • the self-information of an individual message or symbol taken from a given probability distribution (message or sequence seen as an individual event),
  • the joint entropy of the symbols forming the message or sequence (seen as a set of events),
  • the entropy rate of a stochastic process (message or sequence is seen as a succession of events).

(The "rate of self-information" can also be defined for a particular sequence of messages or symbols generated by a given stochastic process: this will always be equal to the entropy rate in the case of a stationary process.) Other quantities of information are also used to compare or relate different sources of information.

It is important not to confuse the above concepts. Often it is only clear from context which one is meant. For example, when someone says that the "entropy" of the English language is about 1 bit per character, they are actually modeling the English language as a stochastic process and talking about its entropy rate. Shannon himself used the term in this way.

If very large blocks are used, the estimate of per-character entropy rate may become artificially low because the probability distribution of the sequence is not known exactly; it is only an estimate. If one considers the text of every book ever published as a sequence, with each symbol being the text of a complete book, and if there are Template:Math published books, and each book is only published once, the estimate of the probability of each book is Template:Math, and the entropy (in bits) is Template:Math. As a practical code, this corresponds to assigning each book a unique identifier and using it in place of the text of the book whenever one wants to refer to the book. This is enormously useful for talking about books, but it is not so useful for characterizing the information content of an individual book, or of language in general: it is not possible to reconstruct the book from its identifier without knowing the probability distribution, that is, the complete text of all the books. The key idea is that the complexity of the probabilistic model must be considered. Kolmogorov complexity is a theoretical generalization of this idea that allows the consideration of the information content of a sequence independent of any particular probability model; it considers the shortest program for a universal computer that outputs the sequence. A code that achieves the entropy rate of a sequence for a given model, plus the codebook (i.e. the probabilistic model), is one such program, but it may not be the shortest.

The Fibonacci sequence is 1, 1, 2, 3, 5, 8, 13, .... treating the sequence as a message and each number as a symbol, there are almost as many symbols as there are characters in the message, giving an entropy of approximately Template:Math. The first 128 symbols of the Fibonacci sequence has an entropy of approximately 7 bits/symbol, but the sequence can be expressed using a formula [[[:Template:Math]] for Template:Math, Template:Math, Template:Math] and this formula has a much lower entropy and applies to any length of the Fibonacci sequence.

Limitations of entropy in cryptographyEdit

In cryptanalysis, entropy is often roughly used as a measure of the unpredictability of a cryptographic key, though its real uncertainty is unmeasurable. For example, a 128-bit key that is uniformly and randomly generated has 128 bits of entropy. It also takes (on average) <math>2^{127}</math> guesses to break by brute force. Entropy fails to capture the number of guesses required if the possible keys are not chosen uniformly.<ref>Template:Cite conference</ref><ref>Template:Cite conference</ref> Instead, a measure called guesswork can be used to measure the effort required for a brute force attack.<ref>Template:Cite conference</ref>

Other problems may arise from non-uniform distributions used in cryptography. For example, a 1,000,000-digit binary one-time pad using exclusive or. If the pad has 1,000,000 bits of entropy, it is perfect. If the pad has 999,999 bits of entropy, evenly distributed (each individual bit of the pad having 0.999999 bits of entropy) it may provide good security. But if the pad has 999,999 bits of entropy, where the first bit is fixed and the remaining 999,999 bits are perfectly random, the first bit of the ciphertext will not be encrypted at all.

Data as a Markov processEdit

A common way to define entropy for text is based on the Markov model of text. For an order-0 source (each character is selected independent of the last characters), the binary entropy is:

<math display="block">\Eta(\mathcal{S}) = - \sum_i p_i \log p_i ,</math>

where Template:Math is the probability of Template:Math. For a first-order Markov source (one in which the probability of selecting a character is dependent only on the immediately preceding character), the entropy rate is:Template:Citation needed

<math display="block">\Eta(\mathcal{S}) = - \sum_i p_i \sum_j \ p_i (j) \log p_i (j) ,</math>

where Template:Math is a state (certain preceding characters) and <math>p_i(j)</math> is the probability of Template:Math given Template:Math as the previous character.

For a second order Markov source, the entropy rate is

<math display="block">\Eta(\mathcal{S}) = -\sum_i p_i \sum_j p_i(j) \sum_k p_{i,j}(k)\ \log p_{i,j}(k) .</math>

Efficiency (normalized entropy)Edit

A source set <math>\mathcal{X}</math> with a non-uniform distribution will have less entropy than the same set with a uniform distribution (i.e. the "optimized alphabet"). This deficiency in entropy can be expressed as a ratio called efficiency:<ref>Indices of Qualitative Variation. AR Wilcox - 1967 https://www.osti.gov/servlets/purl/4167340</ref>

<math display="block">\eta(X) = \frac{H}{H_\text{max}} = -\sum_{i=1}^n \frac{p(x_i) \log_b (p(x_i))}{\log_b (n)}. </math> Applying the basic properties of the logarithm, this quantity can also be expressed as: <math display="block">\begin{align} \eta(X) &= -\sum_{i=1}^n \frac{p(x_i) \log_b(p(x_i))}{\log_b (n)} = \sum_{i=1}^n \frac{\log_b\left(p(x_i)^{-p(x_i)}\right)}{\log_b(n)} \\[1ex] &= \sum_{i=1}^n \log_n\left(p(x_i)^{-p(x_i)}\right) = \log_n \left(\prod_{i=1}^n p(x_i)^{-p(x_i)}\right). \end{align} </math>

Efficiency has utility in quantifying the effective use of a communication channel. This formulation is also referred to as the normalized entropy, as the entropy is divided by the maximum entropy <math>{\log_b (n)}</math>. Furthermore, the efficiency is indifferent to the choice of (positive) base Template:Math, as indicated by the insensitivity within the final logarithm above thereto.

Entropy for continuous random variablesEdit

Differential entropyEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

The Shannon entropy is restricted to random variables taking discrete values. The corresponding formula for a continuous random variable with probability density function Template:Math with finite or infinite support <math>\mathbb X</math> on the real line is defined by analogy, using the above form of the entropy as an expectation:<ref name=cover1991/>Template:Rp

<math display="block">\Eta(X) = \mathbb{E}[-\log f(X)] = -\int_\mathbb X f(x) \log f(x)\, \mathrm{d}x.</math>

This is the differential entropy (or continuous entropy). A precursor of the continuous entropy Template:Math is the expression for the functional Template:Math in the H-theorem of Boltzmann.

Although the analogy between both functions is suggestive, the following question must be set: is the differential entropy a valid extension of the Shannon discrete entropy? Differential entropy lacks a number of properties that the Shannon discrete entropy has – it can even be negative – and corrections have been suggested, notably limiting density of discrete points.

To answer this question, a connection must be established between the two functions:

In order to obtain a generally finite measure as the bin size goes to zero. In the discrete case, the bin size is the (implicit) width of each of the Template:Math (finite or infinite) bins whose probabilities are denoted by Template:Math. As the continuous domain is generalized, the width must be made explicit.

To do this, start with a continuous function Template:Math discretized into bins of size <math>\Delta</math>. By the mean-value theorem there exists a value Template:Math in each bin such that <math display="block">f(x_i) \Delta = \int_{i\Delta}^{(i+1)\Delta} f(x)\, dx</math> the integral of the function Template:Math can be approximated (in the Riemannian sense) by <math display="block">\int_{-\infty}^{\infty} f(x)\, dx = \lim_{\Delta \to 0} \sum_{i = -\infty}^{\infty} f(x_i) \Delta ,</math> where this limit and "bin size goes to zero" are equivalent.

We will denote <math display="block">\Eta^{\Delta} := - \sum_{i=-\infty}^{\infty} f(x_i) \Delta \log \left( f(x_i) \Delta \right)</math> and expanding the logarithm, we have <math display="block">\Eta^{\Delta} = - \sum_{i=-\infty}^{\infty} f(x_i) \Delta \log (f(x_i)) -\sum_{i=-\infty}^{\infty} f(x_i) \Delta \log (\Delta).</math>

As Template:Math, we have

<math display="block">\begin{align} \sum_{i=-\infty}^{\infty} f(x_i) \Delta &\to \int_{-\infty}^{\infty} f(x)\, dx = 1 \\ \sum_{i=-\infty}^{\infty} f(x_i) \Delta \log (f(x_i)) &\to \int_{-\infty}^{\infty} f(x) \log f(x)\, dx. \end{align}</math>

Note; Template:Math as Template:Math, requires a special definition of the differential or continuous entropy:

<math display="block">h[f] = \lim_{\Delta \to 0} \left(\Eta^{\Delta} + \log \Delta\right) = -\int_{-\infty}^{\infty} f(x) \log f(x)\,dx,</math>

which is, as said before, referred to as the differential entropy. This means that the differential entropy is not a limit of the Shannon entropy for Template:Math. Rather, it differs from the limit of the Shannon entropy by an infinite offset (see also the article on information dimension).

Limiting density of discrete pointsEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

It turns out as a result that, unlike the Shannon entropy, the differential entropy is not in general a good measure of uncertainty or information. For example, the differential entropy can be negative; also it is not invariant under continuous co-ordinate transformations. This problem may be illustrated by a change of units when Template:Math is a dimensioned variable. Template:Math will then have the units of Template:Math. The argument of the logarithm must be dimensionless, otherwise it is improper, so that the differential entropy as given above will be improper. If Template:Math is some "standard" value of Template:Math (i.e. "bin size") and therefore has the same units, then a modified differential entropy may be written in proper form as: <math display="block" display="block">\Eta=\int_{-\infty}^\infty f(x) \log(f(x)\,\Delta)\,dx ,</math> and the result will be the same for any choice of units for Template:Math. In fact, the limit of discrete entropy as <math> N \rightarrow \infty </math> would also include a term of <math> \log(N)</math>, which would in general be infinite. This is expected: continuous variables would typically have infinite entropy when discretized. The limiting density of discrete points is really a measure of how much easier a distribution is to describe than a distribution that is uniform over its quantization scheme.

Relative entropyEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Another useful measure of entropy that works equally well in the discrete and the continuous case is the relative entropy of a distribution. It is defined as the Kullback–Leibler divergence from the distribution to a reference measure Template:Math as follows. Assume that a probability distribution Template:Math is absolutely continuous with respect to a measure Template:Math, i.e. is of the form Template:Math for some non-negative Template:Math-integrable function Template:Math with Template:Math-integral 1, then the relative entropy can be defined as <math display="block">D_{\mathrm{KL}}(p \| m ) = \int \log (f(x)) p(dx) = \int f(x)\log (f(x)) m(dx) .</math>

In this form the relative entropy generalizes (up to change in sign) both the discrete entropy, where the measure Template:Math is the counting measure, and the differential entropy, where the measure Template:Math is the Lebesgue measure. If the measure Template:Math is itself a probability distribution, the relative entropy is non-negative, and zero if Template:Math as measures. It is defined for any measure space, hence coordinate independent and invariant under co-ordinate reparameterizations if one properly takes into account the transformation of the measure Template:Math. The relative entropy, and (implicitly) entropy and differential entropy, do depend on the "reference" measure Template:Math.

Use in number theoryEdit

Terence Tao used entropy to make a useful connection trying to solve the Erdős discrepancy problem.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>Template:Cite journal</ref>

Intuitively the idea behind the proof was if there is low information in terms of the Shannon entropy between consecutive random variables (here the random variable is defined using the Liouville function (which is a useful mathematical function for studying distribution of primes) Template:Math = <math>\lambda(n+H)</math>. And in an interval [n, n+H] the sum over that interval could become arbitrary large. For example, a sequence of +1's (which are values of Template:Math could take) have trivially low entropy and their sum would become big. But the key insight was showing a reduction in entropy by non negligible amounts as one expands H leading inturn to unbounded growth of a mathematical object over this random variable is equivalent to showing the unbounded growth per the Erdős discrepancy problem.

The proof is quite involved and it brought together breakthroughs not just in novel use of Shannon entropy, but also it used the Liouville function along with averages of modulated multiplicative functions<ref>https://arxiv.org/pdf/1502.02374.pdf Template:Webarchive</ref> in short intervals. Proving it also broke the "parity barrier"<ref>https://terrytao.wordpress.com/2007/06/05/open-question-the-parity-problem-in-sieve-theory/ Template:Webarchive</ref> for this specific problem.

While the use of Shannon entropy in the proof is novel it is likely to open new research in this direction.

Use in combinatoricsEdit

Entropy has become a useful quantity in combinatorics.

Loomis–Whitney inequalityEdit

A simple example of this is an alternative proof of the Loomis–Whitney inequality: for every subset Template:Math, we have <math display="block"> |A|^{d-1}\leq \prod_{i=1}^{d} |P_{i}(A)|</math> where Template:Math is the orthogonal projection in the Template:Mathth coordinate: <math display="block"> P_{i}(A)=\{(x_{1}, \ldots, x_{i-1}, x_{i+1}, \ldots, x_{d}) : (x_{1}, \ldots, x_{d})\in A\}.</math>

The proof follows as a simple corollary of Shearer's inequality: if Template:Math are random variables and Template:Math are subsets of Template:Math} such that every integer between 1 and Template:Math lies in exactly Template:Math of these subsets, then <math display="block"> \Eta[(X_{1}, \ldots ,X_{d})]\leq \frac{1}{r}\sum_{i=1}^{n}\Eta[(X_{j})_{j\in S_{i}}]</math> where <math> (X_{j})_{j\in S_{i}}</math> is the Cartesian product of random variables Template:Math with indexes Template:Math in Template:Math (so the dimension of this vector is equal to the size of Template:Math).

We sketch how Loomis–Whitney follows from this: Indeed, let Template:Math be a uniformly distributed random variable with values in Template:Math and so that each point in Template:Math occurs with equal probability. Then (by the further properties of entropy mentioned above) Template:Math, where Template:Math denotes the cardinality of Template:Math. Let Template:Math}. The range of <math>(X_{j})_{j\in S_{i}}</math> is contained in Template:Math and hence <math> \Eta[(X_{j})_{j\in S_{i}}]\leq \log |P_{i}(A)|</math>. Now use this to bound the right side of Shearer's inequality and exponentiate the opposite sides of the resulting inequality you obtain.

Approximation to binomial coefficientEdit

For integers Template:Math let Template:Math. Then <math display="block">\frac{2^{n\Eta(q)}}{n+1} \leq \tbinom nk \leq 2^{n\Eta(q)},</math> where <ref>Aoki, New Approaches to Macroeconomic Modeling.</ref>Template:Rp <math display="block">\Eta(q) = -q \log_2(q) - (1-q) \log_2(1-q).</math>

A nice interpretation of this is that the number of binary strings of length Template:Math with exactly Template:Math many 1's is approximately <math>2^{n\Eta(k/n)}</math>.<ref>Probability and Computing, M. Mitzenmacher and E. Upfal, Cambridge University Press</ref>

Use in machine learningEdit

Machine learning techniques arise largely from statistics and also information theory. In general, entropy is a measure of uncertainty and the objective of machine learning is to minimize uncertainty.

Decision tree learning algorithms use relative entropy to determine the decision rules that govern the data at each node.<ref>Template:Cite book</ref> The information gain in decision trees <math>IG(Y,X)</math>, which is equal to the difference between the entropy of <math>Y</math> and the conditional entropy of <math>Y</math> given <math>X</math>, quantifies the expected information, or the reduction in entropy, from additionally knowing the value of an attribute <math>X</math>. The information gain is used to identify which attributes of the dataset provide the most information and should be used to split the nodes of the tree optimally.

Bayesian inference models often apply the principle of maximum entropy to obtain prior probability distributions.<ref>Template:Cite journal</ref> The idea is that the distribution that best represents the current state of knowledge of a system is the one with the largest entropy, and is therefore suitable to be the prior.

Classification in machine learning performed by logistic regression or artificial neural networks often employs a standard loss function, called cross-entropy loss, that minimizes the average cross entropy between ground truth and predicted distributions.<ref>Template:Cite book</ref> In general, cross entropy is a measure of the differences between two datasets similar to the KL divergence (also known as relative entropy).

See alsoEdit

Template:Portal Template:Colbegin

Template:Colend

NotesEdit

Template:Reflist

ReferencesEdit

Template:Reflist {{#if: | This article incorporates material from the following PlanetMath articles, which are licensed under the Creative Commons Attribution/Share-Alike License: {{#if: | Shannon's entropy | {{#if: 968 | Shannon's entropy | [{{{sourceurl}}} Shannon's entropy] }} }}, {{#if: | {{{title2}}} | {{#if: | {{{title2}}} | [{{{sourceurl2}}} {{{title2}}}] }} }}{{#if: | , {{#if: | {{{title3}}} | {{#if: | {{{title3}}} | [{{{sourceurl3}}} {{{title3}}}] }} }} }}{{#if: | , {{#if: | {{{title4}}} | {{#if: | {{{title4}}} | [{{{sourceurl4}}} {{{title4}}}] }} }} }}{{#if: | , {{#if: | {{{title5}}} | {{#if: | {{{title5}}} | [{{{sourceurl5}}} {{{title5}}}] }} }} }}{{#if: | , {{#if: | {{{title6}}} | {{#if: | {{{title6}}} | [{{{sourceurl6}}} {{{title6}}}] }} }} }}{{#if: | , {{#if: | {{{title7}}} | {{#if: | {{{title7}}} | [{{{sourceurl7}}} {{{title7}}}] }} }} }}{{#if: | , {{#if: | {{{title8}}} | {{#if: | {{{title8}}} | [{{{sourceurl8}}} {{{title8}}}] }} }} }}{{#if: | , {{#if: | {{{title9}}} | {{#if: | {{{title9}}} | [{{{sourceurl9}}} {{{title9}}}] }} }} }}. | This article incorporates material from {{#if: | Shannon's entropy | Shannon's entropy}} on PlanetMath, which is licensed under the Creative Commons Attribution/Share-Alike License. }}

Further readingEdit

Textbooks on information theoryEdit

External linksEdit

Template:Sister project Template:Library resources box

Template:Compression Methods Template:Authority control