Documentation

MIPRE.Background.Repetition.CommutingRepetition.OTQCS.PairLaw

noncomputable def CommutingRepetition.tracialPairLaw (N : StdTracialAlgebra) {S T A B : Type} (u : STN.H) (E : SAN.A) (F : TBN.A) (s : S) (t : T) (a : A) (b : B) :

The pair answer law realized by tracial data: for labels s, t, vectors u s t, Alice effects E s a acting left and Bob effects F t b acting right, q_{st}(a,b) = ⟪u_{st}, L(E_s^a) R(F_t^b) u_{st}⟫. [06_otqcs.tex, display defining q_{st}; 05_prerounding.tex, eq prerounding-ideal-success]

Equations
Instances For
    theorem CommutingRepetition.tracialPairLaw_sum (N : StdTracialAlgebra) {S T A B : Type} [Fintype A] [Fintype B] (u : STN.H) (E : SAN.A) (F : TBN.A) (hu : ∀ (s : S) (t : T), u s t = 1) (hE : ∀ (s : S), a : A, E s a = 1) (hF : ∀ (t : T), b : B, F t b = 1) (s : S) (t : T) :
    a : A, b : B, tracialPairLaw N u E F s t a b = 1

    The pair law of full POVM families on a unit vector is a probability law over answers: ∑_{a,b} q_{st}(a,b) = 1 (completeness through L and the right action, as in CommutingStrategy.correlation_sum). The family-level hypotheses are for call-site convenience; per-label instances would suffice.

    theorem CommutingRepetition.tracialPairLaw_nonneg (N : StdTracialAlgebra) {S T A B : Type} (u : STN.H) (E : SAN.A) (F : TBN.A) (hE : ∀ (s : S) (a : A), IsPosElem (E s a)) (hF : ∀ (t : T) (b : B), IsPosElem (F t b)) (s : S) (t : T) (a : A) (b : B) :
    0 tracialPairLaw N u E F s t a b

    The pair law is pointwise nonnegative: the joint effect L(E) R(F) of commuting positive actions is a positive operator (Commute.mul_nonneg through the Loewner order, as in jointEffect_isPositive).

    noncomputable def CommutingRepetition.piAlignment {S T : Type} [Fintype S] [Fintype T] {H : Type u_1} [NormedAddCommGroup H] (π : ST) (u : STH) (xv : SH) (yv : TH) :

    The π-averaged alignment defect Δ = E_π(‖u_{st} − x_s‖² + ‖u_{st} − y_t‖²). [06_otqcs.tex, display defining Δ; 05_prerounding.tex, eq prerounding-delta]

    Equations
    Instances For

      A question-independent sampling resource on label sets S, T and answer alphabets A, B: one standard-form algebra, ONE unit vector Ω (independence from the realized (s,t) is structural — there is a single state field), and full label-indexed POVMs, Alice's used on the left and Bob's on the right. [06_otqcs.tex, thm otqcs, items 1–3]

      • Ω : self.N.H
      • Ω_norm : self.Ω = 1
      • E : SAself.N.A
      • F : TBself.N.A
      • E_pos (s : S) (a : A) : IsPosElem (self.E s a)
      • F_pos (t : T) (b : B) : IsPosElem (self.F t b)
      • E_sum (s : S) : a : A, self.E s a = 1
      • F_sum (t : T) : b : B, self.F t b = 1
      Instances For
        noncomputable def CommutingRepetition.SamplingResource.answerLaw {S T A B : Type} [Fintype A] [Fintype B] (R : SamplingResource S T A B) :
        STAB

        The resource's answer law q̂_{st}(a,b) = ⟪Ω, L(Â_s^a) R(B̂_t^b) Ω⟫. [06_otqcs.tex, display defining q̂_{st}]

        Equations
        Instances For