Information Is Surprise
In 1948, Claude Shannon published "A Mathematical Theory of Communication," solving a problem that had seemed impossible: how do you measure the amount of information in a message, independent of its meaning? Shannon's answer introduced the concept of entropy — borrowed from thermodynamics by formal analogy — as the fundamental measure of information.
Shannon entropy is defined as: H = -Σ p(x) log₂ p(x), where p(x) is the probability of each possible message symbol. Intuitively, entropy measures uncertainty or surprise. A fair coin flip has 1 bit of entropy — the outcome is maximally uncertain. A biased coin that comes up heads 99 percent of the time has near-zero entropy — you're almost never surprised. A message that tells you something you already knew carries zero information.
What this means for communication
Shannon's theory established fundamental limits on communication that no clever engineering can exceed. The channel capacity theorem states that any communication channel has a maximum information rate (in bits per second) beyond which reliable transmission is impossible, regardless of the encoding scheme. This is not a limitation of current technology; it's a mathematical bound.
This sounds abstract until you realize it determined the development of modern telecommunications. Shannon's theorems told engineers exactly what was achievable and what wasn't, ending decades of ad hoc experimentation. They also showed that reliable communication over noisy channels is always possible if you transmit below channel capacity — which means error correction codes aren't just useful, they're provably sufficient.
Every digital communication standard — 4G, 5G, WiFi, Bluetooth, fiber optics — is designed to approach Shannon channel capacity using coding schemes that Shannon's theory proved to be necessary and sufficient.
Compression and the limits of compression
Shannon entropy also defines the limits of lossless data compression. The entropy rate of a source is the minimum number of bits required to represent it without loss of information. You cannot compress below this limit; any algorithm that claims to do so is either lossy or wrong.
This is why general-purpose compression algorithms (ZIP, gzip) can compress some files dramatically (repetitive text, sparse images) and can barely compress others (already-compressed JPEGs, random data). The difference is entropy: low-entropy sources can be compressed a lot; high-entropy sources cannot. Trying to compress an already-compressed file often makes it slightly larger because you're adding encoding overhead to a near-maximum-entropy source.
In machine learning and natural language
Shannon entropy appears throughout machine learning. Cross-entropy loss, used in nearly every classification model, measures how well a model's predicted probability distribution matches the true distribution. KL divergence (Kullback-Leibler divergence) measures the information-theoretic distance between two distributions.
Language models are entropy machines. A language model that predicts the next word in a sentence is essentially estimating the entropy rate of natural language. The perplexity metric used to evaluate language models is directly related to Shannon entropy: lower perplexity means the model is less surprised by the text, which means it has learned the probability distribution of language more accurately.
India's digital infrastructure and channel capacity
India's rapid rollout of 4G and 5G infrastructure is, in information-theoretic terms, an engineering project to bring the practical communication rates of India's billion-plus users closer to the Shannon limits of the available spectrum. The Jio disruption was partly a pricing disruption, but it was enabled by a technical one: deploying modern coding schemes that approached channel capacity more closely than aging 2G infrastructure.
The policy debate about spectrum allocation — which frequencies to auction, at what price, to which operators — is ultimately a debate about who gets to operate how close to the available Shannon capacity, and under what competitive conditions.
Quick answers
What is Shannon Entropy?
Claude Shannon's mathematical definition of information: a message carries information in proportion to how surprising it is.
Where does this concept come from?
The concept originates with Claude Shannon, "A Mathematical Theory of Communication" (1948).