- Mathematics
- Also: Born's rule
Born Rule
The rule that the probability of obtaining a measurement outcome equals the squared modulus of the corresponding probability amplitude, the fundamental bridge between quantum states and observable reality.
The Born rule is the rule that connects quantum mathematics to what you actually see in a lab. Without it, quantum mechanics would be a beautiful mathematical structure with no way to make predictions about experiments. Max Born proposed it in 1926, and it has been confirmed by every quantum measurement ever performed.
The idea is simple: the probability of getting a particular measurement result is the squared magnitude of the corresponding probability amplitude. If a qubit is in state , measuring it gives with probability and with probability . Normalization requires .
The details
The amplitudes and are complex numbers. They can be written in polar form as , where is the magnitude and is the phase. The Born rule discards the phase: .
This means two states that differ only by the global phase of each amplitude are experimentally indistinguishable after measurement. The relative phase between and does matter for interference, but as soon as you measure, the phase information is gone.
For a general quantum state across basis states:
the probability of outcome is , and .
The Born rule generalizes to measurements with more structure using projection operators. If you measure observable with eigenstates and eigenvalues , the probability of outcome is .
Why does squaring appear? Quantum amplitudes are analogous to wave amplitudes in classical physics. Intensity (what you measure) scales as amplitude squared. The Born rule encodes this analogy precisely.
Why it matters for learners
The Born rule explains the structure of quantum algorithms at a fundamental level. The goal of every quantum algorithm is to manipulate amplitudes so that the correct answer has large and wrong answers have small or zero by the time you measure.
Grover’s algorithm does this by repeatedly boosting the amplitude of a marked item through interference. Shor’s algorithm uses the Quantum Fourier Transform to concentrate amplitude onto states encoding the period of a function. In both cases, the actual measurement at the end is trivial; all the work goes into shaping the amplitudes beforehand.
The Born rule also explains why quantum computers are probabilistic: even a perfect algorithm produces the right answer with high probability, not certainty. Circuits are usually run many times (shots) to build up a distribution and confirm the result.
Common misconceptions
Misconception 1: The Born rule is derived from other quantum postulates. It is not. Despite many attempts using decision theory and many-worlds interpretations, no derivation from first principles has achieved universal acceptance. It is a postulate, stated alongside the Schrodinger equation as a foundational axiom of the theory.
Misconception 2: Probability amplitudes are the same as probabilities. Amplitudes are complex numbers that can be negative or imaginary. Probabilities are real and non-negative. The Born rule converts amplitudes into probabilities by squaring. Treating amplitudes as probabilities directly is a common mistake when first learning quantum computing.
Misconception 3: Measuring once gives you complete information about a quantum state. A single measurement yields one classical outcome and destroys the superposition. To estimate the full state , you need quantum state tomography, which requires preparing the same state many times and measuring in multiple bases.