Documentation

CsdLean4.Empirical.QM.HongOuMandel

Empirical/QM: the Hong–Ou–Mandel effect (two-photon interference) #

Category: 3-Local (QM-validity content, no CSD ontology).

Two identical photons enter a 50:50 beamsplitter, one at each input port. Classically they should exit in different ports half the time. Quantum mechanically the coincidence rate is exactly zero: the photons always leave together. This is the Hong–Ou–Mandel dip (Hong–Ou–Mandel 1987), and it is the cleanest experimental signature of bosonic exchange symmetry — nothing about the beamsplitter itself produces it.

The two-particle amplitude matrix #

A two-particle state of a two-mode system is an amplitude matrix S, where S i j is the amplitude for the first particle in mode i and the second in mode j. A mode transformation U acts on it as S ↦ U · S · Uᵀ (bsTwo) — the induced action on a 2-tensor. The beamsplitter is the Hadamard qmH of Empirical/QM/Gates/SingleQubit.lean: real, symmetric, involutive — exactly a 50:50 splitter.

The exchange symmetry of the input is what distinguishes the three cases, and only that:

inputSstatistics
bosonInsymmetric, (\|01⟩+\|10⟩)/√2bosons
fermionInantisymmetric, (\|01⟩−\|10⟩)/√2fermions
distinctInneither, \|01⟩distinguishable particles

All three are unit vectors, all three see the same beamsplitter, and all three describe "one particle in each input port". They differ only in exchange symmetry.

What this file proves #

The cancellation is visible in the algebra: for the symmetric input the two exchange paths ("both transmitted" and "both reflected") contribute with opposite sign, and qmH is normalised so that they cancel exactly. Formally the whole effect is the single fact that H · σₓ · H is diagonal.

Scope #

This is the two-particle sector of two modes — no Fock space, no field operators. That is enough for HOM, whose content lives entirely in the two-photon amplitude. The bosonic creation-operator formulation (a†b† → ½(a†² − b†²)) is the same computation in another notation; the amplitude-matrix form avoids the unbounded-operator machinery that CV/ApproxCCR.lean shows a finite model cannot carry exactly.

References #

Empirical/QM/Gates/SingleQubit.lean (qmH, qmH_mul_self — the beamsplitter); CV/FieldModes.lean (the multi-mode field, for the Fock-space direction); CV/ApproxCCR.lean (no_exact_finite_ccr, why creation operators stay out of the finite model); Empirical/QM/Bell.lean (the build pattern); specs/BACKLOG.md; specs/future-work.md. Hong, Ou, Mandel, Phys. Rev. Lett. 59, 2044 (1987).

Scalars #

noncomputable def CSD.Empirical.HOM.rt2inv :

The amplitude 1/√2.

Equations
Instances For

    The beamsplitter and its two-particle action #

    The Hadamard written out entrywise — a real, symmetric, involutive 50:50 beamsplitter.

    noncomputable def CSD.Empirical.HOM.bsTwo (S : Matrix (Fin 2) (Fin 2) ) :
    Matrix (Fin 2) (Fin 2)

    The beamsplitter's action on a two-particle amplitude matrix, S ↦ U · S · Uᵀ.

    Equations
    Instances For

      The three inputs — identical but for exchange symmetry #

      noncomputable def CSD.Empirical.HOM.bosonIn :
      Matrix (Fin 2) (Fin 2)

      Bosons: the symmetrised input (|01⟩ + |10⟩)/√2, one photon in each port.

      Equations
      Instances For
        noncomputable def CSD.Empirical.HOM.fermionIn :
        Matrix (Fin 2) (Fin 2)

        Fermions: the antisymmetrised input (|01⟩ − |10⟩)/√2.

        Equations
        Instances For
          noncomputable def CSD.Empirical.HOM.distinctIn :
          Matrix (Fin 2) (Fin 2)

          Distinguishable particles: the unsymmetrised input |01⟩ — particle one in mode 0, particle two in mode 1.

          Equations
          Instances For
            noncomputable def CSD.Empirical.HOM.coincidenceProb (S : Matrix (Fin 2) (Fin 2) ) :

            The coincidence probability: the two particles leave in different output ports.

            Equations
            Instances For
              noncomputable def CSD.Empirical.HOM.bunchingProb (S : Matrix (Fin 2) (Fin 2) ) :

              The bunching probability: the two particles leave in the same output port.

              Equations
              Instances For

                The Hong–Ou–Mandel dip #

                The output of the symmetric input is purely bunched: H · σₓ · H is diagonal, so the coincidence amplitudes cancel identically. This single matrix identity is the HOM effect.

                The Hong–Ou–Mandel dip. Two identical bosons entering opposite ports of a 50:50 beamsplitter are never found in different output ports.

                Photon bunching. Equivalently, they always leave together — in an equal superposition of "both to the left" and "both to the right".

                The two comparison cases #

                theorem CSD.Empirical.HOM.bsTwo_distinctIn :
                bsTwo distinctIn = !![1 / 2, -(1 / 2); 1 / 2, -(1 / 2)]

                Distinguishable particles: each independently transmits or reflects.

                The classical baseline ½. Distinguishable particles coincide half the time — this is the level the HOM dip drops below.

                Fermions: the antisymmetric input picks up det U = −1 and is returned unchanged up to sign, so its coincidence amplitude is preserved, not cancelled.

                Fermionic anti-bunching. Two fermions in the same geometry leave in different ports with probability 1 — the Pauli exclusion statement for a beamsplitter, and the exact opposite of the bosonic case.

                The capstone #

                The dip is real. The bosonic coincidence rate is strictly below the classical one.

                Exchange symmetry is read out directly by the coincidence rate.

                With the beamsplitter and the input ports held fixed, and the three inputs differing only in their exchange symmetry, the coincidence probability is 0 for bosons, ½ for distinguishable particles and 1 for fermions. Bunching and anti-bunching are therefore statements about particle statistics, not about the optics.