Three Fundamental Properties
Quantum computing stands on three properties of the quantum world. Each one is strange on its own; together they are the whole game. Here is the intuition for each — one clear picture per property.
1. Superposition — the blend. A qubit can exist in a blend of 0 and 1 at once. With n qubits, the blend covers 2ⁿ possibilities simultaneously. This is the property that makes quantum physics interesting for computing: it opens up an enormous space to work in. But a blend alone is not computing — it is just raw material. (See the qubits lesson for the full story.)
2. Interference — the steering. The parts of a superposition behave like waves, and waves can cancel or reinforce each other. A quantum circuit is designed so that wrong answers' amplitudes cancel out while the right answer's amplitude piles up. Interference is how you bias the machine toward the result you want — without it, measuring would just give random noise. (See Quantum Interference.)
3. Entanglement — the correlation. Two qubits can be linked so that neither one has a state of its own — only the pair does. Measure one, and the other's outcome is instantly correlated, no matter how far apart they are. Einstein called this "spooky" — but it is real, tested, and it lets a quantum system represent joint possibilities no classical system can.
Common myth: “Entanglement means instant messaging across the universe — or time travel.” No. The outcomes are correlated, but each side's own outcome looks completely random, and no message can be forced through. Entanglement cannot send information faster than light, and it certainly cannot send you back in time. What it gives is correlation without communication — which is strange enough.
Go deeper — the math & the rigor
Interference, precisely: a quantum state carries a complex amplitude for each possibility, and probabilities come from the squared magnitude of sums of amplitudes. If two paths lead to the same outcome with amplitudes \(\alpha\) and \(\beta\), the probability is \(|\alpha + \beta|^2 = |\alpha|^2 + |\beta|^2 + 2\,\mathrm{Re}(\alpha^*\beta)\). That cross term — the interference term — can be negative (cancellation) or positive (reinforcement). Algorithm design is largely the art of arranging these cross terms: Grover's algorithm, for example, repeatedly rotates amplitudes so the marked item's amplitude grows while the others shrink. Without the cross terms, quantum computing would be expensive random-number generation.
Entanglement, precisely: a two-qubit state is entangled when it cannot be written as a product of single-qubit states. The classic example is the Bell pair \(|\Phi^+\rangle = \tfrac{|00\rangle + |11\rangle}{\sqrt{2}}\): try to factor it as \(|\psi\rangle \otimes |\phi\rangle\) and you will fail — no such pair exists. Measure both qubits and the outcomes always agree (both 0 or both 1), each with probability \(\tfrac{1}{2}\), yet before measurement neither qubit had a definite value. The correlation is in the joint state, not hidden inside the parts.
Why no faster-than-light messaging? Because each observer, looking only at their own qubit, sees perfectly random outcomes — a 50/50 coin flip, regardless of what the distant partner does. The correlation becomes visible only when the two sides compare notes afterward, over an ordinary classical channel. This is the no-signaling theorem: entanglement correlates without communicating, so relativity stays intact.
Why all three together? Superposition without interference is just parallelism you cannot read out (recall the measurement bottleneck). Interference without entanglement can be simulated classically with modest effort — it is entanglement that makes the joint state space genuinely exponential and hard to mimic. Speedup needs the blend (room to compute), the steering (bias toward the answer), and the non-classical correlation (structure no classical system can fake). Remove any one, and the advantage collapses.
Key takeaways
- Superposition blends possibilities — with n qubits, 2ⁿ of them — opening an enormous space to compute in.
- Interference steers the computation: amplitudes of wrong answers cancel, the right answer's amplitude reinforces.
- Entanglement links qubits so only the joint system has a definite state — correlation no classical system can reproduce.
- Entanglement cannot send messages faster than light (no-signaling theorem) and has nothing to do with time travel.
- Quantum speedup needs all three: superposition supplies the room, interference steers toward the answer, entanglement makes the structure classically inimitable.
Check your understanding
Q1.Two qubits are prepared in the Bell pair (|00⟩ + |11⟩)/√2 and flown to opposite sides of the planet. Alice measures hers and gets 0. What does Bob get when he measures his?
In this Bell pair the outcomes always agree — but neither outcome was determined before measurement, and no signal traveled between them.
Q2.Can Alice use her half of an entangled pair to send Bob an instant message faster than light?
The no-signaling theorem: each side alone sees randomness. Correlation without communication cannot carry a message.
Q3.A quantum circuit uses superposition and entanglement but its gates are arranged so that all interference cross-terms vanish. What is the result?
Without interference there is no steering: amplitudes cannot cancel or reinforce, so the readout has no bias toward the right answer.
References
The books, papers, and articles this lesson drew on — with a note on what each one was used for.
- Nielsen & Chuang, Quantum Computation and Quantum Information, Ch. 2 (composite systems, Bell states) and Ch. 4 (quantum circuits).
Used for: Bell-pair non-separability, interference cross-terms, and the no-signaling argument.
Tip: press ← / → to turn pages.