Documentation

MIPRE.Background.LIDT.Bridge.Defect

Bridge, part 5: consistency defects of complete measurements #

Generic facts about MIPStarRE's bipartite consistency defect qBipartiteConsDefect ψ A B = max 0 (⟨A_tot ⊗ B_tot⟩ − ∑ₐ ⟨A_a ⊗ B_a⟩) when the measurements A, B are complete (total = 1) and the state is normalized:

These are the two facts through which the game's acceptance probability (Bridge.Value) and our inconsistency (Bridge.Consistency) are compared with the MIPStarRE quantities.

theorem MIPRE.LIDT.Bridge.ev_opTensor_outcome_nonneg {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} {β : Type u_4} [Fintype α] [Fintype β] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas β ιB) (a : α) (b : β) :

Expectation values of tensor products of measurement operators are nonnegative.

theorem MIPRE.LIDT.Bridge.sum_ev_opTensor_outcome {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} {β : Type u_4} [Fintype α] [Fintype β] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) ( : ψ.IsNormalized) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas β ιB) (hA : A.total = 1) (hB : B.total = 1) :
a : α, b : β, MIPStarRE.LDT.ev ψ (MIPStarRE.LDT.opTensor (A.outcome a) (B.outcome b)) = 1

The total mass of two complete measurements on a normalized state is one.

theorem MIPRE.LIDT.Bridge.qBipartiteMatchMass_postprocess {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} {β : Type u_4} {γ : Type u_5} [Fintype α] [Fintype β] [Fintype γ] [DecidableEq γ] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas β ιB) (f : αγ) (g : βγ) :

The matching mass of two coarse-grained measurements.

theorem MIPRE.LIDT.Bridge.qBipartiteMatchMass_le_one {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} [Fintype α] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) ( : ψ.IsNormalized) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas α ιB) (hA : A.total = 1) (hB : B.total = 1) :

The matching mass of two complete measurements is at most one.

theorem MIPRE.LIDT.Bridge.qBipartiteConsDefect_of_complete {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} [Fintype α] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) ( : ψ.IsNormalized) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas α ιB) (hA : A.total = 1) (hB : B.total = 1) :

For complete measurements on a normalized state the defect is 1 − matching mass.

theorem MIPRE.LIDT.Bridge.qBipartiteConsDefect_eq_offDiagonal {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} [Fintype α] [DecidableEq α] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) ( : ψ.IsNormalized) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas α ιB) (hA : A.total = 1) (hB : B.total = 1) :

For complete measurements on a normalized state the defect is the off-diagonal mass.

theorem MIPRE.LIDT.Bridge.qBipartiteConsDefect_postprocess_le {ιA : Type u_1} {ιB : Type u_2} [Fintype ιA] [DecidableEq ιA] [Fintype ιB] [DecidableEq ιB] {α : Type u_3} {β : Type u_4} {γ : Type u_5} [Fintype α] [Fintype β] [Fintype γ] [DecidableEq γ] (ψ : MIPStarRE.LDT.QuantumState (ιA × ιB)) ( : ψ.IsNormalized) (A : MIPStarRE.LDT.SubMeas α ιA) (B : MIPStarRE.LDT.SubMeas β ιB) (hA : A.total = 1) (hB : B.total = 1) (f : αγ) (g : βγ) (D : αβProp) [DecidableRel D] (hD : ∀ (a : α) (b : β), D a bf a = g b) :

The defect of two coarse-grainings of complete measurements is at most 1 − acc for any acceptance mass acc made of terms that force equal coarse-grained outcomes.

Averages over uniform distributions #

The consistency error under the uniform distribution is the average of the defects.