Documentation

MIPRE.Background.Repetition.CommutingRepetition.Tracial.Density.StandardStrategy

sfMap beyond N #

theorem CommutingRepetition.Density.norm_povm_le_one {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_2} [Fintype ι] [DecidableEq ι] (E : ιH →L[] H) (hpos : ∀ (i : ι), (E i).IsPositive) (hsum : i : ι, E i = 1) (i : ι) :
E i 1

POVM elements are contractions.

theorem CommutingRepetition.Density.sfMap_zero {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (g : H) (hg : Summable fun (k : ) => g k ^ 2) :
VN.sfMap N g hg 0 = 0
theorem CommutingRepetition.Density.sfMap_finset_sum {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (g : H) (hg : Summable fun (k : ) => g k ^ 2) {ι : Type u_2} (s : Finset ι) (f : ιH →L[] H) :
VN.sfMap N g hg (∑ is, f i) = is, VN.sfMap N g hg (f i)
theorem CommutingRepetition.Density.sfMap_nonneg {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (g : H) (hg : Summable fun (k : ) => g k ^ 2) {T : H →L[] H} (h0 : 0 T) :
0 VN.sfMap N g hg T
theorem CommutingRepetition.Density.sfMap_mul_left {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (g : H) (hg : Summable fun (k : ) => g k ^ 2) {x : H →L[] H} (hx : x N) (T : H →L[] H) :
VN.sfMap N g hg x * VN.sfMap N g hg T = VN.sfMap N g hg (x * T)

θ is multiplicative when the left factor is in N, for an arbitrary right factor.

theorem CommutingRepetition.Density.norm_sfVec_sq {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (g : H) (hg : Summable fun (k : ) => g k ^ 2) :
VN.sfVec N g hg ^ 2 = ∑' (k : ), g k ^ 2
theorem CommutingRepetition.Density.sfMap_mem_commutant {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (g : H) (hg : Summable fun (k : ) => g k ^ 2) (hfaith : xN, ∑' (k : ), inner (g k) ((star x * x) (g k)) = 0x = 0) {T : H →L[] H} (hT : T N.commutant) :
VN.sfMap N g hg T (VN.sfAlg N g hg hfaith).commutant

Bob transports to the commutant: the compression of T ⊗ 1 for T ∈ N′ commutes with M = sfAlg.

Alice's algebra #

Alice's effects, as a generating set.

Equations
Instances For
    theorem CommutingRepetition.Density.E_mem_aliceAlg {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (x : X) (a : A) :
    S.E x a aliceAlg S
    theorem CommutingRepetition.Density.F_mem_aliceAlg_commutant {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (y : Y) (b : B) :

    The packaged standard-form strategy #

    A commuting strategy in standard form: a von Neumann algebra M with a cyclic separating unit vector Ω, Alice's POVM inside M and Bob's POVM inside M′.

    Instances For
      noncomputable def CommutingRepetition.Density.StdStrategy.corr {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) :
      Correlation X Y A B

      The correlation of a standard-form strategy.

      Equations
      Instances For

        Construction #

        noncomputable def CommutingRepetition.Density.stdOf {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) [TopologicalSpace.SeparableSpace S.H] [Nonempty S.H] {ε : } (hε0 : 0 < ε) (hε1 : ε < 1) :
        StdStrategy X Y A B

        The standard-form strategy attached to a separable commuting strategy and an ε ∈ (0,1).

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem CommutingRepetition.Density.stdOf_corr {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) [TopologicalSpace.SeparableSpace S.H] [Nonempty S.H] {ε : } (hε0 : 0 < ε) (hε1 : ε < 1) (x : X) (y : Y) (a : A) (b : B) :
          (stdOf S hε0 hε1).corr x y a b = (gvecState S.ψ (TopologicalSpace.denseSeq S.H) ε (S.E x a * S.F y b)).re