Documentation

MIPRE.Background.Repetition.CommutingRepetition.Tracial.Density.CrossedTracial

Positivity and finite sums for π, amp and Φ_n #

theorem CommutingRepetition.Density.π_finset_sum {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {ι : Type u_2} (s : Finset ι) (f : ιK →L[] K) :
VN.Crossed.π M Ω (∑ is, f i) = is, VN.Crossed.π M Ω (f i)
theorem CommutingRepetition.Density.amp_finset_sum {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {ι : Type u_2} (s : Finset ι) (f : ιK →L[] K) :
VN.Crossed.amp (∑ is, f i) = is, VN.Crossed.amp (f i)

π preserves positivity: y = c*c gives π y = (π c)*(π c).

amp preserves positivity.

theorem CommutingRepetition.Density.Phi_finset_sum {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (n : ) {ι : Type u_2} (s : Finset ι) (f : ιVN.Crossed.L2Q K →L[] VN.Crossed.L2Q K) :
VN.Haagerup.Phi M Ω n (∑ is, f i) = is, VN.Haagerup.Phi M Ω n (f i)

e^{r a_n} lies in ℛ_n #

Alice and Bob inside the crossed product #

noncomputable def CommutingRepetition.Density.StdStrategy.Ai {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (x : X) (a : A) :

Alice's effect, transported into the crossed product by π.

Equations
Instances For
    noncomputable def CommutingRepetition.Density.StdStrategy.Bi {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (y : Y) (b : B) :

    Bob's effect, transported into the commutant of the crossed product by amp.

    Equations
    Instances For
      theorem CommutingRepetition.Density.StdStrategy.Ai_def {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (x : X) (a : A) :
      q.Ai x a = VN.Crossed.π q.M q.Ω (q.Aop x a)
      theorem CommutingRepetition.Density.StdStrategy.Bi_def {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (y : Y) (b : B) :
      q.Bi y b = VN.Crossed.amp (q.Bop y b)
      theorem CommutingRepetition.Density.StdStrategy.Ai_mem {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (x : X) (a : A) :
      theorem CommutingRepetition.Density.StdStrategy.Ai_nonneg {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (x : X) (a : A) :
      0 q.Ai x a
      theorem CommutingRepetition.Density.StdStrategy.Ai_sum {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (x : X) :
      a : A, q.Ai x a = 1
      theorem CommutingRepetition.Density.StdStrategy.Bi_nonneg {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (y : Y) (b : B) :
      0 q.Bi y b
      theorem CommutingRepetition.Density.StdStrategy.Bi_sum {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (y : Y) :
      b : B, q.Bi y b = 1
      theorem CommutingRepetition.Density.StdStrategy.norm_Bi_le {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) [DecidableEq B] (y : Y) (b : B) :
      q.Bi y b 1
      theorem CommutingRepetition.Density.StdStrategy.Bi_commute {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) {z : VN.Crossed.L2Q q.K →L[] VN.Crossed.L2Q q.K} (hz : z VN.Crossed.crossed q.M q.Ω) (y : Y) (b : B) :
      Commute z (q.Bi y b)
      theorem CommutingRepetition.Density.StdStrategy.inner_Ωh_Ai_Bi {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (q : StdStrategy X Y A B) (x : X) (y : Y) (a : A) (b : B) :
      inner (VN.Crossed.Ωh q.Ω) ((q.Ai x a) ((q.Bi y b) (VN.Crossed.Ωh q.Ω))) = inner q.Ω ((q.Aop x a) ((q.Bop y b) q.Ω))

      The crossed product reproduces the correlation of q.

      The tracial data at level n #

      ⟪ξ_n, d_n ξ_n⟫ = 1: the density d_n transports ψ_{ξ_n} back to the unit state.

      The tracial approximation #

      theorem CommutingRepetition.Density.StdStrategy.exists_tracial_approx {Xc Ac : Type} [Fintype Xc] [Fintype Ac] [Nonempty Ac] (q : StdStrategy Xc Xc Ac Ac) {η : } ( : 0 < η) :
      ∃ (t : TraciallyEmbeddableCorrelation Xc Ac), ∀ (x y : Xc) (a b : Ac), |t.toCorrelation x y a b - q.corr x y a b| η

      Stage E7.3: the correlation of a standard-form commuting strategy is entrywise η-close to a tracially embeddable correlation.