Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.TensorPower

Factor embeddings of the binary step #

The left factor embedding a ↦ a ⊗ 1 as a ∗-algebra hom.

Equations
Instances For

    The right factor embedding b ↦ 1 ⊗ b as a ∗-algebra hom.

    Equations
    Instances For
      theorem CommutingRepetition.StdTracialAlgebra.stepIncl_commute (M₁ M₂ : StdTracialAlgebra) (a : M₁.A) (b : M₂.A) :
      Commute ((M₁.stepInclLeft M₂) a) ((M₁.stepInclRight M₂) b)
      theorem CommutingRepetition.StdTracialAlgebra.stepτ_inclLeft_mul_inclRight (M₁ M₂ : StdTracialAlgebra) (a : M₁.A) (b : M₂.A) :
      (M₁.stepτ M₂) ((M₁.stepInclLeft M₂) a * (M₁.stepInclRight M₂) b) = M₁.τ a * M₂.τ b

      Iterated powers #

      The R-fold tensor power, by iterating the binary step on the right (junk value N itself at R = 0).

      Equations
      Instances For

        The factor embeddings of the iterated power: factor k of R+1 factors is the right slot of the outermost step, earlier factors embed through the left slot.

        Equations
        Instances For
          theorem CommutingRepetition.StdTracialAlgebra.tensorPowIncl_commute (N : StdTracialAlgebra) (R : ) i j : Fin R :
          i j∀ (a b : N.A), Commute ((N.tensorPowIncl R i) a) ((N.tensorPowIncl R j) b)

          Images of distinct factors commute.

          theorem CommutingRepetition.StdTracialAlgebra.tensorPow_trace_prod (N : StdTracialAlgebra) (R : ) (f : Fin RN.A) :
          (N.tensorPow R).τ (List.ofFn fun (j : Fin R) => (N.tensorPowIncl R j) (f j)).prod = j : Fin R, N.τ (f j)

          The ordered-product trace law: the trace of the ordered product of one element per factor is the product of the factor traces (06_otqcs.tex, eq amplified-resource, in the consumed form of TensorPowerData.trace_prod).