Documentation

MIPRE.Background.Repetition.CommutingRepetition.Tracial.Density.Compress

noncomputable def CommutingRepetition.Density.letterOp {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) :
X × A Y × BS.H →L[] S.H

The letters: Alice's and Bob's effects.

Equations
Instances For
    noncomputable def CommutingRepetition.Density.wordOp {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (l : List (X × A Y × B)) :

    A word in the effects, as an operator.

    Equations
    Instances For
      theorem CommutingRepetition.Density.wordOp_cons {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (i : X × A Y × B) (l : List (X × A Y × B)) :
      wordOp S (i :: l) = letterOp S i * wordOp S l
      noncomputable def CommutingRepetition.Density.wordVec {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (l : List (X × A Y × B)) :
      S.H

      The vectors w ψ.

      Equations
      Instances For
        noncomputable def CommutingRepetition.Density.cyclic {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) :

        The cyclic subspace: the closed span of the w ψ.

        Equations
        Instances For
          theorem CommutingRepetition.Density.letterOp_wordVec {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (i : X × A Y × B) (l : List (X × A Y × B)) :
          (letterOp S i) (wordVec S l) = wordVec S (i :: l)
          theorem CommutingRepetition.Density.letterOp_mem_cyclic {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (i : X × A Y × B) {v : S.H} (hv : v cyclic S) :
          (letterOp S i) v cyclic S
          theorem CommutingRepetition.Density.E_mem_cyclic {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (x : X) (a : A) {v : S.H} (hv : v cyclic S) :
          (S.E x a) v cyclic S
          theorem CommutingRepetition.Density.F_mem_cyclic {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (y : Y) (b : B) {v : S.H} (hv : v cyclic S) :
          (S.F y b) v cyclic S

          Compression #

          noncomputable def CommutingRepetition.Density.compressOp {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (T : S.H →L[] S.H) (hT : vcyclic S, T v cyclic S) :
          (cyclic S) →L[] (cyclic S)

          Compression of an operator leaving cyclic S invariant.

          Equations
          Instances For
            theorem CommutingRepetition.Density.compressOp_apply {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) (T : S.H →L[] S.H) (hT : vcyclic S, T v cyclic S) (v : (cyclic S)) :
            ((compressOp S T hT) v) = T v
            theorem CommutingRepetition.Density.compressOp_isPositive {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) {T : S.H →L[] S.H} (hT : vcyclic S, T v cyclic S) (hpos : T.IsPositive) :
            theorem CommutingRepetition.Density.compressOp_mul {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) {T U : S.H →L[] S.H} (hT : vcyclic S, T v cyclic S) (hU : vcyclic S, U v cyclic S) :
            compressOp S (T * U) = compressOp S T hT * compressOp S U hU
            theorem CommutingRepetition.Density.compressOp_sum {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) {ι : Type u_1} (s : Finset ι) (T : ιS.H →L[] S.H) (hT : ∀ (i : ι), vcyclic S, (T i) v cyclic S) :
            compressOp S (∑ is, T i) = is, compressOp S (T i)
            noncomputable def CommutingRepetition.Density.compress {X Y A B : Type} [Fintype X] [Fintype Y] [Fintype A] [Fintype B] (S : CommutingStrategy X Y A B) :

            The compressed strategy on the separable cyclic subspace.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For