Documentation

CsdLean4.Empirical.QM.USD

Empirical/QM: unambiguous state discrimination (the IDP POVM) #

Category: 3-Local. The POVM-essential QM-validity result: distinguishing two non-orthogonal pure states with zero error, at the cost of an inconclusive outcome — provably impossible with a projective (von Neumann) measurement, the canonical "why POVMs are needed" example (Ivanovic 1987, Dieks 1988, Peres 1988).

Setup #

Two non-orthogonal states with real overlap s = ⟨ψ₁, ψ₂⟩ ∈ [0, 1): ψ₁ = |0⟩, ψ₂ = s|0⟩ + σ|1⟩ with σ = √(1−s²). The conclusive effects are scaled rank-1 projectors onto the orthogonal complements:

E₁ = a |ψ₂^⊥⟩⟨ψ₂^⊥|   ("conclude state 1"),   E₂ = a |ψ₁^⊥⟩⟨ψ₁^⊥|   ("conclude 2"),

with a = 1/(1+s) (the optimal Ivanovic–Dieks–Peres coefficient), ψ₁^⊥ = |1⟩, ψ₂^⊥ = −σ|0⟩ + s|1⟩. The third, inconclusive, effect is the rank-1 projector E? = |χ?⟩⟨χ?| = I − E₁ − E₂ with χ? = √s|0⟩ + (σ√s/(1+s))|1⟩; its positivity (hence the validity of the POVM) is exactly the completeness constraint, satisfied at a = 1/(1+s).

What this file proves #

The unambiguity is exactly the POVM-essential content: a projective measurement cannot have an informative outcome that gives identically zero on a non-orthogonal state while leaving room for a second such outcome.

The USD states and conclusive effects #

noncomputable def CSD.Empirical.QM.USD.sig (s : ) :

σ = √(1 − s²).

Equations
Instances For

    ψ₁ = |0⟩.

    Equations
    Instances For
      noncomputable def CSD.Empirical.QM.USD.psi2 (s : ) :

      ψ₂ = s|0⟩ + σ|1⟩ (overlap ⟨ψ₁,ψ₂⟩ = s).

      Equations
      Instances For

        ψ₁^⊥ = |1⟩.

        Equations
        Instances For

          ψ₂^⊥ = −σ|0⟩ + s|1⟩.

          Equations
          Instances For
            theorem CSD.Empirical.QM.USD.sig_sq (s : ) (hs1 : s 1) (hs0 : -1 s) :
            sig s ^ 2 = 1 - s ^ 2

            Component values and inner products #

            theorem CSD.Empirical.QM.USD.psi2_ofLp (s : ) :
            (psi2 s).ofLp 0 = s (psi2 s).ofLp 1 = (sig s)
            theorem CSD.Empirical.QM.USD.psi2_norm (s : ) (hs1 : s 1) (hs0 : -1 s) :
            theorem CSD.Empirical.QM.USD.psi2perp_norm (s : ) (hs1 : s 1) (hs0 : -1 s) :

            ⟨ψ₂, ψ₂^⊥⟩ = 0 — the orthogonality behind the unambiguity of outcome 1.

            ⟨ψ₁, ψ₁^⊥⟩ = 0 — orthogonality behind the unambiguity of outcome 2.

            ⟨ψ₁, ψ₂^⊥⟩ = −σ — the overlap driving the success probability.

            The USD effects, unambiguity, and success #

            noncomputable def CSD.Empirical.QM.USD.usdA (s : ) :

            The optimal IDP coefficient a = 1/(1+s).

            Equations
            Instances For
              theorem CSD.Empirical.QM.USD.usdA_nonneg (s : ) (hs0 : 0 s) :
              0 usdA s
              theorem CSD.Empirical.QM.USD.usdA_le_one (s : ) (hs0 : 0 s) :
              usdA s 1
              noncomputable def CSD.Empirical.QM.USD.E1 (s : ) (hs0 : 0 s) (hs1 : s 1) :

              E₁ = a|ψ₂^⊥⟩⟨ψ₂^⊥| — the "conclude state 1" effect.

              Equations
              Instances For
                noncomputable def CSD.Empirical.QM.USD.E2 (s : ) (hs0 : 0 s) :

                E₂ = a|ψ₁^⊥⟩⟨ψ₁^⊥| — the "conclude state 2" effect.

                Equations
                Instances For
                  theorem CSD.Empirical.QM.USD.usd_unambiguous_1 (s : ) (hs0 : 0 s) (hs1 : s 1) :
                  RCLike.re (inner (psi2 s) ((Matrix.toEuclideanLin (E1 s hs0 hs1).M) (psi2 s))) = 0

                  Unambiguity (outcome 1): ⟨ψ₂, E₁ ψ₂⟩ = 0 — concluding "state 1" never fires on state 2, because E₁ lives on the orthogonal complement of ψ₂.

                  Unambiguity (outcome 2): ⟨ψ₁, E₂ ψ₁⟩ = 0.

                  theorem CSD.Empirical.QM.USD.usd_success (s : ) (hs0 : 0 s) (hs1 : s 1) :

                  Success probability: ⟨ψ₁, E₁ ψ₁⟩ = 1 − s (the Ivanovic–Dieks–Peres rate).

                  The inconclusive effect and the full POVM #

                  The inconclusive-outcome vector χ? = √s|0⟩ + (σ√s/(1+s))|1⟩, with E? = |χ?⟩⟨χ?| = I − E₁ − E₂.

                  Equations
                  Instances For
                    theorem CSD.Empirical.QM.USD.chiInc_ofLp (s : ) :
                    (chiInc s).ofLp 0 = s (chiInc s).ofLp 1 = ↑(sig s * s / (1 + s))
                    theorem CSD.Empirical.QM.USD.usd_complete (s : ) (hs0 : 0 s) (hs1 : s 1) :
                    (E1 s hs0 hs1).M + (E2 s hs0).M + LF2.outerProduct (chiInc s) = 1

                    Completeness: E₁ + E₂ + |χ?⟩⟨χ?| = I at the optimal a = 1/(1+s). The trine of orthogonal-complement projectors completes to the identity.

                    noncomputable def CSD.Empirical.QM.USD.Einc (s : ) (hs0 : 0 s) (hs1 : s 1) :

                    E? = |χ?⟩⟨χ?| as an Effect (the inconclusive outcome). PSD as a rank-1 projector; ≤ I because I − E? = E₁ + E₂ is a sum of PSD effects.

                    Equations
                    Instances For
                      noncomputable def CSD.Empirical.QM.USD.usdPOVM (s : ) (hs0 : 0 s) (hs1 : s 1) :

                      The USD POVM {E₁, E₂, E?} — the three-outcome unambiguous-discrimination measurement (two conclusive outcomes + one inconclusive), a genuine non-projective POVM realising zero-error discrimination of the two non-orthogonal states.

                      Equations
                      Instances For