Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Amplify

@[reducible, inline]

The amplified GNS space: a d × d matrix of copies of L²(M), with the ℓ²-norm.

Equations
Instances For
    @[simp]

    The normalized amplified trace τ_d(X) = d⁻¹ ∑ᵢ τ(X i i).

    Equations
    Instances For
      @[simp]
      theorem CommutingRepetition.StdTracialAlgebra.ampτ_apply (M : StdTracialAlgebra) (d : ) (X : Matrix (Fin d) (Fin d) M.A) :
      (M.ampτ d) X = (↑d)⁻¹ * i : Fin d, M.τ (X i i)

      The amplified GNS embedding, scaled by d^{-1/2} so that the ampτ-inner-product identity holds with the unweighted ℓ²-inner product.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[simp]
        theorem CommutingRepetition.StdTracialAlgebra.ampι_apply (M : StdTracialAlgebra) (d : ) (X : Matrix (Fin d) (Fin d) M.A) (p : Fin d × Fin d) :
        ((M.ampι d) X).ofLp p = ↑(d)⁻¹ M.ι (X p.1 p.2)
        noncomputable def CommutingRepetition.StdTracialAlgebra.ampLCLM (M : StdTracialAlgebra) (d : ) (X : Matrix (Fin d) (Fin d) M.A) :

        Left multiplication by a matrix, acting on the row index of the amplified GNS space through M.L.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[simp]
          theorem CommutingRepetition.StdTracialAlgebra.ampLCLM_apply (M : StdTracialAlgebra) (d : ) (X : Matrix (Fin d) (Fin d) M.A) (v : M.AmpH d) (p : Fin d × Fin d) :
          ((M.ampLCLM d X) v).ofLp p = j : Fin d, (M.L (X p.1 j)) (v.ofLp (j, p.2))

          Right multiplication by a matrix, acting on the column index of the amplified GNS space through M.R.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            @[simp]
            theorem CommutingRepetition.StdTracialAlgebra.ampRCLM_apply (M : StdTracialAlgebra) (d : ) (P : (Matrix (Fin d) (Fin d) M.A)ᵐᵒᵖ) (v : M.AmpH d) (p : Fin d × Fin d) :
            ((M.ampRCLM d P) v).ofLp p = j : Fin d, (M.R (MulOpposite.op (MulOpposite.unop P j p.2))) (v.ofLp (p.1, j))

            The amplified left representation as a -algebra homomorphism.

            Equations
            • M.ampLhom d = { toFun := M.ampLCLM d, map_one' := , map_mul' := , map_zero' := , map_add' := , commutes' := , map_star' := }
            Instances For

              The amplified right representation as a -algebra homomorphism on the opposite algebra.

              Equations
              • M.ampRhom d = { toFun := M.ampRCLM d, map_one' := , map_mul' := , map_zero' := , map_add' := , commutes' := , map_star' := }
              Instances For
                theorem CommutingRepetition.StdTracialAlgebra.ampι_inner (M : StdTracialAlgebra) (d : ) (X Y : Matrix (Fin d) (Fin d) M.A) :
                inner ((M.ampι d) X) ((M.ampι d) Y) = (M.ampτ d) (star X * Y)

                The matrix amplification M_d(M) as a standard tracial algebra (Stage B, WP-B3).

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