One idea, 4 fields
Information & Bits
The unifying principle
Information is the reduction of uncertainty. If a system can be in one of equally likely states, identifying the actual state carries
More generally, for a distribution , Shannon's entropy is
The bridge appears when we notice this is the same functional as physical entropy. Boltzmann/Gibbs entropy is
so one bit of information corresponds to a definite chunk of thermodynamic entropy, . Landauer's principle turns this into a hard physical cost: irreversibly erasing one bit must dissipate at least
The unifying claim: the number of distinguishable physical states sets both the storage capacity and the energy budget. Everything below is a realization of .
How it shows up in each field
Coding/CS
Here the bit is an idealized symbol in a channel. Shannon's noisy-channel theorem gives the maximum reliable rate through a channel of bandwidth and signal-to-noise ratio :
The "number of distinguishable states" reappears as the number of noise-separated signal levels. Error-correcting codes (Hamming, Reed–Solomon, LDPC) trade extra bits for reliability.
Physics
The bit is a microstate count and a thermodynamic resource. Landauer and Bennett showed logically reversible computation can in principle cost zero energy, but erasure cannot. Maxwell's demon is exorcised precisely by charging the demon per bit erased from its memory. In quantum mechanics the unit is the qubit, a state ; a measured qubit yields at most one classical bit (Holevo bound), yet qubits span a -dimensional space.
Biology
DNA is a literal quaternary code: each base carries up to bits.
The human genome ( bases) is therefore bits of raw capacity. Codons ( bases bits) redundantly encode amino acids ( bits)—built-in error tolerance, exactly the coding-theory logic of redundancy against copying noise.
Hardware
A bit is a charged node. In DRAM it is charge on a capacitor (present = 1, empty = 0); in flash it is trapped charge on a floating gate; in SRAM it is the stable state of cross-coupled transistors. Distinguishability requires the stored energy to exceed thermal noise:
otherwise the bit flips spontaneously. Every logic gate that overwrites its inputs pays (in practice far above) the Landauer floor, which is why data-center energy scales with bit operations.
Why this bridge matters
- Coding → Physics: Shannon entropy is thermodynamic entropy up to ; this lets physicists treat measurement and computation as physical processes with energy budgets (resolving Maxwell's demon).
- Physics → Hardware: The Landauer and thermal-noise bounds set the ultimate floor for how small and low-power transistors can get—a north star for chip design as we approach few-electron devices.
- Coding → Biology: Error-correction and channel-capacity thinking explain codon redundancy, DNA repair enzymes, and mutation rates as an evolved coding scheme operating over a noisy replication channel.
- Biology → Hardware: DNA's density ( bytes/gram) inspires molecular data storage, transferring the -bit/base insight to archival memory.
The single transferable intuition: count the distinguishable states, and you simultaneously know the information capacity and the minimum energy to manipulate it.
Connections
- 01 Shannon Entropy & Channel Capacity
- 02 Error-Correcting Codes
- 03 Landauer's Principle & Reversible Computing
- 04 Boltzmann–Gibbs Entropy
- 05 Qubits & Quantum Information
- 06 Maxwell's Demon
- 07 DNA as a Genetic Code
- 08 DRAM, Flash & Charge Storage
- 09 Thermal Noise in Devices
#bridge