Empirical/QM/ElitzurVaidman: the bomb tester (interaction-free measurement) #
The Elitzur–Vaidman bomb tester: a balanced Mach–Zehnder interferometer (two 50:50 beam
splitters = H) is tuned so a single photon always exits the bright port and never the dark
port — perfect destructive interference at the dark port. Placing a live bomb (a which-path
absorber that detonates if the photon takes that arm) in one arm destroys the coherence: now the
dark port fires with probability 1/4. A dark-port click therefore certifies a live bomb without
the photon ever hitting it — an interaction-free measurement.
bomb_absent_dark_zero— no bomb: dark-port Born probability= 0(full interference,H·H = I).bomb_safe_prob— the photon reaches the second beam splitter without detonating the bomb,= 1/2.bomb_dark_given_safe— conditioned on survival, the dark port fires with probability1/2.bomb_present_dark— live bomb: total dark-port probability= 1/2 · 1/2 = 1/4.interaction_free—0 < 1/4: the dark port fires only with a live bomb, so a dark click is a bomb certificate with no interaction (the surviving photon took the empty arm).
Experimental verification: Kwiat, Weinfurter, Herzog, Zeilinger, Kasevich 1995. CSD note: the bomb is a which-path de-isolation that would form a record (detonation) on the occupied arm; the dark-port click is the ontic signature that the record-forming interaction was available on the other arm — information without interaction.
References #
Empirical/CSD/MachZehnderVolume.lean (the interferometer as H·D(φ)·H);
Empirical/Metrology/Ramsey.lean (the beam-splitter / √2 amplitude machinery).
√2 as a complex scalar.
Equations
Instances For
Input path states |0⟩, |1⟩ (the two interferometer arms).
Equations
Instances For
Equations
Instances For
The 50:50 beam splitter (Hadamard): H(v) = ((v₀+v₁)/√2, (v₀−v₁)/√2).
Equations
- CSD.Empirical.QM.ElitzurVaidman.bs v = ![(v 0 + v 1) / CSD.Empirical.QM.ElitzurVaidman.rt2, (v 0 - v 1) / CSD.Empirical.QM.ElitzurVaidman.rt2]
Instances For
Born probability of the dark port (component 1) of an amplitude vector.
Equations
Instances For
Total dark-port probability with a live bomb: survive (1/2) then reach the dark port
(1/2).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Live bomb: the dark port fires with probability 1/4. In contrast to the no-bomb case
(0), so a dark-port click certifies a live bomb.